summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-11-09 14:01:11 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-25 14:47:41 -0500
commite987e345c807035e4637ca3eae227ae501e16c42 (patch)
tree463bb77c1762610af0700495eea39f2ae1c66b2f /hadrian/cfg
parentbc038c3bd45ee99db9fba23a823a906735740200 (diff)
downloadhaskell-e987e345c807035e4637ca3eae227ae501e16c42.tar.gz
Hadrian: correctly detect AR at-file support
Stage0's ar may not support at-files. Take it into account. Found while cross-compiling from Darwin to Windows.
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index 78f66df02f..8cefe803ac 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -40,6 +40,7 @@ python = @PythonCmd@
#============================
ar-supports-at-file = @ArSupportsAtFile@
+system-ar-supports-at-file = @ArSupportsAtFile_STAGE0@
ar-supports-dash-l = @ArSupportsDashL@
system-ar-supports-dash-l = @ArSupportsDashL_STAGE0@
cc-llvm-backend = @CcLlvmBackend@