Tweak of the linker commands.

This commit is contained in:
Dan Sumorok 2013-07-08 06:51:24 -04:00
parent c01bd008db
commit 3c6788fd26
1 changed files with 1 additions and 1 deletions

View File

@ -1778,7 +1778,7 @@ fi
if [[ "x$LP64_DEFINED" = "xyes" ] && [ "x$have_mach_vm" = "xyes" ]]; then
LIBS+=" -Wl,-pagezero_size,0x20000000"
LIBS+=" -Wl,-segaddr,__TEXT,0x60000000"
#LIBS+=" -Wl,-segaddr,__TEXT,0x60000000"
LIBS+=" -Wl,-segaddr,__PAGEZERO,0x20000000"
fi