It's stupid to build this kernel with '-march=pentiumpro -mtune=i486"

because xen does not work on them... use '-march=i686" as we already
do in XEN2_DOM0.
This commit is contained in:
xtraeme 2006-12-29 21:54:44 +00:00
parent 3f0f3de613
commit 091ed609dd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_XEN2_DOMU,v 1.8 2006/12/29 21:49:03 yamt Exp $
# $NetBSD: INSTALL_XEN2_DOMU,v 1.9 2006/12/29 21:54:44 xtraeme Exp $
include "arch/xen/conf/std.xen"
@ -6,7 +6,7 @@ options XEN
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions CPUFLAGS="-march=pentiumpro -mtune=i486"
makeoptions CPUFLAGS="-march=i686"
makeoptions COPTS="-Os"
# Enable the hooks used for initializing the root memory-disk.