Switch stdenv to GCC 4.8.0.
This commit is contained in:
parent
adfc924015
commit
e9b30710a4
@ -1998,7 +1998,7 @@ let
|
||||
|
||||
gambit = callPackage ../development/compilers/gambit { };
|
||||
|
||||
gcc = gcc47;
|
||||
gcc = gcc48;
|
||||
|
||||
gcc33 = wrapGCC (import ../development/compilers/gcc/3.3 {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
@ -2051,6 +2051,8 @@ let
|
||||
|
||||
gcc47 = gcc47_real;
|
||||
|
||||
gcc48 = gcc48_real;
|
||||
|
||||
gcc45_realCross = lib.addMetaAttrs { platforms = []; }
|
||||
(makeOverridable (import ../development/compilers/gcc/4.5) {
|
||||
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib
|
||||
|
Loading…
Reference in New Issue
Block a user