Module Name:    src
Committed By:   martin
Date:           Fri Jun  6 20:24:03 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch ia64 to gcc 4.8


To generate a diff of this commit:
cvs rdiff -u -r1.813 -r1.814 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.813 src/share/mk/bsd.own.mk:1.814
--- src/share/mk/bsd.own.mk:1.813	Thu Jun  5 21:05:42 2014
+++ src/share/mk/bsd.own.mk	Fri Jun  6 20:24:03 2014
@@ -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 @@ TOOLCHAIN_MISSING?=	no
 
 # Platforms still using GCC 4.5
 .if \
-      ${MACHINE_CPU} == "ia64" || \
       ${MACHINE_CPU} == "m68k" || \
       ${MACHINE_CPU} == "sh3" || \
       ${MACHINE_ARCH} == "powerpc"

Reply via email to