diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-09 18:17:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-09 18:17:53 +0000 |
commit | 4d15c89ed94cdd30b751d15675b471cc0724aec7 (patch) | |
tree | 4bd1281f87710c640739e69678c2488ed4331d72 /toolchain/Config.in | |
parent | f00668fe9fc1a6015abacdd238f26b31b8555767 (diff) | |
download | upstream-4d15c89ed94cdd30b751d15675b471cc0724aec7.tar.gz upstream-4d15c89ed94cdd30b751d15675b471cc0724aec7.tar.bz2 upstream-4d15c89ed94cdd30b751d15675b471cc0724aec7.zip |
remove unused multilib option
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index b5258ddce9..7b0a0aaeee 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -20,13 +20,6 @@ config GDB help Enable if you want to build the gdb -config ENABLE_MULTILIB - bool - prompt "Enable multilib support?" if TOOLCHAINOPTS - default n - help - If you want multilib enabled, enable this... - config LARGEFILE bool prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS |