]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Drop ILP32 from default elf multilibs after deprecation
authorTamar Christina <tamar.christina@arm.com>
Tue, 21 Jan 2025 10:27:13 +0000 (10:27 +0000)
committerTamar Christina <tamar.christina@arm.com>
Tue, 21 Jan 2025 10:27:13 +0000 (10:27 +0000)
commit9fd190c70976638eb8ae239f09d9f73da26d3021
tree2f5e0eb8008c77ff5df455b7b90f4420dcfeabe5
parent4d2a1c292611514dfa5de4cbdb8a426eb437c964
aarch64: Drop ILP32 from default elf multilibs after deprecation

Following the deprecation of ILP32 *-elf builds fail now due to -Werror on the
deprecation warning.  This is because on embedded builds ILP32 is part of the
default multilib.

This patch removed it from the default target as the build would fail anyway.

gcc/ChangeLog:

* config.gcc (aarch64-*-elf): Drop ILP32 from default multilibs.
gcc/config.gcc