Remove unused gcc builds
This commit is contained in:
parent
5add082ab8
commit
3a9542455e
|
@ -2614,12 +2614,6 @@ let
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv noSysDirs;
|
||||||
});
|
});
|
||||||
|
|
||||||
gcc43 = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc/4.3) {
|
|
||||||
inherit stdenv fetchurl gmp mpfr noSysDirs;
|
|
||||||
texinfo = texinfo4;
|
|
||||||
profiledCompiler = true;
|
|
||||||
}));
|
|
||||||
|
|
||||||
gcc48_realCross = lib.addMetaAttrs { hydraPlatforms = []; }
|
gcc48_realCross = lib.addMetaAttrs { hydraPlatforms = []; }
|
||||||
(callPackage ../development/compilers/gcc/4.8 {
|
(callPackage ../development/compilers/gcc/4.8 {
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
@ -2782,24 +2776,6 @@ let
|
||||||
else null;
|
else null;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gcc49_multi =
|
|
||||||
if system == "x86_64-linux" then lowPrio (
|
|
||||||
wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi (gcc49.gcc.override {
|
|
||||||
stdenv = overrideGCC stdenv (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi gcc.gcc);
|
|
||||||
profiledCompiler = false;
|
|
||||||
enableMultilib = true;
|
|
||||||
}))
|
|
||||||
else throw "Multilib gcc not supported on ‘${system}’";
|
|
||||||
|
|
||||||
gcc49_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.9 {
|
|
||||||
stripped = false;
|
|
||||||
|
|
||||||
inherit noSysDirs;
|
|
||||||
cross = null;
|
|
||||||
libcCross = null;
|
|
||||||
binutilsCross = null;
|
|
||||||
}));
|
|
||||||
|
|
||||||
gccApple =
|
gccApple =
|
||||||
assert stdenv.isDarwin;
|
assert stdenv.isDarwin;
|
||||||
wrapGCC (makeOverridable (import ../development/compilers/gcc/4.2-apple64) {
|
wrapGCC (makeOverridable (import ../development/compilers/gcc/4.2-apple64) {
|
||||||
|
|
Loading…
Reference in New Issue