mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06: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
1 changed files with 5 additions and 0 deletions
|
@ -172,6 +172,11 @@ ifeq ($(CONFIG_DARWIN),yes)
|
||||||
LIBS+=-lmx
|
LIBS+=-lmx
|
||||||
endif
|
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)
|
OP_CFLAGS+=$(OS_CFLAGS)
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue