From 6769397d381ffb41ff27ea09bf8d1321d829c13d Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 7 Mar 2010 15:04:42 +0100 Subject: [PATCH] Rebase dynamic library on OSX/x64. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 9a071246..1142e480 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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