summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-12 06:00:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-12 06:01:47 +0100
commitbb6dd4f975ef03b4f9b1be3c1c5cd2bba8ae3665 (patch)
treed37dd598cbec05bf24320b4904635f39e4e83752 /package
parent26d741bd780d991d1572536c6ae58c7473655788 (diff)
gdbserver: remove old hack for static linking
Diffstat (limited to 'package')
-rw-r--r--package/gdbserver/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile
index 718ab8e95..7238eb306 100644
--- a/package/gdbserver/Makefile
+++ b/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/