|
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --without-uiout \
|
|
--without-python \
|
|
--without-python \
|
|
--without-included-gettext \
|
|
--without-included-gettext \
|
|
--without-auto-load-safe-path \
|
|
--without-auto-load-safe-path \
|
|
|
|
+ --disable-install-libiberty \
|
|
|
|
+ --disable-install-libbfd \
|
|
--with-curses \
|
|
--with-curses \
|
|
--enable-gdbmi
|
|
--enable-gdbmi
|
|
|
|
|
|
@@ -36,7 +38,5 @@ XAKE_FLAGS+= GCC_HONOUR_COPTS:=s
|
|
gdb-install:
|
|
gdb-install:
|
|
${INSTALL_DIR} ${IDIR_GDB}/usr/bin
|
|
${INSTALL_DIR} ${IDIR_GDB}/usr/bin
|
|
${INSTALL_BIN} ${WRKINST}/usr/bin/gdb ${IDIR_GDB}/usr/bin/
|
|
${INSTALL_BIN} ${WRKINST}/usr/bin/gdb ${IDIR_GDB}/usr/bin/
|
|
- # shipped libbfd conflicts with system wide one
|
|
|
|
- rm -f ${WRKINST}/usr/lib/libbfd*
|
|
|
|
|
|
|
|
include ${TOPDIR}/mk/pkg-bottom.mk
|
|
include ${TOPDIR}/mk/pkg-bottom.mk
|