diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-03-28 12:08:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-06 13:01:28 -0400 |
commit | d2ae0a3a1a8e31e5d769f1aea95e85793043cb3a (patch) | |
tree | 37951c698d81838d84b4104936371d39e013b4b1 /distrib | |
parent | 295c35c5cfda67c11222f99fb338d3cac52abac1 (diff) | |
download | haskell-d2ae0a3a1a8e31e5d769f1aea95e85793043cb3a.tar.gz |
Build ar archives with -L when "joining" objects
Since there may be .o files which are in fact archives.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 6f9237cb32..d5b99cbb8a 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -228,6 +228,7 @@ AC_SUBST(TargetWordBigEndian) dnl ** how to invoke `ar' and `ranlib' # FP_PROG_AR_SUPPORTS_ATFILE +FP_PROG_AR_SUPPORTS_DASH_L FP_PROG_AR_NEEDS_RANLIB RanlibCmd="$RANLIB" AC_SUBST([RanlibCmd]) |