Browse Source

gdbserver: remove old hack for static linking

Waldemar Brodkorb 1 month ago
parent
commit
bb6dd4f975
1 changed files with 0 additions and 5 deletions
  1. 0 5
      package/gdbserver/Makefile

+ 0 - 5
package/gdbserver/Makefile

@@ -36,11 +36,6 @@ CONFIGURE_ARGS+=	--enable-static \
 			--without-curses \
 			--without-system-zlib
 
-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 --disable-source-highlight
-endif
-
 gdbserver-install:
 	${INSTALL_DIR} ${IDIR_GDBSERVER}/usr/bin
 	${INSTALL_BIN} ${WRKINST}/usr/bin/gdbserver ${IDIR_GDBSERVER}/usr/bin/