[Git][ghc/ghc][wip/romes/enable-ghc-toolchain] ghc-toolchain: Fix ranlib option
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Mon Jul 24 11:01:55 UTC 2023
Rodrigo Mesquita pushed to branch wip/romes/enable-ghc-toolchain at Glasgow Haskell Compiler / GHC
Commits:
44a9759e by Rodrigo Mesquita at 2023-07-24T12:01:44+01:00
ghc-toolchain: Fix ranlib option
- - - - -
1 changed file:
- utils/ghc-toolchain/Main.hs
Changes:
=====================================
utils/ghc-toolchain/Main.hs
=====================================
@@ -146,7 +146,7 @@ options =
, progOpts "cxx" "C++ compiler" _optCxx
, progOpts "cc-link" "C compiler for linking" _optCcLink
, progOpts "ar" "ar archiver" _optAr
- , progOpts "ranlib" "ranlib utility" _optAr
+ , progOpts "ranlib" "ranlib utility" _optRanlib
, progOpts "nm" "nm archiver" _optNm
, progOpts "readelf" "readelf utility" _optReadelf
, progOpts "merge-objs" "linker for merging objects" _optMergeObjs
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/44a9759ea0f2a80f18fa38ca43f59bf81ec2dfab
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/44a9759ea0f2a80f18fa38ca43f59bf81ec2dfab
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230724/9eb2cbef/attachment.html>
More information about the ghc-commits
mailing list