From 2149755543e40bfceec23a5611af5391a3580106 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Jun 2018 12:12:45 +0200 Subject: [PATCH] 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