summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-10 08:15:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-10 08:17:22 +0200
commit52e595104c10720265f390dd9bf11d7d0c58dde8 (patch)
treee03ff3f77dd18bf609096a7415300afb14424710 /spec
parentspec: Add -mstrict-align to mvme2100 default build (diff)
downloadrtems-52e595104c10720265f390dd9bf11d7d0c58dde8.tar.bz2
build: Clarify PROGRAM_PREFIX description
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/optprogramprefix.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/build/cpukit/optprogramprefix.yml b/spec/build/cpukit/optprogramprefix.yml
index 73deef79d1..26d093a39a 100644
--- a/spec/build/cpukit/optprogramprefix.yml
+++ b/spec/build/cpukit/optprogramprefix.yml
@@ -10,7 +10,10 @@ default:
- enabled-by: true
value: ${ARCH}-rtems${__RTEMS_MAJOR__}-
description: |
- Defines the program prefix of tools (compiler, assembler, linker).
+ Defines the program prefix of tools (compiler, assembler, linker) used to
+ build RTEMS. This option may be used to build RTEMS with a vendor tool suite.
+ Please note, support issues related to using this option with vendor tool
+ suites should be directed to the vendor of the tools.
enabled-by: true
format: '{}'
links: []