diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-09 13:34:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-09 13:34:06 +0800 |
commit | 60c11511c130b6d5741661c75e71495da031ac06 (patch) | |
tree | 5cda9026711d9da76fda2df0825215530f5aa86d /lang/gcc27 | |
parent | f00cadbdbf3ae386c2ea69700104cac99fff8388 (diff) | |
download | freebsd-ports-gnome-60c11511c130b6d5741661c75e71495da031ac06.tar.gz freebsd-ports-gnome-60c11511c130b6d5741661c75e71495da031ac06.tar.zst freebsd-ports-gnome-60c11511c130b6d5741661c75e71495da031ac06.zip |
These older compilers don't support amd64, sparc64, and ia64.
Diffstat (limited to 'lang/gcc27')
-rw-r--r-- | lang/gcc27/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index c2478da825de..d12d3432d3f4 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -19,6 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libg++-2.7.2${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) +NOT_FOR_ARCHS= amd64 sparc64 ia64 NO_CDROM= 'old version, not worth the cost in real estate' LATEST_LINK= gcc27 |