aboutsummaryrefslogtreecommitdiff
path: root/devel/cross-gcc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-16 23:36:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-16 23:36:35 +0000
commit5ad97dc41c14f8983714e17e696dc07a7397ce6e (patch)
tree31e57fa08b77dcadfea6681db40d79ff68f2f238 /devel/cross-gcc
parent2f2b0d7a5912095e3f6a09600b159845890f8b90 (diff)
downloadports-5ad97dc41c14f8983714e17e696dc07a7397ce6e.tar.gz
ports-5ad97dc41c14f8983714e17e696dc07a7397ce6e.zip
- Mark BROKEN on respective targets/archs
Notes
Notes: svn path=/head/; revision=203888
Diffstat (limited to 'devel/cross-gcc')
-rw-r--r--devel/cross-gcc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile
index d3c9281c542e..b02d0846e236 100644
--- a/devel/cross-gcc/Makefile
+++ b/devel/cross-gcc/Makefile
@@ -134,6 +134,12 @@ OPTIONS= CXX "Enable C++ language support" on \
.include <bsd.port.pre.mk>
+.if defined(TGTARCH)
+.if ${TGTARCH} == "i386" && ${ARCH} == "amd64"
+BROKEN= Does not link
+.endif
+.endif
+
PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${PORTSDIR}/devel/cross-binutils && ${MAKE} ${DEPENDS_ARGS} -V PKGNAME`:devel/cross-binutils" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS} -m ${MTREE_FILE} -o ${PKGORIGIN}
.if !defined(WITHOUT_CXX)