41b359e5e3
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
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= i386-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|