mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
gdb: disable -Werror to make it build under Ubuntu 9.04
This commit is contained in:
parent
f4a6877b1b
commit
8f3e41b0f6
|
@ -4,7 +4,7 @@ DEPENDS = "ncurses-native"
|
|||
|
||||
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
|
||||
|
||||
EXTRA_OECONF = "--with-curses --with-readline"
|
||||
EXTRA_OECONF = "--with-curses --with-readline --disable-werror"
|
||||
|
||||
do_configure () {
|
||||
# override this function to avoid the autoconf/automake/aclocal/autoheader
|
||||
|
|
Loading…
Reference in New Issue
Block a user