diff -r e2e0f34eab6c -r 069f43a215cc config/cc.in --- a/config/cc.in Tue Nov 19 14:44:02 2013 +0800 +++ b/config/cc.in Wed Jun 25 23:33:01 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"