summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-28 18:42:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-28 18:42:50 +0100
commitdbb81c6054d70e3ab797f7830837402a97e93db1 (patch)
treee0ea91c9b11d671f7394263ca8e92081a7ab8740 /package/gdb
parent303f5c0994a6ff6c7d3bee7c29f94928ae5674de (diff)
disable auto-load-safe-path, to inhibit errors when /lib32 is used on lemote
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 1587c2c58..686ea3497 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --without-uiout --enable-gdbmi \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext --disable-sim \
--with-curses --disable-werror \
+ --without-auto-load-safe-path \
--disable-gdbserver \
--without-python
XAKE_FLAGS+= LDFLAGS='${TARGET_LDFLAGS}'