aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc28/Makefile
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/gcc28/Makefile
parentf227d692f01e4690bbb33f180fd7c4d3809583cf (diff)
downloadports-ed63305f98dff6e572d18abc7ff4bd0360daeb5d.tar.gz
ports-ed63305f98dff6e572d18abc7ff4bd0360daeb5d.zip
Notes
Diffstat (limited to 'lang/gcc28/Makefile')
-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