diff options
author | Yury Khrustalev <yury.khrustalev@arm.com> | 2024-11-29 11:09:23 +0000 |
---|---|---|
committer | Yury Khrustalev <yury.khrustalev@arm.com> | 2024-11-29 16:30:51 +0000 |
commit | f3ee8bc1cb19a3a173b1caba01de9adfd93157ec (patch) | |
tree | 06084053b2defabd26caba61358ca47a4bd65318 /gcc | |
parent | f42fd8e9335354f986d69b92ab66be07cc31bc7a (diff) | |
download | gcc-f3ee8bc1cb19a3a173b1caba01de9adfd93157ec.zip gcc-f3ee8bc1cb19a3a173b1caba01de9adfd93157ec.tar.gz gcc-f3ee8bc1cb19a3a173b1caba01de9adfd93157ec.tar.bz2 |
aarch64: Fix build failure due to missing header
Including the "arm_acle.h" header in aarch64-unwind.h requires
stdint.h to be present and it may not be available during the
first stage of cross-compilation of GCC.
When cross-building GCC for the aarch64-none-linux-gnu target
(on any supporting host) using the 3-stage bootstrap build
process when we build native compiler from source, libgcc fails
to compile due to missing header that has not been installed yet.
This could be worked around but it's better to fix the issue.
libgcc/ChangeLog:
* config/aarch64/aarch64-unwind.h (_CHKFEAT_GCS): Add.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions