Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC
Commits:
-
bc30c235
by Sven Tennie at 2026-02-24T23:22:29+00:00
1 changed file:
Changes:
| ... | ... | @@ -96,7 +96,7 @@ arSupportsAtFile stage = Toolchain.arSupportsAtFile . tgtAr <$> targetStage stag |
| 96 | 96 | targetSupportsSharedLibs :: Stage -> Action Bool
|
| 97 | 97 | targetSupportsSharedLibs stage = do
|
| 98 | 98 | windows <- isWinTarget stage
|
| 99 | - ppc_linux <- (&&) <$> anyTargetArch stage [ ArchPPC ] <*> anyTargetOs stage [ OSLinux ]
|
|
| 99 | + ppc_linux <- (&&) <$> anyTargetArch stage [ ArchPPC ] <*> anyTargetOs stage [ OSLinux ]
|
|
| 100 | 100 | solaris <- (&&) <$> anyTargetArch stage [ ArchX86 ] <*> anyTargetOs stage [ OSSolaris2 ]
|
| 101 | 101 | javascript <- anyTargetArch stage [ ArchJavaScript ]
|
| 102 | 102 | return $ not (windows || javascript || ppc_linux || solaris)
|