diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-03 17:50:53 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-03 17:50:53 +0000 |
commit | 661d2239e586e475fbdb26b31270456d6a5fff1a (patch) | |
tree | f1497948dc4f7664de18edb8e4c20c9fc4e8dae7 /config/toolchain.in | |
parent | 6822fae02e4f32d6cd8475fb79fd10178962c53b (diff) | |
download | crosstool-ng-661d2239e586e475fbdb26b31270456d6a5fff1a.tar.gz crosstool-ng-661d2239e586e475fbdb26b31270456d6a5fff1a.tar.bz2 crosstool-ng-661d2239e586e475fbdb26b31270456d6a5fff1a.zip |
Some eye-candy in the toolchain sub-menu entries.
/trunk/config/toolchain.in | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 6a97e4cf..19e30c9b 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -40,9 +40,11 @@ config SHARED_LIBS 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_VENDOR 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_SED_EXPR config TARGET_ALIAS string - prompt "Target alias" + prompt "Tuple's alias" default "" help Normaly, you'd call your toolchain components (especially gcc) by |