cleanup; replace .PHONY with FORCE; disable gdb by default
[openwrt.git] / toolchain / Config.in
index d376c14..3f0d13f 100644 (file)
@@ -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