Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
src
/
ci
/
docker
/
scripts
/
ohos
/
aarch64-unknown-linux-ohos-clang++.sh
blob: 5dfb4c72ffea8b2a865bf849b12414d0ebbfd4a3 [
file
] [
log
] [
blame
]
#!/bin/sh
exec
/
opt
/
ohos
-
sdk
/
native
/
llvm
/
bin
/
clang
++
\
-
target aarch64
-
linux
-
ohos \
--
sysroot
=/
opt
/
ohos
-
sdk
/
native
/
sysroot \
-
D__MUSL__ \
"$@"