From ed15280593b459b87e6de35aa26a6db9ecf2d0c9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 2 Sep 2010 23:15:24 +0000 Subject: Add --disable-werror to gdb.mk git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2912 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/ChangeLog | 4 ++++ misc/buildroot/toolchain/gdb/gdb.mk | 1 + 2 files changed, 5 insertions(+) (limited to 'misc') diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog index 656c46dfd..b2d991c5c 100644 --- a/misc/buildroot/ChangeLog +++ b/misc/buildroot/ChangeLog @@ -70,4 +70,8 @@ buildroot-1.9 2010-xx-xx * configs/arm926t-defconfig-nxflat: NXFLAT-only configuration for arm926 * toolchain/gdb/gdb.mk - Remove ncurses dependency from gdb_target target. + * toolchain/gdb/gdb.mk - Added --disable-werror to GDB configuration line. + GDB 6.8 won't build because the tarbal was released with -Werror enabled and + the build stops on the first warning. + diff --git a/misc/buildroot/toolchain/gdb/gdb.mk b/misc/buildroot/toolchain/gdb/gdb.mk index 5417685d9..aa9e126bc 100644 --- a/misc/buildroot/toolchain/gdb/gdb.mk +++ b/misc/buildroot/toolchain/gdb/gdb.mk @@ -79,6 +79,7 @@ $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked --disable-tui --disable-gdbtk --without-x \ --disable-sim --enable-gdbserver \ --without-included-gettext \ + --disable-werror \ ); ifeq ($(BR2_ENABLE_LOCALE),y) -$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile -- cgit v1.2.3