summaryrefslogtreecommitdiff
path: root/package/gdbserver
diff options
context:
space:
mode:
Diffstat (limited to 'package/gdbserver')
-rw-r--r--package/gdbserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile
index 4b27ffa1a..52e9f04ef 100644
--- a/package/gdbserver/Makefile
+++ b/package/gdbserver/Makefile
@@ -32,7 +32,7 @@ $(eval $(call PKG_template,GDBSERVER,gdbserver,${PKG_VERSION}-${PKG_RELEASE},${P
CONFIGURE_ARGS+= --enable-static
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
+CONFIGURE_ARGS+= --disable-build-with-cxx --with-libthread-db=$(STAGING_TARGET_DIR)/usr/lib/libthread_db.a --disable-source-highlight
endif
gdbserver-install: