mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
Tweak of the linker commands.
This commit is contained in:
parent
c01bd008db
commit
3c6788fd26
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user