summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:16:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:16:05 +0000
commited63305f98dff6e572d18abc7ff4bd0360daeb5d (patch)
tree39ecd2586777b07e5396ef703abf30bbcb323431 /lang
parentBROKEN on !i386: Does not compile (diff)
BROKEN on alpha: does not compile
Notes
Notes: svn path=/head/; revision=101822
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc28/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile
index 904e4422b2bc..ed40cbeb03c1 100644
--- a/lang/gcc28/Makefile
+++ b/lang/gcc28/Makefile
@@ -23,6 +23,10 @@ LATEST_LINK= gcc28
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.else