Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
b5d39cad
by Matthew Pickering at 2026-03-14T16:38:37-04:00
1 changed file:
Changes:
| ... | ... | @@ -173,7 +173,7 @@ configureArgsStr :: BuildConfig -> String |
| 173 | 173 | configureArgsStr bc = unwords $
|
| 174 | 174 | ["--enable-unregisterised"| unregisterised bc ]
|
| 175 | 175 | ++ ["--disable-tables-next-to-code" | not (tablesNextToCode bc) ]
|
| 176 | - ++ ["--with-intree-gmp" | Just _ <- pure (crossTarget bc) ]
|
|
| 176 | + ++ ["--with-intree-gmp" | Just _ <- [crossTarget bc] ]
|
|
| 177 | 177 | ++ ["--with-system-libffi" | crossTarget bc == Just "wasm32-wasi" ]
|
| 178 | 178 | ++ ["--enable-ipe-data-compression" | withZstd bc ]
|
| 179 | 179 | ++ ["--enable-strict-ghc-toolchain-check"]
|