From f9318b8029d427fa852e6169e9e2259b7ecf4071 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 2 Nov 2022 16:36:45 +0100 Subject: 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. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') 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 | -- cgit v1.2.3