* Fix duplication of the version in dietlibc's gcc wrapper.
svn path=/nixpkgs/trunk/; revision=16021
This commit is contained in:
parent
1df4221cb3
commit
a40dbf619d
@ -57,7 +57,7 @@ rec {
|
|||||||
NIX_GCC = import ../build-support/gcc-wrapper {
|
NIX_GCC = import ../build-support/gcc-wrapper {
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
libc = dietlibc;
|
libc = dietlibc;
|
||||||
inherit (stdenv.gcc) gcc binutils name nativeTools nativePrefix;
|
inherit (stdenv.gcc) gcc binutils nativeTools nativePrefix;
|
||||||
nativeLibc = false;
|
nativeLibc = false;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user