about summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-09-01 14:28:13 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-09-01 14:28:13 +0000
commitbff99fe8b52c5a0c19bc298b86549a470c578fb3 (patch)
treecdd91627134a4aee9d6e14fad20dc81983d90a60 /pkgs/stdenv/linux
parent9c37762551a5edba9d13f04082245d288ab3f4dc (diff)
downloadnixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.tar
nixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.tar.gz
nixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.tar.bz2
nixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.tar.lz
nixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.tar.xz
nixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.tar.zst
nixlib-bff99fe8b52c5a0c19bc298b86549a470c578fb3.zip
Making gcc 4.6 that of stdenv.
svn path=/nixpkgs/branches/stdenv-updates/; revision=28958
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index ce10399eb5d5..315c0895d202 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -218,10 +218,13 @@ rec {
         static = true;
       };
     };
-    cloogppl = stdenvLinuxBoot3Pkgs.cloogppl.override {
-      inherit ppl;
+    cloog = stdenvLinuxBoot3Pkgs.cloog.override {
+      isl = stdenvLinuxBoot3Pkgs.isl.override {
+        static = true;
+      };
       static = true;
     };
+    cloogppl = null;
   });
 
   # 8) Construct a fourth stdenv identical to the second, except that