diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
commit | d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch) | |
tree | bf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/gdb | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/gdb')
-rw-r--r-- | package/gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 62bf91c38..1587c2c58 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -4,6 +4,7 @@ include ${TOPDIR}/rules.mk include ${TOPDIR}/toolchain/gdb/Makefile.inc +PKG_NAME:= gdb PKG_DESCR:= GNU debugger PKG_SECTION:= debug PKG_DEPENDS:= libthread-db libncurses libiconv libexpat libgcc @@ -33,7 +34,7 @@ XAKE_FLAGS+= LDFLAGS='${TARGET_LDFLAGS}' # disable honour cflags stuff XAKE_FLAGS+= GCC_HONOUR_COPTS:=s -post-install: +gdb-install: ${INSTALL_DIR} ${IDIR_GDB}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/gdb ${IDIR_GDB}/usr/bin/ # shipped libbfd conflicts with system wide one |