disable werror in gdb

This commit is contained in:
Ulf Samuelsson 2008-07-01 21:46:50 +00:00
parent d6eea487ed
commit 8e3f93eec7

View File

@ -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 $@