diff options
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r-- | package/gdb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 76f5fba22..df1504e89 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -2,16 +2,19 @@ # material, please see the LICENCE file in the top-level directory. include ${ADK_TOPDIR}/rules.mk -include ${ADK_TOPDIR}/toolchain/gdb/Makefile.inc PKG_NAME:= gdb +PKG_VERSION:= 7.11.1 +PKG_RELEASE:= 1 +PKG_HASH:= e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70 PKG_DESCR:= programm debugger PKG_SECTION:= app/debug +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} PKG_DEPENDS:= libncurses zlib libexpat libthread-db PKG_BUILDDEP:= ncurses readline expat zlib PKG_NOPARALLEL:= 1 -PKG_ARCH_DEPENDS:= !m68k !avr32 !nios2 +PKG_ARCH_DEPENDS:= !m68k !avr32 !nios2 !microblaze include ${ADK_TOPDIR}/mk/package.mk |