mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove last reference to GCC 4.5 now that no port refers to it any more.
This commit is contained in:
parent
df9830b465
commit
3f541389e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295673
@ -101,11 +101,6 @@ MAKE_ENV+= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}"
|
|||||||
|
|
||||||
.if defined(USE_GCC)
|
.if defined(USE_GCC)
|
||||||
|
|
||||||
# GCC 4.5 got disconnected 2011-11-12, take care of any uses.
|
|
||||||
.if ${USE_GCC} == "4.5+"
|
|
||||||
USE_GCC= 4.6+
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# See if we can use a later version or exclusively the one specified.
|
# See if we can use a later version or exclusively the one specified.
|
||||||
_USE_GCC:= ${USE_GCC:S/+//}
|
_USE_GCC:= ${USE_GCC:S/+//}
|
||||||
.if ${USE_GCC} != ${_USE_GCC}
|
.if ${USE_GCC} != ${_USE_GCC}
|
||||||
|
Loading…
Reference in New Issue
Block a user