summaryrefslogtreecommitdiff
path: root/spec/build/bsps/optldflagsqualonly.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/optldflagsqualonly.yml')
-rw-r--r--spec/build/bsps/optldflagsqualonly.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/build/bsps/optldflagsqualonly.yml b/spec/build/bsps/optldflagsqualonly.yml
new file mode 100644
index 0000000000..91f5c91b83
--- /dev/null
+++ b/spec/build/bsps/optldflagsqualonly.yml
@@ -0,0 +1,24 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-string: null
+- split: null
+- env-append: PKGCONFIG_LDFLAGS
+build-type: option
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+default:
+- enabled-by: true
+ value:
+ - -nodefaultlibs
+ - -Wl,--start-group
+ - -lrtemscpu
+ - -lrtemsbsp
+ - -lgcc
+ - -Wl,--end-group
+description: |
+ Flags passed to the linker recommended for applications if RTEMS_QUAL_ONLY is
+ enabled.
+enabled-by: RTEMS_QUAL_ONLY
+links: []
+name: PKGCONFIG_LDFLAGS_QUAL_ONLY
+type: build