]> git.ipfire.org Git - thirdparty/gcc.git/commit
Adjust configure machinery to abi32 targets master trunk
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 18 Jun 2026 09:08:39 +0000 (11:08 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 19 Jun 2026 05:29:38 +0000 (07:29 +0200)
commite63a04e996e2ab8e78a33eea6425596c780758d7
tree0725d4a76408f465a1bd9dbfa32c458dc1f3950f
parentc95f6ebcc60a57b4c9559a39f2fad7ca37883fa8
Adjust configure machinery to abi32 targets

The machinery would still consider them as 64-bit targets in a few cases.

gcc/
* acinclude.m4 (gcc_GAS_FLAGS): Set to --32 for abi32 targets.
* configure.ac (TLS support): Use 32-bit sequence for abi32 targets.
* configure: Regenerate.
gcc/acinclude.m4
gcc/configure
gcc/configure.ac