diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:17:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:17:12 +0000 |
commit | bdb9620e0caba69eb3b773b9428402a8a9f9ee3a (patch) | |
tree | 207f8a1c019bacdd58ac4e095de3cc3824ba312d /lang | |
parent | 5271a8ace154529405b2e055e26863e196215ba3 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc295/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 8021e038f168..7a52ce60f280 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -30,6 +30,7 @@ LATEST_LINK= gcc295 .include <bsd.port.pre.mk> .if (${ARCH} == alpha) +BROKEN= "Does not compile on alpha" WITHOUT_CPU_CFLAGS= yes .endif |