Browse Source

disable auto-load-safe-path, to inhibit errors when /lib32 is used on lemote

Waldemar Brodkorb 11 years ago
parent
commit
dbb81c6054
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gdb/Makefile

+ 1 - 0
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}'