diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 09:00:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 09:00:40 +0800 |
commit | 8e1f575e2138b16daf40a2352d60c585d45c3c93 (patch) | |
tree | bcf0cf2086689e989a1d9a205665a493d1257449 /lang/gcc295 | |
parent | 357eaa0424852d216d120484a3b85b7eaf2ba1ce (diff) | |
download | freebsd-ports-gnome-8e1f575e2138b16daf40a2352d60c585d45c3c93.tar.gz freebsd-ports-gnome-8e1f575e2138b16daf40a2352d60c585d45c3c93.tar.zst freebsd-ports-gnome-8e1f575e2138b16daf40a2352d60c585d45c3c93.zip |
Does not compile on alpha. Since it's unlikely anyone is going to fix
these old compilers, drop alpha from the supported arch list. Flip over
from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will
not support any future architectures FreeBSD runs on.
Approved by: portmgr (self)
Diffstat (limited to 'lang/gcc295')
-rw-r--r-- | lang/gcc295/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 857322ba486d..9e33b31884c2 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -18,7 +18,7 @@ DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ MAINTAINER= trevor@FreeBSD.org COMMENT= GNU Compiler Collection -NOT_FOR_ARCHS= amd64 sparc64 ia64 +ONLY_FOR_ARCHS= i386 USE_BZIP2= yes LATEST_LINK= gcc295 |