freebsd-ports/devel/mips64-gcc/Makefile
Mark Linimon db7f4f53aa Mark the gcc crosscompiler ports as broken on various tier-2 archs.
Unfortunately neither the maintainer or I have time at the moment
to chase down all of these failures.  The "fails to package" ones
ought to be fairly easy to fix.

Discussed with:		maintainer
2017-04-28 04:36:40 +00:00

11 lines
206 B
Makefile

# $FreeBSD$
PKGNAMEPREFIX= mips64-
PLIST= ${.CURDIR}/pkg-plist
BROKEN_aarch64= fails to package
BROKEN_mips64= fails to package
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
.include "${MASTERDIR}/Makefile"