Adding the gcc47 attribute, pointing to gcc47_real, for

the attributes to look like the gcc46 case.

I add a comment about a sheevaplug situation we have to test again.
This commit is contained in:
Lluís Batlle i Rossell 2012-08-02 12:54:51 +02:00
parent 7954b01342
commit 4f972b793f

View file

@ -1888,6 +1888,8 @@ let
gcc46 = gcc46_real;
gcc47 = gcc47_real;
gcc45_realCross = lib.addMetaAttrs { platforms = []; }
(makeOverridable (import ../development/compilers/gcc/4.5) {
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib
@ -2029,6 +2031,7 @@ let
# bootstrapping a profiled compiler does not work in the sheevaplug:
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43944
# To be reviewed. Maybe it is fixed already in 4.7.
profiledCompiler = if stdenv.isArm then false else true;
# When building `gcc.hostDrv' (a "Canadian cross", with host == target