From cf95826089f36a42a69a1b12691e453428c0b2af Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 3 Oct 2020 16:13:24 +1000 Subject: cpukit/librcxx: Add a C++ thread interface with attributes --- spec/build/cpukit/grp.yml | 2 ++ spec/build/cpukit/librtemscxx.yml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 spec/build/cpukit/librtemscxx.yml (limited to 'spec/build/cpukit') diff --git a/spec/build/cpukit/grp.yml b/spec/build/cpukit/grp.yml index 3a285d03fc..91fa2d9625 100644 --- a/spec/build/cpukit/grp.yml +++ b/spec/build/cpukit/grp.yml @@ -27,6 +27,8 @@ links: uid: libpppd - role: build-dependency uid: librtemscpu +- role: build-dependency + uid: librtemscxx - role: build-dependency uid: librtemsdfltcfg - role: build-dependency diff --git a/spec/build/cpukit/librtemscxx.yml b/spec/build/cpukit/librtemscxx.yml new file mode 100644 index 0000000000..9a924bd789 --- /dev/null +++ b/spec/build/cpukit/librtemscxx.yml @@ -0,0 +1,21 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: library +cflags: [] +copyrights: +- Copyright (C) 2020 Chris Johns (http://contemporary.software) +cppflags: [] +cxxflags: [-std=c++17] +enabled-by: true +includes: [] +install: +- destination: ${BSP_INCLUDEDIR} + source: + - cpukit/include/rtems/c++/error + - cpukit/include/rtems/c++/thread +install-path: ${BSP_LIBDIR} +links: [] +source: +- cpukit/librtemscxx/error.cpp +- cpukit/librtemscxx/thread.cpp +target: rtemscxx +type: build -- cgit v1.2.3