diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-23 15:22:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-23 15:23:53 +0000 |
commit | b6ee7c5d8a5f54c54c344ee055d7e9a1af034fd6 (patch) | |
tree | 3fb7662aba0678369cf7761bd11e532271f4dfb4 /community/chromium/gcc-arm.patch | |
parent | 184d781b84f7990b784ec89f1d5fac34c51e0ee4 (diff) | |
download | aports-b6ee7c5d8a5f54c54c344ee055d7e9a1af034fd6.tar.bz2 aports-b6ee7c5d8a5f54c54c344ee055d7e9a1af034fd6.tar.xz |
community/chromium: upgrade to 73.0.3683.103
Diffstat (limited to 'community/chromium/gcc-arm.patch')
-rw-r--r-- | community/chromium/gcc-arm.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/chromium/gcc-arm.patch b/community/chromium/gcc-arm.patch index 4d917ff4a1..fdbb4bb7be 100644 --- a/community/chromium/gcc-arm.patch +++ b/community/chromium/gcc-arm.patch @@ -1,13 +1,11 @@ -diff --git a/third_party/zlib/BUILD.gn b/third_party/zlib/BUILD.gn -index b44bda6..1d159d8 100644 ---- ./third_party/zlib/BUILD.gn +--- ./third_party/zlib/BUILD.gn.orig +++ ./third_party/zlib/BUILD.gn -@@ -63,7 +63,7 @@ config("zlib_arm_crc32_config") { - # - ChromeOS has wrapper scripts that are borking the compiler flags. +@@ -67,7 +67,7 @@ + # implement the CRC32* instructions. These are optional in ARMv8.0." # - Fuchsia just added a syscall for feature detection. # TODO(cavalcantii): crbug.com/810125. -- if (!is_ios && !is_chromeos && !is_fuchsia) { -+ if (is_clang && !is_ios && !is_chromeos && !is_fuchsia) { +- if (!is_ios && !is_fuchsia) { ++ if (is_clang && !is_ios && !is_fuchsia) { defines = [ "CRC32_ARMV8_CRC32" ] if (is_android) { defines += [ "ARMV8_OS_ANDROID" ] |