summaryrefslogtreecommitdiff
path: root/spec/build/bsps/optldflagsqualonly.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-07 13:59:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-04-25 12:07:38 +0200
commit45e66ee8f9b3caf851e0b1811392b0a232c32024 (patch)
tree73343c287b2f1f44870b61d872cde05c8e4f2f96 /spec/build/bsps/optldflagsqualonly.yml
parent63dec8a563a72e2f304169a8434542a43d8757e1 (diff)
build: FIXME introduce pre-qualified parts
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