Undoing more glibc unneeded changes

This commit is contained in:
Lluís Batlle i Rossell
2012-12-26 22:01:26 +00:00
parent 68a65bcf2a
commit 0af1283e97
@@ -5,7 +5,6 @@
, profilingLibraries ? false
, gccCross ? null
, debugSymbols ? false
, recentGcc ? true
}:
assert stdenv.gcc.gcc != null;
@@ -20,7 +19,7 @@ in
+ stdenv.lib.optionalString debugSymbols "-debug";
inherit fetchurl stdenv kernelHeaders installLocales profilingLibraries
gccCross recentGcc;
gccCross;
builder = ./builder.sh;