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..50ca7e52f3
--- /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: null
+- env-append: PKGCONFIG_LDFLAGS
+build-type: option
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+default:
+- -Wl,--gc-sections
+- -nodefaultlibs
+- -Wl,--start-group
+- -lrtemscpu
+- -lrtemsbsp
+- -lgcc
+- -Wl,--end-group
+default-by-variant: []
+description: |
+ Flags passed to the linker (GNU ld)
+enabled-by: RTEMS_QUAL_ONLY
+links: []
+name: LDFLAGS
+type: build