blob: 2b0293dbb52b4917a60d2ab5b021dc7ed9ef91c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PKGNAMEPREFIX= amd64-
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
BROKEN_armv6= invalid output constraint '=a' in assembler
BROKEN_armv7= invalid output constraint '=a' in assembler
BROKEN_mips= configure: cannot compute suffix of object files: cannot compile
BROKEN_mips64= configure: cannot compute suffix of object files: cannot compile
.include "${MASTERDIR}/Makefile"
|