- Use v8 tarball from chromium.googlesource.com since GitHub mirror has been stopped over 25 days Changes: https://v8.dev/blog/v8-release-97 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
--- third_party/zlib/BUILD.gn.orig 2021-11-15 18:52:29 UTC
|
|
+++ third_party/zlib/BUILD.gn
|
|
@@ -119,6 +119,8 @@ if (use_arm_neon_optimizations) {
|
|
defines = [ "CRC32_ARMV8_CRC32" ]
|
|
if (is_android) {
|
|
defines += [ "ARMV8_OS_ANDROID" ]
|
|
+ } else if (is_bsd) {
|
|
+ defines += [ "ARMV8_OS_FREEBSD" ]
|
|
} else if (is_linux || is_chromeos) {
|
|
defines += [ "ARMV8_OS_LINUX" ]
|
|
} else if (is_mac) {
|