Replace USE_GCC=4.4+ by USE_GCC=4.6+, in preparation of some work

linimon and me have discussed (and since lang/gcc44 is on the way
out).

Approved by:	maintainer
This commit is contained in:
Gerald Pfeifer 2012-10-05 17:39:22 +00:00
parent 44c6e781ef
commit 35441230a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305313

View file

@ -70,7 +70,7 @@ LAPACK_LIBS= -llapack
.endif
USE_FORTRAN= yes
USE_GCC= 4.4+
USE_GCC= 4.6+
.if ${ARCH} == "sparc64"
CFLAGS+= -fPIC