mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:27:31 +02:00
[toolchain] disable warnings as error in the gdb configuration (#5602)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17064 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
967b579058
commit
f181b50265
@ -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 New Issue
Block a user