diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-05-19 19:08:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-22 14:36:49 +0100 |
commit | 94019980ea12c603ba242f4a547e32d6aabd5192 (patch) | |
tree | 6a1bc703d57752e7a17207801fbe5f3aa76ae4a6 /scripts/lib/scriptutils.py | |
parent | fa96265154226652665f5579ac48441decb2d291 (diff) | |
download | poky-94019980ea12c603ba242f4a547e32d6aabd5192.tar.gz |
ltp: backport patch to fix compilation error for Skylake -march=x86-64-v3
When the input compiler enables AVX, stack realignment requirements
causes gcc to fail to omit %rbp use, due to which the test fails to
clobber %rbp in inline asm. Disable AVX to build the test on x86_64 so
that the test continues working.
(From OE-Core rev: bbd3e7886e2ec5ab3578d618b28d007a80d917aa)
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions