https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <r...@gcc.gnu.org>: https://gcc.gnu.org/g:6390fc86995fbd5239497cb9e1797a3af51d3936 commit r16-81-g6390fc86995fbd5239497cb9e1797a3af51d3936 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.