diff options
Diffstat (limited to 'package/gdb/Makefile')
-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 c35e35e6b..4c71c8558 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -20,6 +20,8 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,GDB,gdb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +XAKE_FLAGS+= MAKEINFO=true + # --enable-static is required to build libbfd.a CONFIGURE_ARGS+= --enable-static \ --without-uiout \ |