summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-08-02 12:54:51 +0200
committerLluís Batlle i Rossell <viric@viric.name>2012-08-02 12:54:51 +0200
commit4f972b793f3db2de16726b150c6f12352b57b098 (patch)
tree20cc833e89e27bf17f6e7153d356d3144cc25ef6
parent7954b0134273c157fc65277c39b2cf4cb602cea6 (diff)
downloadnixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.tar
nixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.tar.gz
nixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.tar.bz2
nixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.tar.lz
nixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.tar.xz
nixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.tar.zst
nixpkgs-4f972b793f3db2de16726b150c6f12352b57b098.zip
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.
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 16b4b5d9645..b78c3a237ff 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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