diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-07 23:05:30 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-07 23:05:30 +0100 |
commit | a272b32bbaa71d0b4c70e289a562843d451e8791 (patch) | |
tree | 11b836a02c43b3a44bbd6a7b62947641229b5686 /config/toolchain.in | |
parent | 89eca789ce366ed5b3e74807329198dd090743db (diff) | |
download | crosstool-ng-a272b32bbaa71d0b4c70e289a562843d451e8791.tar.gz crosstool-ng-a272b32bbaa71d0b4c70e289a562843d451e8791.tar.bz2 crosstool-ng-a272b32bbaa71d0b4c70e289a562843d451e8791.zip |
config: don't force the vendor part in the tuple
Note however that some configurations (eg. arm-elf) will still
have the vendor part 'unknown' forced in (by config.sub).
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 4039d9d9..c3d03519 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -42,7 +42,7 @@ config TARGET_VENDOR 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. + Keep the default (unknown) if you don't know better. config TARGET_ALIAS_SED_EXPR string |