brad e03b01bfeb Switch hppa over to using 4.8.
ok pascal@ tobiasu@
2015-02-12 16:14:00 +00:00

7 lines
150 B
Makefile

.if ${MACHINE_ARCH} == "alpha"
MODGCC4_VERSION?=4.6
.else
MODGCC4_VERSION?=4.8
.endif
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"