From 660966298286958a5cbee18be89872a8202956a8 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 29 Apr 2024 17:08:46 +0200 Subject: Update derived files --- README.md | 5 +++-- 1 file 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"`. | -- cgit v1.2.3