From: ths Date: Wed, 31 Jan 2007 12:24:18 +0000 (+0000) Subject: Save some vm space for the regular program loading zone, by X-Git-Tag: release_0_9_0-iwjtag~30 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=19cda938c2993006460ed8ec3d1f483f1b10e721;p=qemu-xen-3.4-testing.git Save some vm space for the regular program loading zone, by Pierre d'Herbemont --- diff --git a/Makefile.target b/Makefile.target index ca6cd960..b840cc78 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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) #########################################################