summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-09 22:02:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-09 22:02:20 (GMT)
commiteb687c65b33e35e282f152b1bf19163776e599dd (patch)
treefd84e359d521d76d8cf038845cc2e1c389c243a1 /config/toolchain.in
parent7ac365e0754388d83a34a4d6a054134d39e0dbed (diff)
Sanity-check CT_TARGET_VENDOR, CT_TARGET_ALIAS and CT_TARGET_ALIAS_SED_EXPR:
- vendor and alias must not contain spaces - vendor must not contain dashes '-' - sed_expr must not generate an alias with a space in it /trunk/scripts/functions | 17 16 1 0 ++++++++++++++++- /trunk/config/toolchain.in | 1 1 0 0 + 2 files changed, 17 insertions(+), 1 deletion(-)
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 89f3ffb..61d939d 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -33,6 +33,7 @@ config TARGET_VENDOR
A tuple is of the form arch-vendor-kernel-system.
You can set the second part, vendor, to whatever you see fit.
Use a single word, or use underscores "_" to separate words.
+ Use neither dash nor space, as it breaks things.
Keep the default (unkown) if you don't know better.