Switch sparc64 to gcc 5.3. OK: mrg
This commit is contained in:
parent
8eca53f5f0
commit
da2aed28fa
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.921 2016/04/26 05:18:22 mrg Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.922 2016/04/28 18:29:20 martin Exp $
|
||||
|
||||
# This needs to be before bsd.init.mk
|
||||
.if defined(BSD_MK_COMPAT_FILE)
|
||||
|
@ -73,6 +73,7 @@ HAVE_GCC?= 0
|
|||
${MACHINE} == "i386" || \
|
||||
${MACHINE} == "playstation2" || \
|
||||
${MACHINE_ARCH} == "powerpc" || \
|
||||
${MACHINE_ARCH} == "sparc64" || \
|
||||
${MACHINE_ARCH} == "vax"
|
||||
HAVE_GCC?= 53
|
||||
.else
|
||||
|
|
Loading…
Reference in New Issue