config/global/ct-behave.in
changeset 1869 619a87a01562
parent 1868 89f16f038b92
child 2227 5158aa602e58
     1.1 --- a/config/global/ct-behave.in	Mon Mar 29 12:06:58 2010 +0200
     1.2 +++ b/config/global/ct-behave.in	Mon Mar 29 20:15:25 2010 +0200
     1.3 @@ -2,31 +2,6 @@
     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 BACKEND_ARCH
    1.17 -    string
    1.18 -    option env="CT_BACKEND_ARCH"
    1.19 -
    1.20 -if BACKEND && BACKEND_ARCH = ""
    1.21 -comment "ERROR !!! Backend architecture is NOT set !"
    1.22 -endif
    1.23 -
    1.24 -config BACKEND_KERNEL
    1.25 -    string
    1.26 -    option env="CT_BACKEND_KERNEL"
    1.27 -
    1.28 -if BACKEND && BACKEND_KERNEL = ""
    1.29 -comment "ERROR !!! Backend kernel is NOT set !"
    1.30 -endif
    1.31 -
    1.32  config OBSOLETE
    1.33      bool
    1.34      prompt "Use obsolete features"