summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
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