We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0db4218 + 26b7f24 commit 72ec628Copy full SHA for 72ec628
README.md
@@ -58,6 +58,10 @@ Examples:
58
```sh
59
make BINARY=64 CC=mips64el-unknown-linux-gnu-gcc FC=mips64el-unknown-linux-gnu-gfortran HOSTCC=gcc TARGET=LOONGSON3A
60
```
61
+ or same with the newer mips-crosscompiler put out by Loongson that defaults to the 32bit ABI:
62
+ ```sh
63
+ make HOSTCC=gcc CC='/opt/mips-loongson-gcc7.3-linux-gnu/2019.06-29/bin/mips-linux-gnu-gcc -mabi=64' FC='/opt/mips-loongson-gcc7.3-linux-gnu/2019.06-29/bin/mips-linux-gnu-gfortran -mabi=64' TARGET=LOONGSON3A
64
+ ```
65
66
* On an x86 box, compile this library for a loongson3a CPU with loongcc (based on Open64) compiler:
67
0 commit comments