summaryrefslogtreecommitdiff
path: root/mk
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 /mk
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 'mk')
-rw-r--r--mk/config.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index e1474a34a3..a80d47abe8 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -485,7 +485,6 @@ SettingsInstallNameToolCommand = @SettingsInstallNameToolCommand@
SettingsRanlibCommand = @SettingsRanlibCommand@
SettingsDllWrapCommand = @SettingsDllWrapCommand@
SettingsWindresCommand = @SettingsWindresCommand@
-SettingsLibtoolCommand = @SettingsLibtoolCommand@
SettingsTouchCommand = @SettingsTouchCommand@
SettingsClangCommand = @SettingsClangCommand@
SettingsLlcCommand = @SettingsLlcCommand@