freebsd-ports/devel/aarch64-binutils/Makefile
Mark Linimon 73a2d70934 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-20 12:02:07 +00:00

14 lines
451 B
Makefile

# $FreeBSD$
COMMENT= GNU binutils for AArch64 cross-development
PKGNAMEPREFIX= aarch64-
PLIST= ${.CURDIR}/pkg-plist
BROKEN_mips= fails to configure: error: C compiler cannot create executables
BROKEN_mips64= fails to configure: error: C compiler cannot create executables
BROKEN_powerpc64= fails to configure: error: C compiler cannot create executables
MASTERDIR= ${.CURDIR}/../binutils
OPTIONS_DEFAULT= STATIC
.include "${MASTERDIR}/Makefile"