sim-card
/
qemu
Archived
10
0
Fork 0

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:
ths 2007-01-31 12:24:18 +00:00
parent bf53ca0190
commit 01feaa058e
1 changed files with 5 additions and 0 deletions

View File

@ -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)
#########################################################