[PATCH] RSB fix host argument to waf for Cxc builds

Gedare Bloom gedare at rtems.org
Fri Mar 25 13:26:14 UTC 2016


Was this resolved?

On Fri, Jan 8, 2016 at 3:17 AM, Mario Gruber
<mario.gruber at space.unibe.ch> wrote:
> ---
>  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 at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list