]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: libgcc: Use -Werror
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 3 Oct 2024 16:02:55 +0000 (16:02 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 17 Oct 2024 15:43:28 +0000 (15:43 +0000)
commit71c7b446b98aa51294d79c45e37f1564668a1f3a
tree5ee298e08a58483c943c780718baa7c8b52ca83e
parentd806810f02a15a82f284d9e0e03c24f32f2a3be2
aarch64: libgcc: Use -Werror

This patch adds -Werror to LIBGCC2_CFLAGS so that aarch64 can catch
warnings during bootstrap, while not impacting other targets.

The patch also adds -Wno-prio-ctor-dtor to avoid a warning when
compiling lse_init.c

libgcc/
* config/aarch64/t-aarch64: Always use -Werror
-Wno-prio-ctor-dtor.
libgcc/config/aarch64/t-aarch64