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>2022-05-18 11:36:07 +0200
commita7511914253d4c25847bc2c4d20d421da140765d (patch)
tree034906737fa00165c7f4c46f65d826ded1b4f125 /spec/build/bsps/optldflagsqualonly.yml
parent817247bae07e7c95ecad799b086b5788323619da (diff)
build: FIXME introduce pre-qualified parts
Diffstat (limited to 'spec/build/bsps/optldflagsqualonly.yml')
-rw-r--r--spec/build/bsps/optldflagsqualonly.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/spec/build/bsps/optldflagsqualonly.yml b/spec/build/bsps/optldflagsqualonly.yml
new file mode 100644
index 0000000000..f5a1162a93
--- /dev/null
+++ b/spec/build/bsps/optldflagsqualonly.yml
@@ -0,0 +1,23 @@
+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:
+- -nodefaultlibs
+- -Wl,--start-group
+- -lrtemscpu
+- -lrtemsbsp
+- -lgcc
+- -Wl,--end-group
+default-by-variant: []
+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