Skip to content
Snippets Groups Projects
Commit 724307fc authored by Florian Fainelli's avatar Florian Fainelli
Browse files

disable warnings as error in the gdb configuration (#5602)

SVN-Revision: 17064
parent 9711e6ad
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment