# HG changeset patch # User "Yann E. MORIN" # Date 1236102653 0 # Node ID 63d8500c8fc1423c99ea5364044577562d4bfc86 # Parent 2b875ed306c2f50a7a354cc878d76d5f67f39451 Some eye-candy in the toolchain sub-menu entries. /trunk/config/toolchain.in | 8 5 3 0 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff -r 2b875ed306c2 -r 63d8500c8fc1 config/toolchain.in --- a/config/toolchain.in Tue Mar 03 17:41:59 2009 +0000 +++ b/config/toolchain.in Tue Mar 03 17:50:53 2009 +0000 @@ -40,9 +40,11 @@ You might not want shared libraries if you're building for a target that don't support it (maybe some nommu targets, for example, or bare metal). +comment "Tuple completion and aliasing" + config TARGET_VENDOR string - prompt "Vendor string" + prompt "Tuple's vendor string" default "unknown" help Vendor part of the target tuple. @@ -56,7 +58,7 @@ config TARGET_ALIAS_SED_EXPR string - prompt "Target sed transform" + prompt "Tuple's sed transform" default "" help Normaly, you'd call your toolchain components (especially gcc) by @@ -75,7 +77,7 @@ config TARGET_ALIAS string - prompt "Target alias" + prompt "Tuple's alias" default "" help Normaly, you'd call your toolchain components (especially gcc) by