head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.26 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.24 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.22 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.20 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.18 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.16 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.14 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.12 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.10 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.8 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.6 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.4 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.2 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.3.0.30 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.28 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.26 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.24 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.22 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.20 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.18 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.16 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.14 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.12 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.10 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.6 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.8 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.4 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.2 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.2.0.4 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.2 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2023.01.29.10.47.33; author wiz; state Exp; branches; next 1.3; commitid VgoYC8OffXTGrqbE; 1.3 date 2019.04.18.19.18.02; author rillig; state Exp; branches; next 1.2; commitid nYDe6i8JkeM1HRjB; 1.2 date 2018.11.10.11.45.27; author mrg; state Exp; branches; next 1.1; commitid GwfVXfYmxx4BioZA; 1.1 date 2018.05.05.04.08.36; author maya; state Exp; branches; next ; commitid 6lus89ojOIDnQ3BA; desc @@ 1.4 log @gcc8: update to 8.5.0 one year of bugfixes @ text @$NetBSD: patch-libgcc_config.host,v 1.3 2019/04/18 19:18:02 rillig Exp $ Add NetBSD support for aarch64, x86 and x86_64. --- libgcc/config.host.orig 2021-05-14 08:42:10.000000000 +0000 +++ libgcc/config.host @@@@ -353,6 +353,12 @@@@ aarch64*-*-fuchsia*) tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc" tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp" ;; +aarch64*-*-netbsd*) + extra_parts="$extra_parts crtfastmath.o" + tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" + md_unwind_header=aarch64/aarch64-unwind.h + ;; aarch64*-*-linux*) extra_parts="$extra_parts crtfastmath.o" md_unwind_header=aarch64/linux-unwind.h @@@@ -636,10 +642,10 @@@@ x86_64-*-freebsd*) md_unwind_header=i386/freebsd-unwind.h ;; i[34567]86-*-netbsdelf*) - tmake_file="${tmake_file} i386/t-crtstuff" + tmake_file="${tmake_file} i386/t-netbsd i386/t-crtstuff" ;; x86_64-*-netbsd*) - tmake_file="${tmake_file} i386/t-crtstuff" + tmake_file="${tmake_file} i386/t-netbsd i386/t-crtstuff" ;; i[34567]86-*-openbsd*) ;; @ 1.3 log @lang/gcc8: report some of the patches upstream @ text @d1 1 a1 1 $NetBSD: patch-libgcc_config.host,v 1.2 2018/11/10 11:45:27 mrg Exp $ d5 4 a8 4 --- libgcc/config.host.orig 2018-04-06 13:04:17.000000000 -0700 +++ libgcc/config.host 2018-11-09 03:33:30.166898124 -0800 @@@@ -350,6 +350,12 @@@@ tmake_file="${tmake_file} ${cpu_type}/t-aarch64" d20 1 a20 1 @@@@ -632,10 +638,10 @@@@ @ 1.2 log @port the arm64 support to GCC 8. @ text @d1 1 a1 1 $NetBSD: patch-libgcc_config.host,v 1.1 2018/05/05 04:08:36 maya Exp $ d3 1 a3 1 Add libgcc x86 and arm64 netbsd config @ 1.1 log @Add gcc8 8.1.0 Release notes are very long and pretty-printed at: https://gcc.gnu.org/gcc-8/changes.html @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Add libgcc x86 netbsd config d5 16 a20 3 --- libgcc/config.host.orig 2017-03-10 19:33:27.000000000 +0000 +++ libgcc/config.host @@@@ -605,10 +605,10 @@@@ x86_64-*-freebsd*) @