summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/gdb/gdb-cross.inc2
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
5EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" 5EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
6 6
7EXTRA_OECONF = "--with-curses --with-readline" 7EXTRA_OECONF = "--with-curses --with-readline --disable-werror"
8 8
9do_configure () { 9do_configure () {
10# override this function to avoid the autoconf/automake/aclocal/autoheader 10# override this function to avoid the autoconf/automake/aclocal/autoheader