diff -r e2e0f34eab6c -r 6fb47591d19d config/cc.in --- a/config/cc.in Tue Nov 19 14:44:02 2013 +0800 +++ b/config/cc.in Fri May 09 19:10:08 2014 -0700 @@ -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"