Fix mis-applied patch from revision 1.59 (moving the new code one

conditional up).

Discussed with:	bf
This commit is contained in:
Gerald Pfeifer 2011-10-30 20:58:22 +00:00
parent d1d2d0364d
commit 4bf3e880f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284753

View File

@ -160,12 +160,13 @@ _GCC_MIN2:= true
_GCC_FOUND:= ${_GCCVERSION_${v}_V}
. endif
. endfor
.endif
.if defined(_GCC_FOUND)
. if defined(_GCC_FOUND)
_USE_GCC:= ${_GCC_FOUND}
.elif ${_USE_GCC} < ${GCC_DEFAULT_VERSION}
. elif ${_USE_GCC} < ${GCC_DEFAULT_VERSION}
_USE_GCC:= ${GCC_DEFAULT_VERSION}
.endif
. endif
.endif # defined(_GCC_ORLATER)
.endif # defined(USE_GCC)