[Vm-dev] [commit] r2252 - Fix bug in Skyeye Makefile that fails to compile 32-bit on a 64-bit system.

commits at squeakvm.org commits at squeakvm.org
Wed Aug 11 18:03:02 UTC 2010


Author: eliot
Date: 2010-08-11 11:03:02 -0700 (Wed, 11 Aug 2010)
New Revision: 2252

Modified:
   branches/Cog/processors/ARM/skyeye/arch/arm/Makefile.in
Log:
Fix bug in Skyeye Makefile that fails to compile 32-bit on a 64-bit system.


Modified: branches/Cog/processors/ARM/skyeye/arch/arm/Makefile.in
===================================================================
--- branches/Cog/processors/ARM/skyeye/arch/arm/Makefile.in	2010-08-10 05:01:48 UTC (rev 2251)
+++ branches/Cog/processors/ARM/skyeye/arch/arm/Makefile.in	2010-08-11 18:03:02 UTC (rev 2252)
@@ -125,7 +125,7 @@
 CXXDEPMODE = @CXXDEPMODE@
 CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@
-DEFS = -DMODET -g -O2 -D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0 
+DEFS = -DMODET $(CFLAGS) -D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0 
 DEPDIR = @DEPDIR@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@



More information about the Vm-dev mailing list