-mcpu=i686 is implied by -march=i686 and gcc4 doens't like -mcpu=i686 so

remove it. From Sergey Lungu on current-users.
This commit is contained in:
bouyer 2006-06-01 19:39:59 +00:00
parent 3eb98d14f3
commit 19d40b6b73
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN0,v 1.37 2006/04/12 03:41:51 martti Exp $
# $NetBSD: XEN0,v 1.38 2006/06/01 19:39:59 bouyer Exp $
include "arch/xen/conf/std.xen"
@ -18,7 +18,7 @@ options DOM0OPS
#options MCLSHIFT=12
options I686_CPU
makeoptions COPTS="-O2 -mcpu=i686 -march=i686"
makeoptions COPTS="-O2 -march=i686"
#options VM86 # virtual 8086 emulation
#options USER_LDT # user-settable LDT; used by WINE

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_U,v 1.3 2006/03/28 20:58:40 pavel Exp $
# $NetBSD: XEN3_U,v 1.4 2006/06/01 19:39:59 bouyer Exp $
include "arch/xen/conf/std.xen"
@ -18,7 +18,7 @@ options MAXPHYS=32768 #xbd doesn't handle 64k transfers
#options DOM0OPS
options I686_CPU
makeoptions COPTS="-O2 -mcpu=i686 -march=i686"
makeoptions COPTS="-O2 -march=i686"
#options VM86 # virtual 8086 emulation
#options USER_LDT # user-settable LDT; used by WINE

View File

@ -1,4 +1,4 @@
# $NetBSD: XENU,v 1.20 2006/05/14 21:55:11 elad Exp $
# $NetBSD: XENU,v 1.21 2006/06/01 19:39:59 bouyer Exp $
include "arch/xen/conf/std.xen"
@ -15,7 +15,7 @@ options XEN
#options DOM0OPS
options I686_CPU
makeoptions COPTS="-O2 -mcpu=i686 -march=i686"
makeoptions COPTS="-O2 -march=i686"
#options VM86 # virtual 8086 emulation
#options USER_LDT # user-settable LDT; used by WINE