summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-03-29 12:27:20 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-04-25 10:19:29 -0400
commit41cf758b3f50554e0aa5240a5898b693758d9670 (patch)
tree36612cb3a1ddc44536edbe03d203ec11103f3dd5 /m4
parent9420d26b4b9dd42238d3ec2a92abe0552d37775e (diff)
downloadhaskell-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.m46
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)