diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-11 15:42:05 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:10 +0100 |
| commit | 4d0f99a61f0a2ab61758be5d14871653189cc4c7 (patch) | |
| tree | 2cad2368fef7306551a1a645e24c5042a4985931 /meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb | |
| parent | e9e5247f44735f35fd4255c43dac9bd84ccfd5d0 (diff) | |
| download | poky-4d0f99a61f0a2ab61758be5d14871653189cc4c7.tar.gz | |
gcc: Upgrade to 15.2.0 release
This is a point release in GCC-15 release series with
number of bugfixes ( 123 to be exact ) as detailed here [1]
Drop backports available in this release
[1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=485623&resolution=FIXED&target_milestone=15.2
(From OE-Core rev: a7ed61f7b16fddce40c9b2f420783ca8838a2751)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb new file mode 100644 index 0000000000..8bda2ccad6 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
| 2 | require gcc-sanitizers.inc | ||
| 3 | |||
| 4 | # Building with thumb enabled on armv4t armv5t fails with | ||
| 5 | # sanitizer_linux.s:5749: Error: lo register required -- `ldr ip,[sp],#8' | ||
| 6 | ARM_INSTRUCTION_SET:armv4 = "arm" | ||
| 7 | ARM_INSTRUCTION_SET:armv5 = "arm" | ||
