[Vm-dev] [commit][3629] Include the FFI plugin in the 64-bit linux builds.

commits at squeakvm.org commits at squeakvm.org
Tue Feb 23 19:46:34 UTC 2016


Revision: 3629
Author:   eliot
Date:     2016-02-23 11:46:31 -0800 (Tue, 23 Feb 2016)
Log Message:
-----------
Include the FFI plugin in the 64-bit linux builds.

Modified Paths:
--------------
    branches/Cog/build.linux64x64/squeak.cog.spur/plugins.ext
    branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h

Modified: branches/Cog/build.linux64x64/squeak.cog.spur/plugins.ext
===================================================================
--- branches/Cog/build.linux64x64/squeak.cog.spur/plugins.ext	2016-02-23 17:42:03 UTC (rev 3628)
+++ branches/Cog/build.linux64x64/squeak.cog.spur/plugins.ext	2016-02-23 19:46:31 UTC (rev 3629)
@@ -1,8 +1,7 @@
 # Copied, perhaps edited, from ../../src/examplePlugins.ext
-# SqueakFFIPrims needs implementing
 EXTERNAL_PLUGINS = \
 B3DAcceleratorPlugin \
-SqueakFFI \
+SqueakFFIPrims \
 SqueakSSL \
 LocalePlugin \
 UnicodePlugin \

Modified: branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext
===================================================================
--- branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext	2016-02-23 17:42:03 UTC (rev 3628)
+++ branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext	2016-02-23 19:46:31 UTC (rev 3629)
@@ -1,8 +1,7 @@
 # Copied, perhaps edited, from ../../src/examplePlugins.ext
-# SqueakFFIPrims needs implementing
 EXTERNAL_PLUGINS = \
 B3DAcceleratorPlugin \
-SqueakFFI \
+SqueakFFIPrims \
 SqueakSSL \
 LocalePlugin \
 UnicodePlugin \


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Tue Feb 23 09:37:05 PST 2016
   + Tue Feb 23 11:46:01 PST 2016



More information about the Vm-dev mailing list