1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
7 PKG_VERSION
:= arc-2018.03
-release-gdb
10 PKG_DESCR
:= program debugger
11 PKG_SECTION
:= app
/debug
12 PKG_DEPENDS
:= libncurses zlib libexpat libthread-db
13 PKG_BUILDDEP
:= ncurses readline expat zlib
14 PKG_SITES
:= https
://github.com
/foss-for-synopsys-dwc-arc-processors
/binutils-gdb.git
16 PKG_ARCH_DEPENDS
:= arc
18 include ${ADK_TOPDIR}/mk
/package.mk
20 $(eval
$(call PKG_template
,GDB
,gdb
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 CONFIGURE_ARGS
+= --enable-static \
31 --without-included-gettext \
32 --without-auto-load-safe-path \
33 --disable-install-libiberty \
34 --disable-install-libbfd \
39 ${INSTALL_DIR} ${IDIR_GDB}/usr
/bin
40 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/gdb \
43 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk