diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-02-13 23:50:17 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-13 15:08:40 -0800 |
commit | 6b2b1c6670537456c443f3d36e2cf1fac7a55375 (patch) | |
tree | 2f50d3145fbdf5559d715dd57acf1fc9846938ed /meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch | |
parent | c9ddb71d35c68ba58f5318a5bcc504a2ee1026a9 (diff) | |
download | meta-openembedded-6b2b1c6670537456c443f3d36e2cf1fac7a55375.tar.gz |
kexec-tools-klibc: Fix building on x86_64 with binutils 2.41
Newer versions of the GNU assembler (observed with binutils 2.41) will
complain about the ".arch i386" in files assembled with "as --64",
with the message "Error: 64bit mode not supported on 'i386'".
Fix by moving ".arch i386" below the relevant ".code32" directive, so
that the assembler is no longer expecting 64-bit instructions to be used
by the time that the ".arch i386" directive is encountered.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch')
0 files changed, 0 insertions, 0 deletions