Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
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__ \
"$@"