mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-21 11:54:12 +00:00
16 lines
345 B
Plaintext
16 lines
345 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@
|
|
use_gold = @V8_USE_GOLD@
|
|
sysroot = "@V8_SYSROOT@"
|
|
}
|
|
}
|