* 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;
|
profiledCompiler = gccWithProfiling;
|
||||||
};
|
};
|
||||||
|
|
||||||
gccWrapped = (import ../build-support/gcc-wrapper) {
|
gccWrapped = stdenv.gcc;
|
||||||
nativeTools = false;
|
|
||||||
nativeGlibc = false;
|
|
||||||
gcc = stdenv.gcc;
|
|
||||||
inherit (stdenv.gcc) binutils glibc;
|
|
||||||
inherit stdenv;
|
|
||||||
};
|
|
||||||
|
|
||||||
gcc_static = (import ../development/compilers/gcc-static-3.4) {
|
gcc_static = (import ../development/compilers/gcc-static-3.4) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user