mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
gcc-sanitizers: fix licensing
The sanitizer runtime library is dual-licensed under the NCSA and MIT licenses. Also make nativesdk-gcc-sanitizers use SDKGCCVERSION by default instead of GCCVERSION (From OE-Core rev: 4ed21998827060745d2858e2d6c121baf823e64a) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b2b62c3608
commit
6a41dd1bd1
@@ -39,7 +39,7 @@ PREFERRED_VERSION_gcc-runtime ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_gcc-sanitizers ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_gcc-source ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-gcc-runtime ?= "${SDKGCCVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-gcc-sanitizers ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-gcc-sanitizers ?= "${SDKGCCVERSION}"
|
||||
PREFERRED_VERSION_libgcc ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-libgcc ?= "${SDKGCCVERSION}"
|
||||
|
||||
Reference in New Issue
Block a user