summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-tools-common-1.cfg
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-19 12:12:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-19 12:12:45 +0200
commit2149755543e40bfceec23a5611af5391a3580106 (patch)
treefe5a8d044cc56966084cd18885f0d7733fa2421b /rtems/config/tools/rtems-tools-common-1.cfg
parent5: Update tools to ship rtems-bin2c (diff)
downloadrtems-source-builder-2149755543e40bfceec23a5611af5391a3580106.tar.bz2
Fix CXC compilation of RTEMS tools
Update #3461.
Diffstat (limited to 'rtems/config/tools/rtems-tools-common-1.cfg')
-rw-r--r--rtems/config/tools/rtems-tools-common-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems/config/tools/rtems-tools-common-1.cfg b/rtems/config/tools/rtems-tools-common-1.cfg
index d4bbc3b..cf86b7e 100644
--- a/rtems/config/tools/rtems-tools-common-1.cfg
+++ b/rtems/config/tools/rtems-tools-common-1.cfg
@@ -44,7 +44,7 @@ License: BSD-2-Clause + GPL-2.0
# Provide the host for a Cxc build.
#
if test "%{_build}" != "%{_host}" ; then
- RT_HOST="-host=%{_host}"
+ RT_HOST="--host=%{_host}"
else
RT_HOST=
fi