Module Name: src
Committed By: christos
Date: Sat Apr 5 02:22:56 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
convert i386 to gcc-4.8. boot blocks tested by booting netbsd/i386 multiuser on:
qemu
dell precision t5400
sony vaio vgn250p
To generate a diff of this commit:
cvs rdiff -u -r1.795 -r1.796 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.795 src/share/mk/bsd.own.mk:1.796
--- src/share/mk/bsd.own.mk:1.795 Thu Apr 3 21:20:12 2014
+++ src/share/mk/bsd.own.mk Fri Apr 4 22:22:56 2014
@@ -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 @@ HAVE_GCC?= 4
${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
- ${MACHINE_CPU} == "x86_64"
+ ${MACHINE_CPU} == "x86_64" || \
+ ${MACHINE_CPU} == "i386"
HAVE_GCC?= 48
.else