summaryrefslogtreecommitdiff
path: root/package/gdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r--package/gdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index f14045daf..321c8e72e 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -20,7 +20,9 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GDB,gdb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_ARGS+= --without-uiout \
+# --enable-static is required to build libbfd.a
+CONFIGURE_ARGS+= --enable-static \
+ --without-uiout \
--disable-tui \
--disable-gdbtk \
--disable-gdbserver \