Undoing more glibc unneeded changes

This commit is contained in:
Lluís Batlle i Rossell 2012-12-23 20:17:53 +01:00
parent 68a65bcf2a
commit 0af1283e97

View file

@ -5,7 +5,6 @@
, profilingLibraries ? false , profilingLibraries ? false
, gccCross ? null , gccCross ? null
, debugSymbols ? false , debugSymbols ? false
, recentGcc ? true
}: }:
assert stdenv.gcc.gcc != null; assert stdenv.gcc.gcc != null;
@ -20,7 +19,7 @@ in
+ stdenv.lib.optionalString debugSymbols "-debug"; + stdenv.lib.optionalString debugSymbols "-debug";
inherit fetchurl stdenv kernelHeaders installLocales profilingLibraries inherit fetchurl stdenv kernelHeaders installLocales profilingLibraries
gccCross recentGcc; gccCross;
builder = ./builder.sh; builder = ./builder.sh;