diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-23 20:30:34 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-23 20:30:34 +0000 |
commit | 7779137ba80ee5ad038cb011c6a7f87abe433ea2 (patch) | |
tree | 2d3c192a334107a486eea009680cf26addf3d2ce /config/toolchain.in | |
parent | 9d86cde662c291679288c5a3690ba968949a9e97 (diff) | |
download | crosstool-ng-7779137ba80ee5ad038cb011c6a7f87abe433ea2.tar.gz crosstool-ng-7779137ba80ee5ad038cb011c6a7f87abe433ea2.tar.bz2 crosstool-ng-7779137ba80ee5ad038cb011c6a7f87abe433ea2.zip |
Second shot at merging from the MIPS branch:
- log level boost for warnings and errors
- option re-ordering
- help updating
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 86972c8c..fee1db1d 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -69,13 +69,6 @@ config TARGET_ALIAS You shouldn't need to enter anything here, unless you plan to manually call the tools (autotools-based ./configure will use the standard name). -config ARCH - string - default "arm" if ARCH_ARM - default "mips" if ARCH_MIPS - default "x86" if ARCH_x86 - default "x86_64" if ARCH_x86_64 - comment "Toolchain type" choice |