Making gcc 4.6 that of stdenv.
svn path=/nixpkgs/branches/stdenv-updates/; revision=28958
This commit is contained in:
parent
9c37762551
commit
bff99fe8b5
@ -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
|
||||
|
@ -1642,7 +1642,7 @@ let
|
||||
|
||||
gambit = callPackage ../development/compilers/gambit { };
|
||||
|
||||
gcc = gcc45;
|
||||
gcc = gcc46;
|
||||
|
||||
gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
|
Loading…
Reference in New Issue
Block a user