diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/gdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 8cb1b5b8f..3dbe4d2f9 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -43,5 +43,7 @@ XAKE_FLAGS+= GCC_HONOUR_COPTS:=s 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 + rm -f ${WRKINST}/usr/lib/libbfd* include ${ADK_TOPDIR}/mk/pkg-bottom.mk |