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

mario.gruber at space.unibe.ch mario.gruber at space.unibe.ch
Fri Mar 25 15:05:11 UTC 2016


Not that I'm aware of.
The PR is here: https://devel.rtems.org/ticket/2578

-----Ursprüngliche Nachricht-----
Von: gedare at gwmail.gwu.edu [mailto:gedare at gwmail.gwu.edu] Im Auftrag von Gedare Bloom
Gesendet: Freitag, 25. März 2016 14:26
An: Gruber, Mario (SPACE) <mario.gruber at space.unibe.ch>
Cc: devel at rtems.org; Chris Johns <chrisj at rtems.org>
Betreff: Re: [PATCH] RSB fix host argument to waf for Cxc builds

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