Indent properly
This commit is contained in:
parent
8e8c3d665c
commit
8ebf53ce4c
@ -2354,12 +2354,14 @@ let
|
|||||||
binutilsCross = null;
|
binutilsCross = null;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gcc46_multi = if system == "x86_64-linux" then lowPrio (
|
gcc46_multi =
|
||||||
|
if system == "x86_64-linux" then lowPrio (
|
||||||
wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi (gcc46.gcc.override {
|
wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi (gcc46.gcc.override {
|
||||||
stdenv = overrideGCC stdenv (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi gcc.gcc);
|
stdenv = overrideGCC stdenv (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi gcc.gcc);
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
enableMultilib = true;
|
enableMultilib = true;
|
||||||
})) else throw "Multilib gcc not supported on ‘${system}’";
|
}))
|
||||||
|
else throw "Multilib gcc not supported on ‘${system}’";
|
||||||
|
|
||||||
gcc47_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
gcc47_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user