[Vm-dev] [commit][3237] Make the list of x64 processor names inclusive enough to compile the Alien

commits at squeakvm.org commits at squeakvm.org
Thu Jan 29 22:46:44 UTC 2015


Revision: 3237
Author:   eliot
Date:     2015-01-29 14:46:44 -0800 (Thu, 29 Jan 2015)
Log Message:
-----------
Make the list of x64 processor names inclusive enough to compile the Alien
plugin on 64-bit linux.

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/IA32ABI/xabicc.c

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/IA32ABI/xabicc.c
===================================================================
--- trunk/platforms/Cross/plugins/IA32ABI/xabicc.c	2015-01-29 22:35:45 UTC (rev 3236)
+++ trunk/platforms/Cross/plugins/IA32ABI/xabicc.c	2015-01-29 22:46:44 UTC (rev 3237)
@@ -9,6 +9,6 @@
 # include "ia32abicc.c"
 #elif powerpc|ppc
 # include "ppcia32abicc.c"
-#elif x86_64|x64
-# include "x64ia32abicc.o"
+#elif x86_64|x64|__x86_64|__x86_64__
+# include "x64ia32abicc.c"
 #endif


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Tue Jan 13 10:04:25 PST 2015
   + Thu Jan 29 14:46:37 PST 2015



More information about the Vm-dev mailing list