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/gcc30 | |
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/gcc30')
-rw-r--r-- | lang/gcc30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 6e7eae63f905..6ac80a4666cc 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -20,6 +20,7 @@ DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Compiler Collection 3.0. +NOT_FOR_ARCHS= amd64 sparc64 ia64 LATEST_LINK= gcc30 USE_BZIP2= yes |