diff options
Diffstat (limited to 'package/gdbserver')
-rw-r--r-- | package/gdbserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index e31c4df3c..f254da653 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -29,7 +29,7 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,GDBSERVER,gdbserver,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -ifneq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_USE_STATIC_LIBS_ONLY),) +ifneq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_USE_STATIC_LIBS_ONLY)$(ADK_TARGET_USE_STATIC_AND_SHARED_LIBS),) TARGET_LDFLAGS+= -static-libstdc++ CONFIGURE_ARGS+= --disable-build-with-cxx --with-libthread-db=$(STAGING_TARGET_DIR)/usr/lib/libthread_db.a endif |