From b55ee979d32df938eee9c4c02c189f8be267e8a1 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 3 Sep 2019 21:10:59 -0400 Subject: Make sure all boolean settings entries use `YES` / `NO` Some where using `True` / `False`, a legacy of when they were in `Config.hs`. See #16914 / d238d3062a9858 for a similar problem. Also clean up the configure variables names for consistency and clarity while we're at it. "Target" makes clear we are talking about outputted code, not where GHC itself runs. --- hadrian/cfg/system.config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hadrian/cfg') diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in index 2380baf9c0..e826db035a 100644 --- a/hadrian/cfg/system.config.in +++ b/hadrian/cfg/system.config.in @@ -145,10 +145,10 @@ settings-opt-command = @SettingsOptCommand@ haskell-target-os = @HaskellTargetOs@ haskell-target-arch = @HaskellTargetArch@ target-word-size = @TargetWordSize@ -haskell-have-gnu-nonexec-stack = @HaskellHaveGnuNonexecStack@ -haskell-have-ident-directive = @HaskellHaveIdentDirective@ -haskell-have-subsections-via-symbols = @HaskellHaveSubsectionsViaSymbols@ -haskell-have-rts-linker = @HaskellHaveRTSLinker@ +target-has-gnu-nonexec-stack = @TargetHasGnuNonexecStack@ +target-has-ident-directive = @TargetHasIdentDirective@ +target-has-subsections-via-symbols = @TargetHasSubsectionsViaSymbols@ +target-has-rts-linker = @TargetHasRTSLinker@ # Include and library directories: #================================= -- cgit v1.2.1