[rtems-central commit] spec: Add attributes to build items

Sebastian Huber sebh at rtems.org
Thu Sep 8 06:27:09 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    5ee830fab93431dab2a6abcb12d7775302eb9821
Changeset: http://git.rtems.org/rtems-central/commit/?id=5ee830fab93431dab2a6abcb12d7775302eb9821

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep  8 08:33:35 2022 +0200

spec: Add attributes to build items

Update #4670.

---

 spec/spec/build-ada-test-program.yml |  4 ++++
 spec/spec/build-group.yml            | 12 ++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/spec/spec/build-ada-test-program.yml b/spec/spec/build-ada-test-program.yml
index ea905eae..abf3d807 100644
--- a/spec/spec/build-ada-test-program.yml
+++ b/spec/spec/build-ada-test-program.yml
@@ -23,6 +23,7 @@ spec-example: |
   copyrights:
   - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
   cppflags: []
+  cxxflags: []
   enabled-by: true
   includes: []
   ldflags: []
@@ -59,6 +60,9 @@ spec-info:
       cppflags:
         description: null
         spec-type: build-cppflags
+      cxxflags:
+        description: null
+        spec-type: build-cxxflags
       includes:
         description: null
         spec-type: build-includes
diff --git a/spec/spec/build-group.yml b/spec/spec/build-group.yml
index 643637d1..7c3e093d 100644
--- a/spec/spec/build-group.yml
+++ b/spec/spec/build-group.yml
@@ -13,8 +13,11 @@ spec-description: null
 spec-example: |
   SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
   build-type: group
+  cflags: []
   copyrights:
   - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+  cppflags: []
+  cxxflags: []
   enabled-by:
   - BUILD_TESTS
   - BUILD_SAMPLES
@@ -34,6 +37,15 @@ spec-example: |
 spec-info:
   dict:
     attributes:
+      cflags:
+        description: null
+        spec-type: build-cflags
+      cppflags:
+        description: null
+        spec-type: build-cppflags
+      cxxflags:
+        description: null
+        spec-type: build-cxxflags
       includes:
         description: null
         spec-type: build-includes



More information about the vc mailing list