From 818602818bb8553b241271204d159d5a40971d5a Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Sun, 20 Jan 2019 19:25:26 -0500 Subject: Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) `TablesNextToCode` is now a substituted by configure, where it has the correct defaults and error handling. Nowhere else needs to duplicate that, though we may want the compiler to to guard against bogus settings files. I renamed it from `GhcEnableTablesNextToCode` to `TablesNextToCode` to: - Help me guard against any unfixed usages - Remove any lingering connotation that this flag needs to be combined with `GhcUnreigsterised`. Original reviewers: Original subscribers: TerrorJack, rwbarton, carter Original Differential Revision: https://phabricator.haskell.org/D5082 --- hadrian/cfg/system.config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'hadrian/cfg') diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in index 5bdb322551..2380baf9c0 100644 --- a/hadrian/cfg/system.config.in +++ b/hadrian/cfg/system.config.in @@ -43,6 +43,7 @@ hs-cpp-args = @HaskellCPPArgs@ solaris-broken-shld = @SOLARIS_BROKEN_SHLD@ ghc-unregisterised = @Unregisterised@ +tables-next-to-code = @TablesNextToCode@ ghc-source-path = @hardtop@ leading-underscore = @LeadingUnderscore@ -- cgit v1.2.1