summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGabriella Gonzalez <gabriella@mercury.com>2023-02-06 13:26:17 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-06 17:06:50 -0500
commit1e0f6c89d82a7f8531b8370123c2af0fa0630503 (patch)
tree9a0472a76e49f941a08711059e2d8f9e6002dd6c /configure.ac
parent5ed77deb1b49bff7bae9660487ee4a40a496476d (diff)
downloadhaskell-1e0f6c89d82a7f8531b8370123c2af0fa0630503.tar.gz
Synchronize `configure.ac` and `distrib/configure.ac.in`
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a0df24a50a..0b3997f4e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,7 +663,7 @@ FP_LD_NO_FIXUP_CHAINS([build], [CONF_GCC_LINKER_OPTS_STAGE0])
FP_LD_NO_FIXUP_CHAINS([target], [CONF_GCC_LINKER_OPTS_STAGE1])
FP_LD_NO_FIXUP_CHAINS([target], [CONF_GCC_LINKER_OPTS_STAGE2])
-FP_LD_SUPPORTS_RESPONSE_FILES()
+FP_LD_SUPPORTS_RESPONSE_FILES
GHC_LLVM_TARGET_SET_VAR
# we intend to pass trough --targets to llvm as is.