[Buildroot] svn commit: trunk/buildroot/toolchain/gdb

ulf at uclibc.org ulf at uclibc.org
Tue Jul 1 21:46:50 UTC 2008


Author: ulf
Date: 2008-07-01 14:46:50 -0700 (Tue, 01 Jul 2008)
New Revision: 22602

Log:
disable werror in gdb

Modified:
   trunk/buildroot/toolchain/gdb/gdb.mk


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2008-07-01 21:38:03 UTC (rev 22601)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2008-07-01 21:46:50 UTC (rev 22602)
@@ -208,6 +208,7 @@
 		--disable-tui --disable-gdbtk --without-x \
 		--without-included-gettext \
 		--enable-threads \
+		--disable-werror \
 	)
 	touch $@
 




More information about the buildroot mailing list