]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix libfortran cannot be cross compiled [PR124286]
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 1 Mar 2026 01:30:41 +0000 (17:30 -0800)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 1 Mar 2026 02:32:17 +0000 (18:32 -0800)
commite13b14030a300b3c94895e2c1d922c70ba3a271f
tree4667974f99aebc84daecf3e3252f3f2fe2af4b41
parentbaf734f6f3085248d151fe99674b61ddcf69eea3
Fortran: Fix libfortran cannot be cross compiled [PR124286]

Remove unneeded check for a sane CLZL and regenerate using
the correct version of autoconf.

PR fortran/124286

libgfortran/ChangeLog:

* acinclude.m4: Remove LIBGFOR_CHECK_SANE_BUILTIN_CLZL.
* caf/shmem/allocator.c (next_power_of_two): Use known sane
builtin.
* configure: Regenerate.
* configure.ac: Remove use of LIBGFOR_CHECK_SANE_BUILTIN_CLZL.
libgfortran/acinclude.m4
libgfortran/caf/shmem/allocator.c
libgfortran/configure
libgfortran/configure.ac