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-gcc_config.gcc,v 1.1 2025/08/04 02:48:24 mrg Exp $ Enable multilib support on amd64. --- gcc/config.gcc.orig 2025-04-25 01:18:00.000000000 -0700 +++ gcc/config.gcc 2025-08-03 17:22:06.592442114 -0700 @@@@ -1992,6 +1992,7 @@@@ ;; x86_64-*-netbsd*) tm_file="${tm_file} i386/unix.h i386/att.h elfos.h ${nbsd_tm_file} i386/x86-64.h i386/netbsd64.h" + tmake_file="${tmake_file} i386/t-netbsd64" extra_options="${extra_options} netbsd.opt netbsd-elf.opt" ;; i[34567]86-*-openbsd*) @