v8-riscv / node

Node.js on RISC-V! See the link below to learn more and try it out.
https://github.com/v8-riscv/node/wiki
Other
29 stars 4 forks source link

Build node-riscv64 #3

Closed luyahan closed 4 years ago

luyahan commented 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
ghost commented 4 years ago

I pulled in your changes to the main branch.