diff options
-rw-r--r-- | INSTALL.md | 2 | ||||
-rw-r--r-- | TARGETS | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ variables. The full list can be obtained via `just-mr describe`. | 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, unknown | clang | +| COMPILER_FAMILY | gnu, clang, unknown | unknown | | DEBUG | true, false | false | | BUILD_STATIC_BINARY | true, false | false | @@ -31,7 +31,7 @@ , "COMPILER_FAMILY": [ "The compiler family to use as (cross) toolchain." , "" - , "Supported values are \"clang\" (the default), \"gcc\", and \"unkown\"." + , "Supported values are \"unkonwn\" (the default), \"clang\", and \"gcc\"." , "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" @@ -108,7 +108,7 @@ } ] , [ "COMPILER_FAMILY" - , {"type": "var", "name": "COMPILER_FAMILY", "default": "clang"} + , {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"} ] ] , "body": |