]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: Restrict COBOL to supported Linux arches [PR119217]
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 22 Apr 2025 11:47:17 +0000 (13:47 +0200)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 22 Apr 2025 11:47:17 +0000 (13:47 +0200)
commit6390fc86995fbd5239497cb9e1797a3af51d3936
tree91f4bed167e6d6084a5ba569479593923e124eb3
parentf9cfb3735cf301c4b943d9ed1cd8b887e11d6be5
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  <ro@CeBiTec.Uni-Bielefeld.DE>

PR cobol/119217
* configure.ac: Restrict cobol to aarch64-*-linux*,
x86_64-*-linux*.
Fix indentation.
* configure: Regenerate.
configure
configure.ac