head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.10.21.41.34; author wiz; state Exp; branches; next ; commitid 9JHloFc9ZlojD8RG; desc @@ 1.1 log @lang/gcc16: import gcc16-16.1.0 The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, and Go. @ text @$NetBSD: patch-configure.ac,v 1.1 2025/11/08 07:04:02 mrg Exp $ Enable COBOL on NetBSD amd64/arm64/riscv64. --- configure.ac.orig 2025-08-07 23:51:39.874338130 -0700 +++ configure.ac 2025-11-05 19:22:39.706058829 -0800 @@@@ -801,14 +801,14 @@@@ case ,${enable_languages}, in ;; *) case "${target}" in - aarch64-*-linux*|x86_64-*-linux*) + aarch64-*-linux*|x86_64-*-linux*|aarch64-*-netbsd*|x86_64-*-netbsd*|riscv64-*-netbsd*) ;; *-*-*) unsupported_languages="$unsupported_languages cobol" ;; esac case "${host}" in - aarch64-*-linux*|x86_64-*-linux*) + aarch64-*-linux*|x86_64-*-linux*|aarch64-*-netbsd*|x86_64-*-netbsd*|riscv64-*-netbsd*) ;; *-*-*) unsupported_languages="$unsupported_languages cobol" @