summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 17:08:46 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 17:08:46 +0200
commit660966298286958a5cbee18be89872a8202956a8 (patch)
tree3d863add05f0f52c5c57cbbb70b891df4ca9ec95
parent86a5ffa75bb3e0944daf73506fc21ff39843c536 (diff)
downloadrules-cc-660966298286958a5cbee18be89872a8202956a8.tar.gz
Update derived files
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 38095c6..fa9be8e 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,9 @@ 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"`. |
-| `"ADD_CFLAGS"` | Additional compilation flags for C. Specifying this field extends values from `"base"`. |
-| `"ADD_CXXFLAGS"` | Additional compilation flags for C++. Specifying this field extends values from `"base"`. |
+| `"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"`. |
| `"ADD_LDFLAGS"` | Additional linker flags for linking the final CC library. Specifying this field extends values from `"base"`. |
| `"AR"` | The archiver tool to use |
| `"PATH"` | Path for looking up the compilers. Individual paths are joined with `":"`. Specifying this field extends values from `"base"`. |