Skip to content

Commit f24b521

Browse files
authored
Merge pull request #4787 from vlad0x00/patch-1
Update cross compile info
2 parents 0d8ee96 + 2d84ed7 commit f24b521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Examples:
8585
make CC=loongcc FC=loongf95 HOSTCC=gcc TARGET=LOONGSON3A CROSS=1 CROSS_SUFFIX=mips64el-st-linux-gnu- NO_LAPACKE=1 NO_SHARED=1 BINARY=32
8686
```
8787

88+
When compiling for a more modern CPU TARGET of the same architecture, e.g. TARGET=SKYLAKEX on a HASWELL host, option "CROSS=1" can be used to suppress the automatic invocation of the tests at the end of the build.
89+
8890
### Debug version
8991

9092
A debug version can be built using `make DEBUG=1`.

0 commit comments

Comments
 (0)