No description
Find a file
Al Sutton 0d07c732c7 Force use of compatibility compilers on Apple's command line tools
The cc and c++ compilers included in Apple's command line tools show some
unusual behaviour which causes the build to fail in several projects under
Xcode 4.3

This patch uses the gnu compatibility gcc and g++ compilers on OS X instead
to reduce problems, and generates an error when an llvm based compiler is
detected because they currently do not generate usable emulator executables
due to them not honouring global register variables.

Change-Id: I506c22dad3dcbd41df3c7672802a675d3655e262
Signed-off-by: Al Sutton <al@funkyandroid.com>
2012-05-02 07:11:27 -07:00
core Force use of compatibility compilers on Apple's command line tools 2012-05-02 07:11:27 -07:00
libs/host Cygwin fix: Use new #if HAVE_STAT_ST_MTIM 2010-11-01 15:53:45 -07:00
target Merge "Split target/product/sdk.mk into sdk.git" 2012-04-23 12:44:00 -07:00
tools Switch to new locations of toolchains 2012-04-20 16:15:42 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk Did I say 4.1? Oh well what I *really* meant was 4.0.3, of course. 2011-12-07 10:30:19 -08:00
envsetup.sh Switch to new locations of toolchains 2012-04-20 16:15:42 -07:00