Open wxiaoguang opened 1 month ago
make TARGET=i486-linux-musl
gcc
g++
mips-linux-musl
arm[eb]-linux-musleabi[hf]
mips[el]-linux-musl[sf]
Thank you for the great project!
make TARGET=i486-linux-musl
.gcc
andg++
(I encounter errors when there is no g++ installed)mips-linux-musl
: because just likearm[eb]-linux-musleabi[hf]
,mips[el]-linux-musl[sf]
should be enough.Thank you for the great project!