Fix gfortran 4.7 build: texinfo 5.1 is not supported.
This commit is contained in:
parent
7c8ba7557c
commit
82ad48477c
@ -2428,6 +2428,7 @@ let
|
|||||||
|
|
||||||
gcc47_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
gcc47_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
texinfo = texinfo4;
|
||||||
# I'm not sure if profiling with enableParallelBuilding helps a lot.
|
# 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.
|
# We can enable it back some day. This makes the *gcc* builds faster now.
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
@ -2445,7 +2446,7 @@ let
|
|||||||
|
|
||||||
gcc47_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
gcc47_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
||||||
stripped = false;
|
stripped = false;
|
||||||
|
texinfo = texinfo4;
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
cross = null;
|
cross = null;
|
||||||
libcCross = null;
|
libcCross = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user