summaryrefslogtreecommitdiff
path: root/spec/build/cpukit/optprogramprefix.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-02 07:36:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-03 09:23:10 +0200
commit0d76cc9f0449f7d57ecb93a2cd2a118b89df93e9 (patch)
tree0788c9b2f8ce12fb8e8ab608413d839f4c3c73b4 /spec/build/cpukit/optprogramprefix.yml
parent5115e6524fbca0d8668c785773d39eff27de6607 (diff)
build: Add PROGRAM_PREFIX option
Replace --rtems-version with a PROGRAM_PREFIX option. This allows also the use of vendor tools.
Diffstat (limited to 'spec/build/cpukit/optprogramprefix.yml')
-rw-r--r--spec/build/cpukit/optprogramprefix.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/build/cpukit/optprogramprefix.yml b/spec/build/cpukit/optprogramprefix.yml
new file mode 100644
index 0000000000..73deef79d1
--- /dev/null
+++ b/spec/build/cpukit/optprogramprefix.yml
@@ -0,0 +1,18 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-string: null
+- substitute: null
+- env-assign: null
+build-type: option
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+default:
+- enabled-by: true
+ value: ${ARCH}-rtems${__RTEMS_MAJOR__}-
+description: |
+ Defines the program prefix of tools (compiler, assembler, linker).
+enabled-by: true
+format: '{}'
+links: []
+name: PROGRAM_PREFIX
+type: build