summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-11-02 16:36:45 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-11-02 16:36:45 +0100
commitf9318b8029d427fa852e6169e9e2259b7ecf4071 (patch)
treef5542023aef0403e777d98d35bf9efb644e12a34
parentde7308ef8128751211b102884fa37be4cc814d2d (diff)
downloadjustbuild-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1ab4fa01..546c8b64 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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 |