mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
* Don't double-wrap gcc.
svn path=/nixpkgs/trunk/; revision=2287
This commit is contained in:
parent
7322689c3b
commit
e52ae5eab0
@ -288,13 +288,7 @@ rec {
|
||||
profiledCompiler = gccWithProfiling;
|
||||
};
|
||||
|
||||
gccWrapped = (import ../build-support/gcc-wrapper) {
|
||||
nativeTools = false;
|
||||
nativeGlibc = false;
|
||||
gcc = stdenv.gcc;
|
||||
inherit (stdenv.gcc) binutils glibc;
|
||||
inherit stdenv;
|
||||
};
|
||||
gccWrapped = stdenv.gcc;
|
||||
|
||||
gcc_static = (import ../development/compilers/gcc-static-3.4) {
|
||||
inherit fetchurl stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user