[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
master
Florian Fainelli 2009-07-31 14:24:38 +00:00
parent 85c82eb8a0
commit d62f0686a6
1 changed files with 1 additions and 0 deletions

View File

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