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