mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-07 15:01:18 +00:00
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
gcc_toolchain("@V8_TOOLCHAIN_NAME@") {
|
|
cc = "@V8_CC@"
|
|
cxx = "@V8_CXX@"
|
|
ld = "@V8_LD@"
|
|
ar = "@V8_AR@"
|
|
nm = "@V8_NM@"
|
|
toolchain_args = {
|
|
current_os = "linux"
|
|
current_cpu = "@V8_CURRENT_CPU@"
|
|
v8_current_cpu = "@V8_V8_CURRENT_CPU@"
|
|
is_clang = @V8_IS_CLANG@
|
|
sysroot = "@V8_SYSROOT@"
|
|
}
|
|
}
|