mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openocd: disable werror when building with gcc
gcc 9.x warns more
TOPDIR/build/tmp/work/mips32r2-yoe-linux/openocd/0.10+gitrAUTOINC+7ee618692f-r0/recipe-sysroot/usr/include/bits/string_fortified.h:71:10: error: '__builtin_memset' offset [509, 512] from the object at 'buff' is out of the bounds of referenced subobject 'reserved7' with type 'mg_io_uint8[186]' {aka 'unsigned char[186]'} at offset 322 [-Werror=array-bounds]
| return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
26ff2b9700
commit
5d4b25aa9c
|
|
@ -27,7 +27,7 @@ inherit pkgconfig autotools-brokensep gettext
|
|||
BBCLASSEXTEND += "nativesdk"
|
||||
|
||||
EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html"
|
||||
|
||||
EXTRA_OECONF_append_toolchain-gcc = " --disable-werror "
|
||||
do_configure() {
|
||||
./bootstrap nosubmodule
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/jimtcl/autosetup
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user