diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-09-13 08:24:46 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-13 10:39:56 -0400 |
commit | 91262e75dd1d80f8f28a3922934ec7e59290e28c (patch) | |
tree | 565db22b2068dcba12623c89e0d5bfff0baa0a22 /compiler/ghc.cabal.in | |
parent | f8e383f0e4f11e6e1060888208440907bcba9248 (diff) | |
download | haskell-91262e75dd1d80f8f28a3922934ec7e59290e28c.tar.gz |
Use ar for -staticlib
Hopefully we can get rid of libtool, by using ar only
Depends on: D3579
Test Plan: validate
Reviewers: austin, hvr, bgamari, erikd
Reviewed By: bgamari
Subscribers: rwbarton, thomie, erikd
Differential Revision: https://phabricator.haskell.org/D3721
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 247d2ee055..a961160e61 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -162,6 +162,7 @@ Library vectorise Exposed-Modules: + Ar FileCleanup DriverBkp BkpSyn |