Switch hppa to gcc 6.4

This commit is contained in:
skrll 2018-02-23 21:16:01 +00:00
parent fb601e36f3
commit 366599d113
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.1036 2018/02/20 12:49:40 martin Exp $
# $NetBSD: bsd.own.mk,v 1.1037 2018/02/23 21:16:01 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -68,6 +68,7 @@ MKGCC?= no
HAVE_GCC?= 0
.elif \
${MACHINE_CPU} == "x86_64" || \
${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64"