From 42da08dd9d0fa34b047625e570049e2546e17acf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 27 Jun 2022 15:45:54 +0200 Subject: build: Add cppflags, cflags, cxxflags to groups Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670. --- spec/build/cpukit/grp.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/build/cpukit/grp.yml') diff --git a/spec/build/cpukit/grp.yml b/spec/build/cpukit/grp.yml index f84419b675..24aa2f0634 100644 --- a/spec/build/cpukit/grp.yml +++ b/spec/build/cpukit/grp.yml @@ -1,7 +1,10 @@ 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: true includes: [] install: [] -- cgit v1.2.3