config/cc.in
changeset 3299 1ff943ae14d7
parent 3254 e2e0f34eab6c
     1.1 --- a/config/cc.in	Tue Nov 19 14:44:02 2013 +0800
     1.2 +++ b/config/cc.in	Mon May 05 23:29:48 2014 +0200
     1.3 @@ -9,7 +9,15 @@
     1.4      string
     1.5  
     1.6  config CC_CORE_PASSES_NEEDED
     1.7 -	bool
     1.8 +    bool
     1.9 +    select CC_CORE_PASS_1_NEEDED
    1.10 +    select CC_CORE_PASS_2_NEEDED
    1.11 +
    1.12 +config CC_CORE_PASS_1_NEEDED
    1.13 +    bool
    1.14 +
    1.15 +config CC_CORE_PASS_2_NEEDED
    1.16 +    bool
    1.17  
    1.18  source "config.gen/cc.in"
    1.19