gcc46: remove unused package

This commit is contained in:
Robin Gloster 2016-08-24 23:23:46 +00:00
parent 4685018b59
commit cbb055c1d9
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -4497,24 +4497,6 @@ in
libcCross = if crossSystem != null then libcCross else null;
}));
gcc46 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.6 {
inherit noSysDirs;
ppl = null;
cloog = null;
# bootstrapping a profiled compiler does not work in the sheevaplug:
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43944
profiledCompiler = false;
# When building `gcc.crossDrv' (a "Canadian cross", with host == target
# and host != build), `cross' must be null but the cross-libc must still
# be passed.
cross = null;
libcCross = if crossSystem != null then libcCross else null;
texinfo = texinfo413;
}));
gcc48 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.8 {
inherit noSysDirs;