1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

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.  Also, set NO_CDROM.
This commit is contained in:
David E. O'Brien 2004-12-11 04:13:27 +00:00
parent bed46151b4
commit 8aaad27705
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123682

View File

@ -21,6 +21,7 @@ COMMENT= EGCS enhanced version of the GNU compiler suite
USE_BZIP2= yes
ONLY_FOR_ARCHS= i386 alpha
NO_CDROM= 'old version, not worth the cost in real estate'
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 of gcc instead"
@ -29,6 +30,9 @@ DEPRECATED= "This port is no longer in use by anything in the ports collection a
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
.if ${OSVERSION} >= 500039
WITHOUT_CPU_CFLAGS= yes
.endif
EGCS_REV= egcs-2.91.66