Browse Source

Merge pull request #4787 from vlad0x00/patch-1

Update cross compile info
tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
f24b521709
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@@ -85,6 +85,8 @@ Examples:
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 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
``` ```


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.

### Debug version ### Debug version


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


Loading…
Cancel
Save