config/global/ct-behave.in
changeset 1868 89f16f038b92
parent 1867 dc39960ecfd2
child 1869 619a87a01562
     1.1 --- a/config/global/ct-behave.in	Mon Mar 29 10:03:29 2010 +0200
     1.2 +++ b/config/global/ct-behave.in	Mon Mar 29 12:06:58 2010 +0200
     1.3 @@ -11,6 +11,22 @@
     1.4      default y if IS_A_BACKEND =  "y" || IS_A_BACKEND =  "Y"
     1.5      default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
     1.6  
     1.7 +config BACKEND_ARCH
     1.8 +    string
     1.9 +    option env="CT_BACKEND_ARCH"
    1.10 +
    1.11 +if BACKEND && BACKEND_ARCH = ""
    1.12 +comment "ERROR !!! Backend architecture is NOT set !"
    1.13 +endif
    1.14 +
    1.15 +config BACKEND_KERNEL
    1.16 +    string
    1.17 +    option env="CT_BACKEND_KERNEL"
    1.18 +
    1.19 +if BACKEND && BACKEND_KERNEL = ""
    1.20 +comment "ERROR !!! Backend kernel is NOT set !"
    1.21 +endif
    1.22 +
    1.23  config OBSOLETE
    1.24      bool
    1.25      prompt "Use obsolete features"