diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-03-24 21:00:44 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-06 13:01:28 -0400 |
commit | 3ac80a8609418f9f1e9aa025b182fb3445f14428 (patch) | |
tree | 207223dc28b689120628585b3fa0fd3554d1ae5c /configure.ac | |
parent | 41fcb5cd756f52cd313d90a73f556fa5f3890818 (diff) | |
download | haskell-3ac80a8609418f9f1e9aa025b182fb3445f14428.tar.gz |
hadrian: Produce ar archives with L modifier on Windows
Since object files may in fact be archive files, we must ensure that
their contents are merged rather than constructing an
archive-of-an-archive.
See #21068.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 71879adeb0..95d0043f59 100644 --- a/configure.ac +++ b/configure.ac @@ -848,6 +848,7 @@ AC_PROG_INSTALL dnl ** how to invoke `ar' and `ranlib' FP_PROG_AR_SUPPORTS_ATFILE +FP_PROG_AR_SUPPORTS_DASH_L FP_PROG_AR_NEEDS_RANLIB dnl ** Check to see whether ln -s works |