diff options
author | Changqing Li <changqing.li@windriver.com> | 2024-07-16 17:46:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-18 17:21:39 +0100 |
commit | 23e4ffef1164e7eb4a569608d00d4eaeadad047c (patch) | |
tree | d22683a6df5395c8b0d3a6055900b8b5c6e1d31a /scripts/lib/checklayer/context.py | |
parent | 7b8d63b1e24d2627e14c0762c0882b1f92360804 (diff) | |
download | poky-23e4ffef1164e7eb4a569608d00d4eaeadad047c.tar.gz |
pixman: update patch for fixing inline failure with -Og
Previous patch works on fedora40 with gcc-14, but not works
on ubuntu2004 with gcc-9. Update the patch to fix the do_compile
failure:
In function ‘combine_inner’,
inlined from ‘combine_soft_light_ca_float’ at ../pixman-0.42.2/pixman/pixman-combine-float.c:655:1:
../pixman-0.42.2/pixman/pixman-combine-float.c:370:5: error: inlining failed in call to ‘always_inline’ ‘combine_soft_light_c’: function not
considered for inlining
370 | combine_ ## name ## _c (float sa, float s, float da, float d)
(From OE-Core rev: 5eb77c3e142dd952b5e35647f76fdd420a1f1613)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/checklayer/context.py')
0 files changed, 0 insertions, 0 deletions