summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-10-21 13:08:58 +1100
committerChris Johns <chrisj@rtems.org>2021-10-22 10:34:24 +1100
commit3f0ad2b3b70d62bee6b2effb4ff9b31650aff726 (patch)
treecb0fe8a574d0c008a51577bbe732fca7a63dc879 /spec/build/cpukit
parentspec/aarch64: Enable previously unbuildable tests (diff)
downloadrtems-3f0ad2b3b70d62bee6b2effb4ff9b31650aff726.tar.bz2
spec/libdebugger: Only enable for supported architectures
Closes #4533
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/cpuopts.yml2
-rw-r--r--spec/build/cpukit/libdebugger.yml2
-rw-r--r--spec/build/cpukit/optlibdebugger.yml16
3 files changed, 19 insertions, 1 deletions
diff --git a/spec/build/cpukit/cpuopts.yml b/spec/build/cpukit/cpuopts.yml
index 0a07f6d5e9..908c65d3b9 100644
--- a/spec/build/cpukit/cpuopts.yml
+++ b/spec/build/cpukit/cpuopts.yml
@@ -52,6 +52,8 @@ links:
- role: build-dependency
uid: optsmp
- role: build-dependency
+ uid: optlibdebugger
+- role: build-dependency
uid: optlibdl
- role: build-dependency
uid: optszblkcnt
diff --git a/spec/build/cpukit/libdebugger.yml b/spec/build/cpukit/libdebugger.yml
index f316cc18e8..5069571a76 100644
--- a/spec/build/cpukit/libdebugger.yml
+++ b/spec/build/cpukit/libdebugger.yml
@@ -5,7 +5,7 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
-enabled-by: true
+enabled-by: BUILD_LIBDEBUGGER
includes: []
install: []
install-path: ${BSP_LIBDIR}
diff --git a/spec/build/cpukit/optlibdebugger.yml b/spec/build/cpukit/optlibdebugger.yml
new file mode 100644
index 0000000000..5c7df0e0c9
--- /dev/null
+++ b/spec/build/cpukit/optlibdebugger.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- set-value: true
+- env-enable: null
+build-type: option
+copyrights:
+- Copyright (C) 2021 Chris Johns (chrisj@rtems.org)
+default: null
+default-by-variant: []
+description: ''
+enabled-by:
+- arm
+- i386
+links: []
+name: BUILD_LIBDEBUGGER
+type: build