467d26b5d9
failed at copy&paste.
7 lines
179 B
Makefile
7 lines
179 B
Makefile
.if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "alpha"
|
|
MODGCC4_VERSION?=4.6
|
|
.else
|
|
MODGCC4_VERSION?=4.8
|
|
.endif
|
|
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"
|