소스 검색

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

Waldemar Brodkorb 12 년 전
부모
커밋
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}'