Minimalist iOS fixes
This commit is contained in:
parent
83fd591dec
commit
8f74a08fa0
1 changed files with 2 additions and 0 deletions
|
@ -11624,6 +11624,7 @@ in
|
|||
bingrep = callPackage ../development/tools/analysis/bingrep { };
|
||||
|
||||
binutils-unwrapped = callPackage ../development/tools/misc/binutils {
|
||||
autoreconfHook = if targetPlatform.isiOS then autoreconfHook269 else autoreconfHook;
|
||||
# FHS sys dirs presumably only have stuff for the build platform
|
||||
noSysDirs = (stdenv.targetPlatform != stdenv.hostPlatform) || noSysDirs;
|
||||
};
|
||||
|
@ -11869,6 +11870,7 @@ in
|
|||
# Can only do this is in the native case, otherwise we might get infinite
|
||||
# recursion if `targetPackages.stdenv.cc.cc` itself uses `gccForLibs`.
|
||||
then targetPackages.stdenv.cc.cc
|
||||
else if targetPlatform.isiOS then null
|
||||
else gcc.cc;
|
||||
|
||||
libstdcxx5 = callPackage ../development/libraries/gcc/libstdc++/5.nix { };
|
||||
|
|
Loading…
Reference in a new issue