Browse Source

disable werror in gdb

Ulf Samuelsson 17 years ago
parent
commit
8e3f93eec7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/gdb/gdb.mk

+ 1 - 0
toolchain/gdb/gdb.mk

@@ -208,6 +208,7 @@ $(GDB_HOST_DIR)/.configured: $(GDB_DIR)/.unpacked
 		--disable-tui --disable-gdbtk --without-x \
 		--without-included-gettext \
 		--enable-threads \
+		--disable-werror \
 	)
 	touch $@