Merge pull request #110101 from spease/fix-ios-patches
Minimalist iOS fixes
This commit is contained in:
commit
bfc062e4cf
@ -65,6 +65,7 @@ let
|
|||||||
&& libcxx == null
|
&& libcxx == null
|
||||||
&& !(stdenv.targetPlatform.useLLVM or false)
|
&& !(stdenv.targetPlatform.useLLVM or false)
|
||||||
&& !(stdenv.targetPlatform.useAndroidPrebuilt or false)
|
&& !(stdenv.targetPlatform.useAndroidPrebuilt or false)
|
||||||
|
&& !(stdenv.targetPlatform.isiOS or false)
|
||||||
&& gccForLibs != null;
|
&& gccForLibs != null;
|
||||||
|
|
||||||
# older compilers (for example bootstrap's GCC 5) fail with -march=too-modern-cpu
|
# older compilers (for example bootstrap's GCC 5) fail with -march=too-modern-cpu
|
||||||
|
@ -11626,6 +11626,7 @@ in
|
|||||||
bingrep = callPackage ../development/tools/analysis/bingrep { };
|
bingrep = callPackage ../development/tools/analysis/bingrep { };
|
||||||
|
|
||||||
binutils-unwrapped = callPackage ../development/tools/misc/binutils {
|
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
|
# FHS sys dirs presumably only have stuff for the build platform
|
||||||
noSysDirs = (stdenv.targetPlatform != stdenv.hostPlatform) || noSysDirs;
|
noSysDirs = (stdenv.targetPlatform != stdenv.hostPlatform) || noSysDirs;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user