summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/optdlldflags.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-18 11:46:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-22 07:59:11 +0200
commit109479e8744e51f6c28e41f3dcb11efde33c3574 (patch)
tree6b096683bd251d0d3583fe44eda79d9e0a892df0 /spec/build/testsuites/libtests/optdlldflags.yml
parentlibdl: Use _CPU_Get_TLS_thread_pointer() (diff)
downloadrtems-109479e8744e51f6c28e41f3dcb11efde33c3574.tar.bz2
build: Remove enabled-by special case
Doing the enabled-by processing just for the ldflags and just for the link custom commands is confusing. Use an option instead which is intended to be used for such use cases.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/libtests/optdlldflags.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/libtests/optdlldflags.yml b/spec/build/testsuites/libtests/optdlldflags.yml
new file mode 100644
index 0000000000..0d754c5270
--- /dev/null
+++ b/spec/build/testsuites/libtests/optdlldflags.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-string: null
+- split: null
+- env-assign: null
+build-type: option
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+default:
+- enabled-by: microblaze
+ value:
+ - -u__extendsfdf2
+- enabled-by: true
+ value: []
+description: |
+ Linker flags used to link libdl tests with a base image. For example, it may
+ be used to add undefined symbols which the linker has to resolve to pull in
+ services required by loaded parts.
+enabled-by: true
+links: []
+name: LIBDL_TESTS_LDFLAGS
+type: build