Fix gfortran 4.7 build: texinfo 5.1 is not supported.

This commit is contained in:
Peter Simons 2013-09-20 21:45:16 +02:00
parent 7c8ba7557c
commit 82ad48477c

View File

@ -2428,6 +2428,7 @@ let
gcc47_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
inherit noSysDirs;
texinfo = texinfo4;
# I'm not sure if profiling with enableParallelBuilding helps a lot.
# We can enable it back some day. This makes the *gcc* builds faster now.
profiledCompiler = false;
@ -2445,7 +2446,7 @@ let
gcc47_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
stripped = false;
texinfo = texinfo4;
inherit noSysDirs;
cross = null;
libcCross = null;