[rtems-source-builder commit] Fix CXC compilation of RTEMS tools

Sebastian Huber sebh at rtems.org
Tue Jun 19 10:13:44 UTC 2018


Module:    rtems-source-builder
Branch:    master
Commit:    2149755543e40bfceec23a5611af5391a3580106
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=2149755543e40bfceec23a5611af5391a3580106

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 19 12:12:45 2018 +0200

Fix CXC compilation of RTEMS tools

Update #3461.

---

 rtems/config/tools/rtems-tools-common-1.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the vc mailing list