aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc295
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-11-15 03:21:51 +0800
committerobrien <obrien@FreeBSD.org>2004-11-15 03:21:51 +0800
commitbf3738426db0049bb7b18f79e8412e512d1410e2 (patch)
tree2e52f757c846fa320d9c91561a81c4b68b0eed1d /lang/gcc295
parentafa34d1b40e72f407151ff220e1a927568745779 (diff)
downloadfreebsd-ports-gnome-bf3738426db0049bb7b18f79e8412e512d1410e2.tar.gz
freebsd-ports-gnome-bf3738426db0049bb7b18f79e8412e512d1410e2.tar.zst
freebsd-ports-gnome-bf3738426db0049bb7b18f79e8412e512d1410e2.zip
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
set to something GCC 2.95 won't understand.
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index c4dede00e6a6..cb903258316a 100644
--- a/lang/gcc295/Makefile
+++ b/lang/gcc295/Makefile
@@ -32,6 +32,9 @@ LATEST_LINK= gcc295
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
GCC_REV= ${DISTNAME:S/gcc-//g:S/.test3//g}
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}