diff options
Diffstat (limited to 'package/gdb')
-rw-r--r-- | package/gdb/Config.in | 10 | ||||
-rw-r--r-- | package/gdb/Makefile | 4 |
2 files changed, 3 insertions, 11 deletions
diff --git a/package/gdb/Config.in b/package/gdb/Config.in deleted file mode 100644 index 8ca2081f9..000000000 --- a/package/gdb/Config.in +++ /dev/null @@ -1,10 +0,0 @@ -config ADK_PACKAGE_GDB - prompt "gdb............................... GNU debugger" - tristate - default n - select ADK_PACKAGE_LIBNCURSES - select ADK_PACKAGE_LIBTHREAD_DB - depends on !ADK_LINUX_CRIS_FOXBOARD - help - GDB is a program for debugging applications. - diff --git a/package/gdb/Makefile b/package/gdb/Makefile index bd3c14cfb..139d6b54b 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -6,7 +6,9 @@ include ${TOPDIR}/toolchain/gdb/Makefile.inc PKG_DESCR:= GNU debugger PKG_SECTION:= comp -PKG_DEPENDS:= libthread_db libncurses +PKG_DEPENDS:= libthread-db libncurses +PKG_BUILDDEP+= ncurses readline +PKG_TARGET_DEPENDS:= !foxboard include ${TOPDIR}/mk/package.mk |