Closed luyahan closed 4 years ago
Build command for riscv64
export CC=riscv64-unknown-linux-gnu-gcc export CXX=riscv64-unknown-linux-gnu-g++ export CC_host=gcc export CXX_host=g++ ./configure --cross-compiling --dest-cpu=riscv64 --verbose --openssl-no-asm make -j2
I pulled in your changes to the main branch.
Build command for riscv64