Source-Changes-HG archive

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

[src/trunk]: src/share/mk convert i386 to gcc-4.8. boot blocks tested by boot...



details:   https://anonhg.NetBSD.org/src/rev/7292a4c20d99
branches:  trunk
changeset: 328508:7292a4c20d99
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 05 02:22:56 2014 +0000

description:
convert i386 to gcc-4.8. boot blocks tested by booting netbsd/i386 multiuser on:
    qemu
    dell precision t5400
    sony vaio vgn250p

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2452999ae641 -r 7292a4c20d99 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Apr 04 21:33:19 2014 +0000
+++ b/share/mk/bsd.own.mk       Sat Apr 05 02:22:56 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.795 2014/04/04 01:20:12 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.796 2014/04/05 02:22:56 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -64,7 +64,8 @@
       ${MACHINE_CPU} == "hppa" || \
       ${MACHINE_CPU} == "sparc" || \
       ${MACHINE_CPU} == "sparc64" || \
-      ${MACHINE_CPU} == "x86_64"
+      ${MACHINE_CPU} == "x86_64" || \
+      ${MACHINE_CPU} == "i386"
 HAVE_GCC?=    48
 
 .else



Home | Main Index | Thread Index | Old Index