diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2022-06-21 10:26:19 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-22 22:40:28 +0100 |
commit | 5ae7621978e291b35b330d6f790f0b12972b315c (patch) | |
tree | 226b755235799cada1f09c7e6cd322ed9c0a9ceb /scripts/wic | |
parent | 296392f8e00bcc36e731edca753888e450b9c28c (diff) | |
download | poky-5ae7621978e291b35b330d6f790f0b12972b315c.tar.gz |
libffi: fix native build being not portable
Without `--with-gcc-arch=generic` libffi looks up the cpuid to automatically determine
which mtune/march to use. This makes the native sstate-cache unuseable since it's
possible to have a newer cpu building the recipe and the library being pulled from
another older cpu which doesn't have the instruction.
(From OE-Core rev: cddaecac1fdd4d033c2ff8ccaf1d60e1c598d5b7)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/wic')
0 files changed, 0 insertions, 0 deletions