diff -r e2e0f34eab6c -r b571b3566915 config/cc.in --- a/config/cc.in Tue Nov 19 14:44:02 2013 +0800 +++ b/config/cc.in Sat May 10 12:33:37 2014 +0200 @@ -9,7 +9,15 @@ 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"