diff options
author | Mike Pall <mike> | 2010-03-07 15:04:42 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-07 15:04:42 +0100 |
commit | 6769397d381ffb41ff27ea09bf8d1321d829c13d (patch) | |
tree | 89b6f1c4f4a3505e0b7b5fada5cb315cfc99b4fd /src | |
parent | e40b001a792d7ecce8ff5b7a060ae2bc01bed8b2 (diff) | |
download | luajit-6769397d381ffb41ff27ea09bf8d1321d829c13d.tar.gz luajit-6769397d381ffb41ff27ea09bf8d1321d829c13d.tar.bz2 luajit-6769397d381ffb41ff27ea09bf8d1321d829c13d.zip |
Rebase dynamic library on OSX/x64.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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)) | |||
229 | endif | 229 | endif |
230 | ifeq (x64,$(TARGET_CCARCH)) | 230 | ifeq (x64,$(TARGET_CCARCH)) |
231 | TARGET_XLDFLAGS+= -pagezero_size 10000 -image_base 100000000 | 231 | TARGET_XLDFLAGS+= -pagezero_size 10000 -image_base 100000000 |
232 | TARGET_XSHLDFLAGS+= -image_base 7fff04c4a000 | ||
232 | endif | 233 | endif |
233 | else | 234 | else |
234 | TARGET_XLDFLAGS+= -Wl,-E | 235 | TARGET_XLDFLAGS+= -Wl,-E |