summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-05-02 18:01:52 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-02 18:01:52 +0200
commit11a092a917581bbef2e39579babf8bf8a42ee422 (patch)
tree33a5ef87177df056d4379eae543c0b01cff6961a /TARGETS
parent7b776d35325ed3f07eaaf69699f4be948dd1394c (diff)
downloadjustbuild-11a092a917581bbef2e39579babf8bf8a42ee422.tar.gz
["", ""]: Fix docstring on COMPILER_FAMILY
While "gcc" is the name of the standard C compiler in the gnu compiler family, the name of the compiler family, as expected by the "COMPILER_FAMILY" configuration variable, actually is "gnu". Fix this in the documentation string of the default export target.
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS2
1 files changed, 1 insertions, 1 deletions
diff --git a/TARGETS b/TARGETS
index b7f78851..e65ba6f2 100644
--- a/TARGETS
+++ b/TARGETS
@@ -32,7 +32,7 @@
, "COMPILER_FAMILY":
[ "The compiler family to use as (cross) toolchain."
, ""
- , "Supported values are \"unknown\" (the default), \"clang\", and \"gcc\"."
+ , "Supported values are \"unknown\" (the default), \"clang\", and \"gnu\"."
, "The unknown compiler family tries to not make any assumptions on the"
, "used C and C++ compilers and uses the generic \"cc\" and \"c++\" as"
, "names for the respective compilers; typically used in conjunction with"