aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-22 19:58:22 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-22 19:58:22 +0000
commit7afc4b008b7d9def72d1f31037893a54be5d2659 (patch)
tree1fc96452a4d19ea9951a94775ee63c872ce20062 /Config.mk
parentf84addf44986b34be13ae81892809fd583303a64 (diff)
downloadxen-7afc4b008b7d9def72d1f31037893a54be5d2659.tar.gz
xen-7afc4b008b7d9def72d1f31037893a54be5d2659.tar.bz2
xen-7afc4b008b7d9def72d1f31037893a54be5d2659.zip
We cannot allow nested C functions. They create a stack
trampoline when their address is taken, which causes a fault if the system implements NX/XD. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 76180e6b26..2f2183e20e 100644
--- a/Config.mk
+++ b/Config.mk
@@ -3,7 +3,7 @@
# Currently supported architectures: x86_32, x86_64
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/)
XEN_TARGET_ARCH ?= $(XEN_COMPILE_ARCH)
-XEN_TARGET_X86_PAE ?= n
+XEN_TARGET_X86_PAE ?= y
# Tools to run on system hosting the build
HOSTCC = gcc