Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand Compile the bootblocks for i386 CPUs, ev...
details: https://anonhg.NetBSD.org/src/rev/f82d2785daa9
branches: trunk
changeset: 336651:f82d2785daa9
user: martin <martin%NetBSD.org@localhost>
date: Sun Mar 08 19:47:17 2015 +0000
description:
Compile the bootblocks for i386 CPUs, even when the main target architecture
is amd64.
Fixes PR port-i386/49725.
diffstat:
sys/arch/i386/stand/Makefile.booters | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e6a1038759a5 -r f82d2785daa9 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters Sun Mar 08 17:49:08 2015 +0000
+++ b/sys/arch/i386/stand/Makefile.booters Sun Mar 08 19:47:17 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.89 2014/01/12 15:26:29 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.90 2015/03/08 19:47:17 martin Exp $
.include <bsd.own.mk>
@@ -14,7 +14,7 @@
# Make sure we override any optimization options specified by the
# user.
.if ${MACHINE_ARCH} == "x86_64"
-CPUFLAGS= -m32
+CPUFLAGS= -m32 -march=i386 -mtune=i386
.else
CPUFLAGS= -march=i386 -mtune=i386
.endif
Home |
Main Index |
Thread Index |
Old Index