diff options
-rw-r--r-- | config/cc.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/cc.in b/config/cc.in index dd4c52bc..0c07f464 100644 --- a/config/cc.in +++ b/config/cc.in @@ -9,7 +9,15 @@ config CC_VERSION string config CC_CORE_PASSES_NEEDED - bool + bool + select CC_CORE_PASS_1_NEEDED + select CC_CORE_PASS_2_NEEDED + +config CC_CORE_PASS_1_NEEDED + bool + +config CC_CORE_PASS_2_NEEDED + bool source "config.gen/cc.in" |