Remove some unused GCC builds
This commit is contained in:
parent
8ebf53ce4c
commit
54166165a6
@ -2283,12 +2283,6 @@ let
|
|||||||
cross = assert crossSystem != null; crossSystem;
|
cross = assert crossSystem != null; crossSystem;
|
||||||
};
|
};
|
||||||
|
|
||||||
gcc43_multi = lowPrio (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi (gcc43.gcc.override {
|
|
||||||
stdenv = overrideGCC stdenv (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi gcc);
|
|
||||||
profiledCompiler = false;
|
|
||||||
enableMultilib = true;
|
|
||||||
}));
|
|
||||||
|
|
||||||
gcc44 = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc/4.4) {
|
gcc44 = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc/4.4) {
|
||||||
inherit fetchurl stdenv texinfo gmp mpfr /* ppl cloogppl */
|
inherit fetchurl stdenv texinfo gmp mpfr /* ppl cloogppl */
|
||||||
gettext which noSysDirs;
|
gettext which noSysDirs;
|
||||||
@ -2314,17 +2308,6 @@ let
|
|||||||
else null;
|
else null;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
# A non-stripped version of GCC.
|
|
||||||
gcc45_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.5 {
|
|
||||||
stripped = false;
|
|
||||||
|
|
||||||
inherit noSysDirs;
|
|
||||||
|
|
||||||
# bootstrapping a profiled compiler does not work in the sheevaplug:
|
|
||||||
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43944
|
|
||||||
profiledCompiler = !stdenv.system == "armv5tel-linux";
|
|
||||||
}));
|
|
||||||
|
|
||||||
gcc46_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.6 {
|
gcc46_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.6 {
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user