From 11a092a917581bbef2e39579babf8bf8a42ee422 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 2 May 2023 18:01:52 +0200 Subject: ["", ""]: 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. --- TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TARGETS') 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" -- cgit v1.2.3