---
 rtems/config/tools/rtems-tools-common-1.cfg | 2 +-
 rtems/config/tools/rtems-tools-git-1.cfg    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtems/config/tools/rtems-tools-common-1.cfg 
b/rtems/config/tools/rtems-tools-common-1.cfg
index 60aa5c1..ae88021 100644
--- a/rtems/config/tools/rtems-tools-common-1.cfg
+++ b/rtems/config/tools/rtems-tools-common-1.cfg
@@ -41,7 +41,7 @@ License:   BSD-2-Caluse + 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
diff --git a/rtems/config/tools/rtems-tools-git-1.cfg 
b/rtems/config/tools/rtems-tools-git-1.cfg
index 3573c73..a5d6a15 100644
--- a/rtems/config/tools/rtems-tools-git-1.cfg
+++ b/rtems/config/tools/rtems-tools-git-1.cfg
@@ -33,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
   # Provide the host for a Cxc build.
   #
   if test "%{_build}" != "%{_host}" ; then
-    RT_HOST="-host=%{_host}"
+    RT_HOST="--host=%{_host}"
   else
     RT_HOST=
   fi
-- 
2.5.0

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to