config/global/ct-behave.in
changeset 1842 2535545dd450
parent 1300 7acdd1de5b50
child 1867 dc39960ecfd2
     1.1 --- a/config/global/ct-behave.in	Mon Apr 20 21:30:25 2009 +0000
     1.2 +++ b/config/global/ct-behave.in	Fri Mar 05 09:19:56 2010 +0100
     1.3 @@ -2,6 +2,15 @@
     1.4  
     1.5  comment "crosstool-NG behavior"
     1.6  
     1.7 +config IS_A_BACKEND
     1.8 +    string
     1.9 +    option env="CT_IS_A_BACKEND"
    1.10 +
    1.11 +config BACKEND
    1.12 +    bool
    1.13 +    default y if IS_A_BACKEND =  "y" || IS_A_BACKEND =  "Y"
    1.14 +    default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
    1.15 +
    1.16  config OBSOLETE
    1.17      bool
    1.18      prompt "Use obsolete features"