Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/arch/i386/stand Pull up following revision(s) (reques...



details:   https://anonhg.NetBSD.org/src/rev/4ee8e9b4f52b
branches:  netbsd-7
changeset: 799068:4ee8e9b4f52b
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Mar 09 09:07:58 2015 +0000

description:
Pull up following revision(s) (requested by martin in ticket #579):
        sys/arch/i386/stand/Makefile.booters: revision 1.90
Compile the booblocks 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 5c159c91c5ca -r 4ee8e9b4f52b sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters      Mon Mar 09 09:06:03 2015 +0000
+++ b/sys/arch/i386/stand/Makefile.booters      Mon Mar 09 09:07:58 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.89.4.1 2015/03/09 09:07:58 snj 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