Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch ia64 to gcc 4.8



details:   https://anonhg.NetBSD.org/src/rev/21f9365896cf
branches:  trunk
changeset: 329751:21f9365896cf
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jun 06 20:24:03 2014 +0000

description:
Switch ia64 to gcc 4.8

diffstat:

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

diffs (17 lines):

diff -r 73fc640fe4d1 -r 21f9365896cf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Jun 06 15:33:14 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri Jun 06 20:24:03 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.813 2014/06/05 21:05:42 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.814 2014/06/06 20:24:03 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -53,7 +53,6 @@
 
 # Platforms still using GCC 4.5
 .if \
-      ${MACHINE_CPU} == "ia64" || \
       ${MACHINE_CPU} == "m68k" || \
       ${MACHINE_CPU} == "sh3" || \
       ${MACHINE_ARCH} == "powerpc"



Home | Main Index | Thread Index | Old Index