BUILD_DIR -> KERNEL_BUILD_DIR
[openwrt.git] / toolchain / Config.in
index d376c14..5720beb 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"
This page took 0.026588 seconds and 4 git commands to generate.