Have aarch64 default to GCC 8.

ok sthen@ phessler@
This commit is contained in:
pascal 2019-02-02 18:44:38 +00:00
parent 823d8d28c3
commit 55428121e1

View File

@ -1,2 +1,6 @@
.if ${MACHINE_ARCH} == "aarch64"
MODGCC4_VERSION?=8
.else
MODGCC4_VERSION?=4.9
.endif
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"