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:
parent
3f0f3de613
commit
091ed609dd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue