File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -227,12 +227,6 @@ in {
227227 ++ onAndroid ( fromUntil "9.0" "9.8" ./patches/ghc/ghc-9.6-hadrian-android.patch )
228228 ++ onMusl ( onAarch64 ( fromUntil "9.0" "9.8" ./patches/ghc/ghc-9.6-hadrian-strip-cmd.patch ) )
229229 ++ on32bit ( fromUntil "9.0" "9.4" ./patches/ghc/ghc-9.6-32bit-cmm.patch )
230- # this one is to allow linking extra symbols from iserv.
231- # This one will lead to segv's on darwin, when calling `strlen` during lookupStrHashTable. `strlen` ends up being called with 0x0.
232- ++ final . lib . optionals (
233- ( final . stdenv . targetPlatform . isAndroid || final . stdenv . targetPlatform . isLinux )
234- && ( final . stdenv . targetPlatform . isAarch64 || final . stdenv . targetPlatform . is32bit ) )
235- ( fromUntil "9.6.1" "9.10" ./patches/ghc/iserv-syms.patch )
236230 ++ onAndroid ( fromUntil "9.6.3" "9.10" ./patches/ghc/ghc-9.6-iog.patch )
237231 ++ on32bit ( fromUntil "9.6" "9.12" ./patches/ghc/ghc-9.6-genapply-cross-arch.patch )
238232 ++ onAndroid ( fromUntil "9.6" "9.9" ./patches/ghc/ghc-9.6-debug-secno.patch )
You can’t perform that action at this time.
0 commit comments