config: hide options to debug crosstool-NG when a backend
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Mar 29 10:03:29 2010 +0200 (2010-03-29)
changeset 1867dc39960ecfd2
parent 1866 1539194a1877
child 1868 89f16f038b92
config: hide options to debug crosstool-NG when a backend

When used as a backend, it does not make sense to debug crosstool-NG,
so hide the option.
config/global/ct-behave.in
     1.1 --- a/config/global/ct-behave.in	Mon Mar 29 10:05:21 2010 +0200
     1.2 +++ b/config/global/ct-behave.in	Mon Mar 29 10:03:29 2010 +0200
     1.3 @@ -44,6 +44,7 @@
     1.4      bool
     1.5      prompt "Debug crosstool-NG"
     1.6      default n
     1.7 +    depends on ! BACKEND
     1.8      help
     1.9        Say 'y' here to get some options regarding debugging crosstool-NG.
    1.10