summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-02 23:15:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-02 23:15:24 +0000
commited15280593b459b87e6de35aa26a6db9ecf2d0c9 (patch)
treeb7340c49b90a405c269daf4e2eb3d548e522b47c /misc
parentb6cb65fb09dcc2dd447fabb2887b147a26797e6c (diff)
downloadnuttx-ed15280593b459b87e6de35aa26a6db9ecf2d0c9.tar.gz
nuttx-ed15280593b459b87e6de35aa26a6db9ecf2d0c9.tar.bz2
nuttx-ed15280593b459b87e6de35aa26a6db9ecf2d0c9.zip
Add --disable-werror to gdb.mk
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2912 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog4
-rw-r--r--misc/buildroot/toolchain/gdb/gdb.mk1
2 files changed, 5 insertions, 0 deletions
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 <spudmonkey@racsa.co.cr>
* 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