disable warnings as error in the gdb configuration (#5602)
SVN-Revision: 17064
This commit is contained in:
parent
9711e6ad55
commit
724307fca1
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ define Host/Configure
|
|||
--build=$(GNU_HOST_NAME) \
|
||||
--host=$(GNU_HOST_NAME) \
|
||||
--target=$(REAL_GNU_TARGET_NAME) \
|
||||
--disable-werror \
|
||||
$(DISABLE_NLS) \
|
||||
--without-uiout \
|
||||
--disable-tui --disable-gdbtk --without-x \
|
||||
|
|
Loading…
Reference in a new issue