[Vm-dev] [commit][3619] Include the FFI plugin in the 64-bit linux VMs.

commits at squeakvm.org commits at squeakvm.org
Sat Feb 20 21:25:19 UTC 2016


Revision: 3619
Author:   eliot
Date:     2016-02-20 13:25:18 -0800 (Sat, 20 Feb 2016)
Log Message:
-----------
Include the FFI plugin in the 64-bit linux VMs.

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-20 20:49:01 UTC (rev 3618)
+++ branches/Cog/build.linux64x64/squeak.cog.spur/plugins.ext	2016-02-20 21:25:18 UTC (rev 3619)
@@ -2,6 +2,7 @@
 # SqueakFFIPrims needs implementing
 EXTERNAL_PLUGINS = \
 B3DAcceleratorPlugin \
+SqueakFFI \
 SqueakSSL \
 LocalePlugin \
 UnicodePlugin \

Modified: branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext
===================================================================
--- branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext	2016-02-20 20:49:01 UTC (rev 3618)
+++ branches/Cog/build.linux64x64/squeak.stack.spur/plugins.ext	2016-02-20 21:25:18 UTC (rev 3619)
@@ -2,6 +2,7 @@
 # SqueakFFIPrims needs implementing
 EXTERNAL_PLUGINS = \
 B3DAcceleratorPlugin \
+SqueakFFI \
 SqueakSSL \
 LocalePlugin \
 UnicodePlugin \


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sat Feb 20 12:17:58 PST 2016
   + Sat Feb 20 13:24:43 PST 2016



More information about the Vm-dev mailing list