richfelker / musl-cross-make

Simple makefile-based build for musl cross compiler
MIT License
1.3k stars 266 forks source link

Update document: README.md #192

Open wxiaoguang opened 1 month ago

wxiaoguang commented 1 month ago
  1. Add a hint for using make TARGET=i486-linux-musl.
  2. Add a hint for installing gcc and g++ (I encounter errors when there is no g++ installed)
  3. Remove duplicate mips-linux-musl: because just like arm[eb]-linux-musleabi[hf], mips[el]-linux-musl[sf] should be enough.

Thank you for the great project!