head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.8 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.6 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2025.06.08.07.37.45; author wiz; state Exp; branches; next 1.1; commitid I3jr5qsuFSfII3YF; 1.1 date 2025.02.05.16.30.35; author adam; state Exp; branches; next ; commitid hLANQ79vzS0ICiIF; desc @@ 1.2 log @*gcc14*: update to 14.3 bugfix release. @ text @$NetBSD: patch-gcc_common.opt,v 1.1 2025/02/05 16:30:35 adam Exp $ Support Darwin/aarch64, from https://github.com/Homebrew/formula-patches. --- gcc/common.opt.orig 2025-05-23 11:02:04.268197144 +0000 +++ gcc/common.opt @@@@ -2919,6 +2919,10 @@@@ fstack-usage Common RejectNegative Var(flag_stack_usage) Output stack usage information on a per-function basis. +fstack-use-cumulative-args +Common RejectNegative Var(flag_stack_use_cumulative_args) Init(STACK_USE_CUMULATIVE_ARGS_INIT) +Use cumulative args-based stack layout hooks. + fstrength-reduce Common Ignore Does nothing. Preserved for backward compatibility. @@@@ -3292,6 +3296,10 @@@@ fuse-ld=mold Common Driver Negative(fuse-ld=mold) Use the Modern linker (MOLD) linker instead of the default linker. +fuse-ld=classic +Common Driver Negative(fuse-ld=classic) +Use the ld-classic linker instead of the default linker. + fuse-linker-plugin Common Undocumented Var(flag_use_linker_plugin) @ 1.1 log @gcc14: incorporate Homebrew patches to let GCC 14 build on macOS and other platforms @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- gcc/common.opt d10 1 a10 1 d21 1 a21 1 d28 1 @