mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
Save some vm space for the regular program loading zone, by
Pierre d'Herbemont git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2371 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bf53ca0190
commit
01feaa058e
@ -172,6 +172,11 @@ ifeq ($(CONFIG_DARWIN),yes)
|
||||
LIBS+=-lmx
|
||||
endif
|
||||
|
||||
ifdef CONFIG_DARWIN_USER
|
||||
# Leave some space for the regular program loading zone
|
||||
BASE_LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000
|
||||
endif
|
||||
|
||||
OP_CFLAGS+=$(OS_CFLAGS)
|
||||
|
||||
#########################################################
|
||||
|
Loading…
Reference in New Issue
Block a user