diff options
Diffstat (limited to 'i386/configfrag.ac')
-rw-r--r-- | i386/configfrag.ac | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/i386/configfrag.ac b/i386/configfrag.ac index f95aa86..1132b69 100644 --- a/i386/configfrag.ac +++ b/i386/configfrag.ac @@ -51,6 +51,12 @@ case $host_platform:$host_cpu in # i386/bogus/platforms.h] AC_DEFINE([AT386], [1], [AT386])[;; + xen:i?86) + # TODO. That should probably not be needed. + ncom=1 + # TODO. That should probably not be needed. + # i386/bogus/platforms.h] + AC_DEFINE([AT386], [1], [AT386])[;; *) :;; esac] @@ -105,9 +111,11 @@ if [ x"$enable_lpr" = xyes ]; then] AC_ARG_ENABLE([pae], - AS_HELP_STRING([--enable-pae], [PAE feature (ix86-only); disabled by - default])) + AS_HELP_STRING([--enable-pae], [PAE support (ix86-only); on ix86-at disabled + by default, on ix86-xen enabled by default])) [case $host_platform:$host_cpu in + xen:i?86) + enable_pae=${enable_pae-yes};; *:i?86) :;; *) |