diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-02 16:36:45 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-02 16:36:45 +0100 |
commit | f9318b8029d427fa852e6169e9e2259b7ecf4071 (patch) | |
tree | f5542023aef0403e777d98d35bf9efb644e12a34 | |
parent | de7308ef8128751211b102884fa37be4cc814d2d (diff) | |
download | justbuild-f9318b8029d427fa852e6169e9e2259b7ecf4071.tar.gz |
INSTALL: also mention the "unknown" compiler family
... in the overview table, especially as we recommend it when
building for host and manually setting CC and CXX.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ following table: | ARCH | x86, x86_64, arm, arm64 | x86_64 | | HOST_ARCH | x86, x86_64, arm, arm64 | *derived from ARCH* | | TARGET_ARCH | x86, x86_64, arm, arm64 | *derived from ARCH* | -| COMPILER_FAMILY | gnu, clang | clang | +| COMPILER_FAMILY | gnu, clang, unknown | clang | | DEBUG | true, false | false | | BUILD_STATIC_BINARY | true, false | false | |