summaryrefslogtreecommitdiff
path: root/spec/build/cpukit/librtemscxx.yml
blob: 425acfe7480144150d1b691bf674e8e05de922e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags:
- ${COVERAGE_COMPILER_FLAGS}
copyrights:
- Copyright (C) 2020 Chris Johns (http://contemporary.software)
cppflags: []
cxxflags:
- ${COVERAGE_COMPILER_FLAGS}
- -std=c++17
enabled-by:
  not: RTEMS_QUAL_ONLY
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/rtems
  source:
  - cpukit/include/rtems/error.hpp
  - cpukit/include/rtems/thread.hpp
install-path: ${BSP_LIBDIR}
links: []
source:
- cpukit/librtemscxx/error.cpp
- cpukit/librtemscxx/thread.cpp
target: rtemscxx
type: build