diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 23:29:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 23:29:05 +0000 |
commit | 56ca36174338f3a0029b39ed7782c0410cf2d2fe (patch) | |
tree | 8e70523a0c222f26aa84bf3382deceee6b406752 /toolchain/Config.in | |
parent | 5f27fa5f8c930ad9de6c41028ffd4a8bad876e1b (diff) | |
download | upstream-56ca36174338f3a0029b39ed7782c0410cf2d2fe.tar.gz upstream-56ca36174338f3a0029b39ed7782c0410cf2d2fe.tar.bz2 upstream-56ca36174338f3a0029b39ed7782c0410cf2d2fe.zip |
cleanup; replace .PHONY with FORCE; disable gdb by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index d376c14625..3f0d13fe9c 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -6,6 +6,13 @@ menuconfig TOOLCHAINOPTS source "toolchain/binutils/Config.in" source "toolchain/gcc/Config.in" +config GDB + bool + prompt "Build gdb" if TOOLCHAINOPTS + default n + help + Enable if you want to build the gdb + config ENABLE_MULTILIB bool prompt "Enable multilib support?" if TOOLCHAINOPTS |