don't try to package ipt_SNAT and ipt_DNAT when making kernel module packages
[openwrt-10.03/.git] / toolchain / Config.in
index d376c146256cdb9fe785812c43ed6cdacfa08135..5720beb8b0de332986b7ed19d5a06e1c6423cb16 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
@@ -43,3 +50,4 @@ config TARGET_OPTIMIZATION
        help
          Optimizations to use when building for the target host.
 
+source "toolchain/gcc/Config.version"