cea371b26f
- enable aarch64* cross build - use -fdebug-prefix-map for better ccache hits with -o debug
12 lines
304 B
Diff
12 lines
304 B
Diff
--- a/build/toolchain/linux/unbundle/BUILD.gn.orig
|
|
+++ b/build/toolchain/linux/unbundle/BUILD.gn
|
|
@@ -35,7 +35,7 @@
|
|
extra_ldflags = getenv("BUILD_LDFLAGS")
|
|
|
|
toolchain_args = {
|
|
- current_cpu = current_cpu
|
|
- current_os = current_os
|
|
+ current_cpu = host_cpu
|
|
+ current_os = host_os
|
|
}
|
|
}
|