mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
7954b01342
commit
4f972b793f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue