blob: ca18890ca81455c7a43c998ed4c6b5555433df91 (
plain)
1
2
3
4
5
6
7
8
|
PKGNAMEPREFIX= aarch64-
PLIST= ${.CURDIR}/pkg-plist
BROKEN_aarch64= configure: error: cannot compute suffix of object files: cannot compile
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
.include "${MASTERDIR}/Makefile"
|