summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index f3a4e3f438..0541d90138 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -39,10 +39,11 @@ python = @PythonCmd@
# Information about builders:
#============================
-ar-supports-at-file = @ArSupportsAtFile@
-ar-supports-dash-l = @ArSupportsDashL@
-cc-llvm-backend = @CcLlvmBackend@
-hs-cpp-args = @HaskellCPPArgs@
+ar-supports-at-file = @ArSupportsAtFile@
+ar-supports-dash-l = @ArSupportsDashL@
+system-ar-supports-dash-l = @ArSupportsDashL_STAGE0@
+cc-llvm-backend = @CcLlvmBackend@
+hs-cpp-args = @HaskellCPPArgs@
# Build options:
#===============