mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
gdb: disable -Werror to make it build under Ubuntu 9.04
This commit is contained in:
@@ -4,7 +4,7 @@ DEPENDS = "ncurses-native"
|
|||||||
|
|
||||||
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
|
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 () {
|
do_configure () {
|
||||||
# override this function to avoid the autoconf/automake/aclocal/autoheader
|
# override this function to avoid the autoconf/automake/aclocal/autoheader
|
||||||
|
|||||||
Reference in New Issue
Block a user