diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:12:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:12:07 +0000 |
commit | 19d3ee379decd3a7398c69359c924fcfbd8faff8 (patch) | |
tree | 56a4d261f8d0131e18f0cb437d982e011d577625 /devel/cross-binutils/Makefile | |
parent | e24a851fecb0731532337964c013e2e093446611 (diff) | |
download | ports-19d3ee379decd3a7398c69359c924fcfbd8faff8.tar.gz ports-19d3ee379decd3a7398c69359c924fcfbd8faff8.zip |
Notes
Diffstat (limited to 'devel/cross-binutils/Makefile')
-rw-r--r-- | devel/cross-binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index e91214cb850b..70c949be2b1c 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -85,9 +85,11 @@ FIXREFS= ${SH} -c '${REINPLACE_CMD} -E \ .include <bsd.port.pre.mk> .if defined(TGTARCH) -.if ${TGTARCH} == "sparc" && ${ARCH} == "amd64" +.if ${TGTARCH} == "sparc" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not link .endif +.endif .if ${TGTARCH} == "m68k" && ${ARCH} == "amd64" && ${OSVERSION} < 600000 BROKEN= Does not compile |