no --enable-shared for x86_64-darwin: does not work on some test machine;
authorwenzelm
Sun, 11 Feb 2018 15:03:25 +0100
changeset 67600 d515b6140381
parent 67599 544a0293cadc
child 67601 b34be3010273
child 67602 fefa5148fe76
no --enable-shared for x86_64-darwin: does not work on some test machine;
src/Pure/Admin/build_polyml.scala
--- a/src/Pure/Admin/build_polyml.scala	Sun Feb 11 14:21:16 2018 +0100
+++ b/src/Pure/Admin/build_polyml.scala	Sun Feb 11 15:03:25 2018 +0100
@@ -45,7 +45,7 @@
         options =
           List("--build=x86_64-darwin", "CFLAGS=-arch x86_64 -O3 -I../libffi/include",
             "CXXFLAGS=-arch x86_64 -O3 -I../libffi/include", "CCASFLAGS=-arch x86_64",
-            "LDFLAGS=-segprot POLY rwx rwx", "--enable-shared"),
+            "LDFLAGS=-segprot POLY rwx rwx"),
         setup = "PATH=/usr/bin:/bin:/usr/sbin:/sbin"),
     "x86-windows" ->
       Platform_Info(