summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-23 20:30:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-23 20:30:34 (GMT)
commit7779137ba80ee5ad038cb011c6a7f87abe433ea2 (patch)
tree2d3c192a334107a486eea009680cf26addf3d2ce /config/toolchain.in
parent9d86cde662c291679288c5a3690ba968949a9e97 (diff)
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.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 86972c8..fee1db1 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