summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_npm.py
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-07-13 12:01:18 +0100
committerSteve Sakoman <steve@sakoman.com>2023-07-26 05:20:36 -1000
commit8585e789650d1c55d9ed8074976ae3229d6d9a39 (patch)
tree96b4b1a693057f6fdc317c3b6a0b2889dd64f019 /scripts/lib/recipetool/create_npm.py
parentb2e3fcb94d93a6dfbc8dbc58b50de75c10cc42a5 (diff)
downloadpoky-8585e789650d1c55d9ed8074976ae3229d6d9a39.tar.gz
gcc: don't pass --enable-standard-branch-protection
By changing the default code generation of GCC we're inadvertently breaking the GCC test suite, which has ~120K+ more failures when run for aarch64 compared to x86-64. This was because the generated code fragments included the BTI instructions, which the test case wasn't expecting. We can't tell the tests globally to run without branch protection, as that will break the tests which also turn it on. Remove the enabling of branch protection by standard in GCC, we'll enable it in the tune files instead. (From OE-Core rev: 759327cf6bd79118bae0c68e63742ae4721471d8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bb4b9017db6a893ed054a2d2ad4cc671dec09c42) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/recipetool/create_npm.py')
0 files changed, 0 insertions, 0 deletions