gcc46: remove unused package
This commit is contained in:
parent
4685018b59
commit
cbb055c1d9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user