浏览代码

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

Waldemar Brodkorb 11 年之前
父节点
当前提交
dbb81c6054
共有 1 个文件被更改,包括 1 次插入0 次删除
  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}'