diff options
Diffstat (limited to 'rules/CC/auto/RULES')
-rw-r--r-- | rules/CC/auto/RULES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/CC/auto/RULES b/rules/CC/auto/RULES index ab1e689f..24296344 100644 --- a/rules/CC/auto/RULES +++ b/rules/CC/auto/RULES @@ -24,12 +24,12 @@ ] } , "config_doc": - { "CXX": - [ "The name of the C++ compiler to be used by checks. If None, the" + { "CC": + [ "The name of the C compiler to be used by checks. If None, the" , "respective value from [\"CC\", \"defaults\"] will be taken." ] - , "CC": - [ "The name of the C compiler to be used by checks. If None, the" + , "CXX": + [ "The name of the C++ compiler to be used by checks. If None, the" , "respective value from [\"CC\", \"defaults\"] will be taken." ] , "CFLAGS": |