]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Rebase dynamic library on OSX/x64.
authorMike Pall <mike>
Sun, 7 Mar 2010 14:04:42 +0000 (15:04 +0100)
committerMike Pall <mike>
Sun, 7 Mar 2010 14:04:42 +0000 (15:04 +0100)
src/Makefile

index 9a071246eec960b4a1a00c22e51555fc0673d82b..1142e4804bc96d4da5ad2e3a7b09b7595808cbd6 100644 (file)
@@ -229,6 +229,7 @@ ifeq (Darwin,$(TARGET_SYS))
   endif
   ifeq (x64,$(TARGET_CCARCH))
     TARGET_XLDFLAGS+= -pagezero_size 10000 -image_base 100000000
+    TARGET_XSHLDFLAGS+= -image_base 7fff04c4a000
   endif
 else
   TARGET_XLDFLAGS+= -Wl,-E