freebsd-ports/devel/i386-gcc/Makefile
John Baldwin 41b359e5e3 Remove spurious macro assignment.
This port wasn't defining GCC_TARGET so devel/powerpc64-gcc was not
checking the FREEBSD_EXTENSION variable.

Approved by:	zeising
Differential Revision:	https://reviews.freebsd.org/D18348
2018-12-29 00:41:38 +00:00

8 lines
136 B
Makefile

# $FreeBSD$
PKGNAMEPREFIX= i386-
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
.include "${MASTERDIR}/Makefile"