Re: [PATCH v2] aarch64: Fix build failure due to missing header

2024-11-29 Thread Kyrylo Tkachov
> On 29 Nov 2024, at 14:49, Yury Khrustalev wrote: > > 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 >

[PATCH v2] aarch64: Fix build failure due to missing header

2024-11-29 Thread Yury Khrustalev
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 whe