diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-03-29 12:27:20 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-25 10:19:29 -0400 |
commit | 41cf758b3f50554e0aa5240a5898b693758d9670 (patch) | |
tree | 36612cb3a1ddc44536edbe03d203ec11103f3dd5 /m4 | |
parent | 9420d26b4b9dd42238d3ec2a92abe0552d37775e (diff) | |
download | haskell-41cf758b3f50554e0aa5240a5898b693758d9670.tar.gz |
Drop remaining vestiges of libtool
Drop libtool logic from gen-dll, allowing us to drop the remaining logic
from the `configure` script.
Strangely, this appears to reliably reduce compiler allocations of
T16875 on Windows.
Closes #18826.
Metric Decrease:
T16875
Diffstat (limited to 'm4')
-rw-r--r-- | m4/fp_settings.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/m4/fp_settings.m4 b/m4/fp_settings.m4 index 4db7cd46af..dbacd3a816 100644 --- a/m4/fp_settings.m4 +++ b/m4/fp_settings.m4 @@ -74,11 +74,6 @@ AC_DEFUN([FP_SETTINGS], fi # Platform-agnostic tools - if test -z "$LibtoolCmd"; then - LibtoolCmd="libtool" - fi - SettingsLibtoolCommand="$LibtoolCmd" - if test -z "$ClangCmd"; then ClangCmd="clang" fi @@ -125,7 +120,6 @@ AC_DEFUN([FP_SETTINGS], AC_SUBST(SettingsInstallNameToolCommand) AC_SUBST(SettingsDllWrapCommand) AC_SUBST(SettingsWindresCommand) - AC_SUBST(SettingsLibtoolCommand) AC_SUBST(SettingsTouchCommand) AC_SUBST(SettingsClangCommand) AC_SUBST(SettingsLlcCommand) |