diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-08-06 14:10:56 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-08-06 14:10:56 +0200 |
commit | 8f3e41b0f661cae6acfdb20a1083155c9fc770c9 (patch) | |
tree | 0482edbb99d589bd7918f78f3edf16bed7afd41e | |
parent | f4a6877b1b691600c9c33d007aa3abc2f17658b4 (diff) | |
download | poky-8f3e41b0f661cae6acfdb20a1083155c9fc770c9.tar.gz |
gdb: disable -Werror to make it build under Ubuntu 9.04
-rw-r--r-- | meta/packages/gdb/gdb-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gdb/gdb-cross.inc b/meta/packages/gdb/gdb-cross.inc index 480cce4931..c2f30da793 100644 --- a/meta/packages/gdb/gdb-cross.inc +++ b/meta/packages/gdb/gdb-cross.inc | |||
@@ -4,7 +4,7 @@ DEPENDS = "ncurses-native" | |||
4 | 4 | ||
5 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" | 5 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" |
6 | 6 | ||
7 | EXTRA_OECONF = "--with-curses --with-readline" | 7 | EXTRA_OECONF = "--with-curses --with-readline --disable-werror" |
8 | 8 | ||
9 | do_configure () { | 9 | do_configure () { |
10 | # override this function to avoid the autoconf/automake/aclocal/autoheader | 10 | # override this function to avoid the autoconf/automake/aclocal/autoheader |