summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-07 10:55:19 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-07 10:55:19 +0200
commitfdcbb226b312460701b073c820ed9ec64151b50f (patch)
tree605e03d7d9c315acaaa16dec132981bdf153dccb
parent889c9839e8df150f70daae0965e5f8eacb8c5954 (diff)
downloadrules-cc-fdcbb226b312460701b073c820ed9ec64151b50f.tar.gz
Update derived files
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c0a3c5..7c2d24e 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ A rule to provide defaults. All CC targets take their defaults for CC, CXX, flag
| `"CFLAGS"` | Flags for C compilation. Specifying this field overwrites values from `"base"`. |
| `"CXXFLAGS"` | Flags for C++ compilation. Specifying this field overwrites values from `"base"`. |
| `"LDFLAGS"` | Linker flags for linking the final CC library. Specifying this field overwrites values from `"base"`. |
+| `"ARFLAGS"` | Arguments to tell the archiver to create an archive with the specified object files. If the `"ARFLAGS"` specified in the defaults target are empty, the rules will use `["cqs"]`. |
| `"ADD_COMPILE_FLAGS"` | Additional compilation flags for C and C++. Specifying this field extends values from `"base"` for both, `"CFLAGS"` and `"CXXFLAGS"`. |
| `"ADD_CFLAGS"` | Additional compilation flags specific for C. Specifying this field extends values from `"base"`. |
| `"ADD_CXXFLAGS"` | Additional compilation flags specific for C++. Specifying this field extends values from `"base"`. |