Chromium fails aom with neon

This commit is contained in:
2024-05-21 21:40:30 +02:00
parent b3268b24bd
commit 6c4af3c444
17 changed files with 1936 additions and 131 deletions

View File

@@ -0,0 +1,12 @@
--- a/build/toolchain/linux/unbundle/BUILD.gn
+++ b/build/toolchain/linux/unbundle/BUILD.gn
@@ -35,7 +35,7 @@ gcc_toolchain("host") {
extra_ldflags = getenv("BUILD_LDFLAGS")
toolchain_args = {
- current_cpu = current_cpu
- current_os = current_os
+ current_cpu = host_cpu
+ current_os = host_os
}
}