https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217
--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Rainer Orth <r...@gcc.gnu.org>: https://gcc.gnu.org/g:05941b93dfc19686d6b9c9ca5aecf3a6b28a15a5 commit r15-9569-g05941b93dfc19686d6b9c9ca5aecf3a6b28a15a5 Author: Rainer Orth <r...@cebitec.uni-bielefeld.de> Date: Tue Apr 22 13:47:17 2025 +0200 cobol: Restrict COBOL to supported Linux arches [PR119217] The COBOL frontend is currently built on all x86_64 and aarch64 hosts although the code contains some Linux/glibc specifics that break the build e.g. on Solaris/amd64. Tested on Linux/x86_64 and Solaris/amd64. 2025-03-17 Rainer Orth <r...@cebitec.uni-bielefeld.de> PR cobol/119217 * configure.ac: Restrict cobol to aarch64-*-linux*, x86_64-*-linux*. Fix indentation. * configure: Regenerate. (cherry picked from commit 6390fc86995fbd5239497cb9e1797a3af51d3936)