File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
9595 # FIXME: workaround for glibc-llvm-riscv64 builds:
9696 [[ " ${CW_CONFIG:- } " != * ' gcc' * ]] && [[ " ${CW_CONFIG:- } " = * ' r64' * ]] && extra+=" gcc${CW_GCCSUFFIX} -riscv64-linux-gnu g++${CW_GCCSUFFIX} -riscv64-linux-gnu"
9797 if [ " $( uname -m) " = ' aarch64' ]; then
98- extra+=' libc6-dev-amd64-cross libstdc++-11-dev-amd64-cross '
98+ extra+=' libc6-dev-amd64-cross'
9999 else
100- extra+=' libc6-dev-arm64-cross libstdc++-11-dev-arm64-cross '
100+ extra+=' libc6-dev-arm64-cross'
101101 fi
102- [[ " ${CW_CONFIG:- } " = * ' r64' * ]] && extra+=' libc6-dev-riscv64-cross libstdc++-11-dev-riscv64-cross '
102+ [[ " ${CW_CONFIG:- } " = * ' r64' * ]] && extra+=' libc6-dev-riscv64-cross'
103103 fi
104104fi
105105
You can’t perform that action at this time.
0 commit comments