diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:00:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:00:40 +0000 |
commit | f66966c9634d23dd476b095fc21d4c13b0327c5e (patch) | |
tree | 3a226eac126d1bdd051324550859d9e2c5b4f19b /lang/gcc31 | |
parent | 3e3b3d44663c407bb1f868cbf16e76acbe44971a (diff) |
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)
Notes
Notes:
svn path=/head/; revision=125651
Diffstat (limited to 'lang/gcc31')
-rw-r--r-- | lang/gcc31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index 713315671828..642a99fdc15d 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -28,7 +28,7 @@ COMMENT= GNU Compiler Collection 3.1 DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead" -NOT_FOR_ARCHS= amd64 ia64 +ONLY_FOR_ARCHS= i386 sparc64 NO_CDROM= 'dated material' LATEST_LINK= gcc31 |