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.
This commit is contained in:
David E. O'Brien 2004-11-14 19:21:51 +00:00
parent 2d748d2ba4
commit 28be4d1836
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121599

View File

@ -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}