diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-26 17:55:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-26 17:55:50 +0000 |
commit | 3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05 (patch) | |
tree | 0c4ca2e0513d52c232a9bae62c8a92792511cc64 /toolchain/Config.in | |
parent | a0829559f874eb433ba26a76dafbc7e0e027e206 (diff) | |
download | upstream-3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05.tar.gz upstream-3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05.tar.bz2 upstream-3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05.zip |
add the insight gdb frontend (#4701)
SVN-Revision: 17019
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index d62489b45b..6fc7b6fcec 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -75,6 +75,14 @@ config GDB help Enable if you want to build the gdb +config INSIGHT + bool + prompt "Build insight-gdb" if TOOLCHAINOPTS + select GDB + default n + help + Enable if you want to build insight-gdb + config LARGEFILE bool prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS |