freebsd-ports/devel/amd64-gcc/Makefile
Mark Linimon 2f2a2d2860 These ports now build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2019-04-15 05:55:23 +00:00

14 lines
477 B
Makefile

# $FreeBSD$
PKGNAMEPREFIX= amd64-
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
BROKEN_aarch64= invalid output constraint '=a' in assembler
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"