Some eye-candy in the toolchain sub-menu entries.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 03 17:50:53 2009 +0000 (2009-03-03)
changeset 122063d8500c8fc1
parent 1219 2b875ed306c2
child 1221 814d458b1878
Some eye-candy in the toolchain sub-menu entries.

/trunk/config/toolchain.in | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
config/toolchain.in
     1.1 --- a/config/toolchain.in	Tue Mar 03 17:41:59 2009 +0000
     1.2 +++ b/config/toolchain.in	Tue Mar 03 17:50:53 2009 +0000
     1.3 @@ -40,9 +40,11 @@
     1.4        You might not want shared libraries if you're building for a target that
     1.5        don't support it (maybe some nommu targets, for example, or bare metal).
     1.6  
     1.7 +comment "Tuple completion and aliasing"
     1.8 +
     1.9  config TARGET_VENDOR
    1.10      string
    1.11 -    prompt "Vendor string"
    1.12 +    prompt "Tuple's vendor string"
    1.13      default "unknown"
    1.14      help
    1.15        Vendor part of the target tuple.
    1.16 @@ -56,7 +58,7 @@
    1.17  
    1.18  config TARGET_ALIAS_SED_EXPR
    1.19      string
    1.20 -    prompt "Target sed transform"
    1.21 +    prompt "Tuple's sed transform"
    1.22      default ""
    1.23      help
    1.24        Normaly, you'd call your toolchain components (especially gcc) by
    1.25 @@ -75,7 +77,7 @@
    1.26  
    1.27  config TARGET_ALIAS
    1.28      string
    1.29 -    prompt "Target alias"
    1.30 +    prompt "Tuple's alias"
    1.31      default ""
    1.32      help
    1.33        Normaly, you'd call your toolchain components (especially gcc) by