]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove definition of the GCC3 variable. It was introduced in rev.
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 2 Jun 2007 21:30:39 +0000 (21:30 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 2 Jun 2007 21:30:39 +0000 (21:30 +0000)
commitd72a85ba53308bda365580c0af1136081e1f99eb
treeb14999b948b02c14a4fc471349f60386ba5b15e4
parent18d725a04e4585ce833569b95d79a311e9ff34cb
Remove definition of the GCC3 variable. It was introduced in rev.
1.50 to help out with the GCC 2 to GCC 3 transition and it became
obsolete when C flags compatible with GCC 3.x became the default.
With GCC 4 in the tree this variable (i.e. GCC3) is beyond bogus
because it causes confusion when looking for the newly introduced
WITH_GCC3 option that helps the GCC 3 -> GCC 4 bump.
sys/conf/Makefile.ia64