head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.07.08.13.42.15; author kikadf; state Exp; branches; next 1.1; commitid TrothZVUWCiZ0RMG; 1.1 date 2026.07.06.13.06.42; author kikadf; state Exp; branches; next ; commitid 5JFQu3OxURxXTAMG; desc @@ 1.2 log @ chromium: update to 150.0.7871.100 This update doesn't include security fixes. A full list of changes in this build is available in https://chromium.googlesource.com/chromium/src/+log/150.0.7871.47..150.0.7871.101?pretty=fuller&n=10000 @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- build/config/compiler_cpu_abi.gn.orig 2026-07-06 22:58:46.000000000 +0000 +++ build/config/compiler_cpu_abi.gn @@@@ -48,7 +48,7 @@@@ if (is_chromeos_device && is_chromeos) { if ((is_posix && !is_apple) || is_fuchsia) { # simplicity we always explicitly set the architecture. if (current_cpu == "x64") { - if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device) { + if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device && !is_bsd) { cpu_abi_cflags += [ "--target=x86_64-unknown-linux-gnu" ] cpu_abi_ldflags += [ "--target=x86_64-unknown-linux-gnu" ] } else { @@@@ -62,7 +62,7 @@@@ if ((is_posix && !is_apple) || is_fuchsi cpu_abi_ldflags += [ "-march=$cros_target_cpu_arch" ] } } else if (current_cpu == "x86") { - if (is_clang && !is_android && !is_chromeos_device) { + if (is_clang && !is_android && !is_chromeos_device && !is_bsd) { cpu_abi_cflags += [ "--target=i386-unknown-linux-gnu" ] cpu_abi_ldflags += [ "--target=i386-unknown-linux-gnu" ] } else { @@@@ -74,7 +74,7 @@@@ if ((is_posix && !is_apple) || is_fuchsi "-msse3", ] } else if (current_cpu == "arm") { - if (is_clang && !is_android && !is_chromeos_device) { + if (is_clang && !is_android && !is_chromeos_device && !is_bsd) { cpu_abi_cflags += [ "--target=arm-linux-gnueabihf" ] cpu_abi_ldflags += [ "--target=arm-linux-gnueabihf" ] } @@@@ -83,7 +83,7 @@@@ if ((is_posix && !is_apple) || is_fuchsi "-mfloat-abi=$arm_float_abi", ] } else if (current_cpu == "arm64") { - if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device) { + if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device && !is_bsd) { cpu_abi_cflags += [ "--target=aarch64-linux-gnu" ] cpu_abi_ldflags += [ "--target=aarch64-linux-gnu" ] } @ 1.1 log @ chromium: update to 150.0.7871.46 This update includes 433 security fixes. Please see the Chrome Security Page for more information. @ text @d7 1 a7 1 --- build/config/compiler_cpu_abi.gn.orig 2026-06-23 23:37:18.000000000 +0000 @