From: kaf24@firebug.cl.cam.ac.uk Date: Sat, 20 Aug 2005 10:03:40 +0000 (+0000) Subject: Not ready for pae by default just yet. ;-) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16884^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4f61ba1e84f3f2f37c642b8316cd22b8fb9449d3;p=xen.git Not ready for pae by default just yet. ;-) --- diff --git a/Config.mk b/Config.mk index 2f2183e20e..76180e6b26 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 ?= y +XEN_TARGET_X86_PAE ?= n # Tools to run on system hosting the build HOSTCC = gcc