diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-09 18:17:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-09 18:17:53 +0000 |
commit | 4db60ccb42aecf6a37f93c27b2cec6ca743b67bb (patch) | |
tree | 4bd1281f87710c640739e69678c2488ed4331d72 /toolchain | |
parent | 16e76af3ef0431a0ccddcb4d195e1b30ce3faf3e (diff) |
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')
-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 b5258ddce..7b0a0aaee 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 |