Jelajahi Sumber

document supported TARGET tuples

Rich Felker 8 tahun lalu
induk
melakukan
8191d3ff65
1 mengubah file dengan 20 tambahan dan 0 penghapusan
  1. 20 0
      README.md

+ 20 - 0
README.md

@@ -41,6 +41,26 @@ can move the cross compiler toolchain to another location as desired.
 
 
 
+Supported `TARGET`s
+-------------------
+
+The following is a non-exhaustive list of `$(TARGET)` tuples that are
+believed to work:
+
+- `aarch64[_be]-linux-musl`
+- `arm[eb]-linux-musleabi[hf]`
+- `i*86-linux-musl`
+- `mips-linux-musl`
+- `mips[el]-linux-musl[sf]`
+- `mips64[el]-linux-musl[n32][sf]`
+- `powerpc-linux-musl[sf]`
+- `powerpc64[le]-linux-musl`
+- `s390x-linux-musl`
+- `sh*[eb]-linux-musl[fdpic][sf]`
+- `x86_64-linux-musl[x32]`
+
+
+
 How it works
 ------------