diff options
Diffstat (limited to 'config/cc.in')
-rw-r--r-- | config/cc.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cc.in b/config/cc.in index 680afb96..d244e99f 100644 --- a/config/cc.in +++ b/config/cc.in @@ -8,6 +8,9 @@ config CC config CC_VERSION string +config CC_CORE_PASSES_NEEDED + bool + source "config.gen/cc.in" config CC_SUPPORT_CXX |