head 1.2; access; symbols pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2024.01.22.16.49.18; author adam; state dead; branches; next 1.1; commitid kg894l5XbJBqWsVE; 1.1 date 2022.05.05.07.02.25; author adam; state Exp; branches; next ; commitid 2QzvtKPHWCdEQPCD; desc @@ 1.2 log @nodejs16: removed; end-of-life @ text @$NetBSD: patch-tools_v8_gypfiles_v8.gyp,v 1.1 2022/05/05 07:02:25 adam Exp $ Add -larm on netbsd arm platforms. --- tools/v8_gypfiles/v8.gyp.orig 2021-08-03 05:54:27.000000000 +0000 +++ tools/v8_gypfiles/v8.gyp @@@@ -951,6 +951,12 @@@@ }], # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library # to implement atomic memory access + # NetBSD/arm also needs -larm. + ['OS == "netbsd" and v8_current_cpu in ["arm"]', { + 'link_settings': { + 'libraries': ['-larm', ], + }, + }], ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64"]', { 'link_settings': { 'libraries': ['-latomic', ], @ 1.1 log @nodejs: moved to nodejs16 @ text @d1 1 a1 1 $NetBSD: patch-tools_v8_gypfiles_v8.gyp,v 1.2 2022/03/30 06:52:33 adam Exp $ @