1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/lang/v8/files/patch-build_toolchain_linux_BUILD.gn
Po-Chuan Hsieh 4b783f69ff
lang/v8: Update to 9.0.257.23
- Use SUB_FILES for pkgconfig files (v8*.pc)
- Sort PLIST
- Update pkg-descr
- Update WWW

Changes:	https://v8.dev/blog/v8-release-89
		https://v8.dev/blog/v8-release-90
2021-05-12 05:46:59 +08:00

11 lines
299 B
Plaintext

--- build/toolchain/linux/BUILD.gn.orig 2021-05-01 21:15:31 UTC
+++ build/toolchain/linux/BUILD.gn
@@ -23,7 +23,6 @@ clang_toolchain("clang_arm") {
}
clang_toolchain("clang_arm64") {
- toolprefix = "aarch64-linux-gnu-"
toolchain_args = {
current_cpu = "arm64"
current_os = "linux"