This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Disable libgcj and libgloss for phoenix targets.


Ping.

2016-05-10 10:00 GMT+02:00 Jakub Sejdak <jakub.sejdak@phoesys.com>:
> From: Kuba Sejdak <jakub.sejdak@phoesys.com>
>
> ---
>  configure.ac | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 74bf58a..509b6b9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -807,6 +807,9 @@ case "${target}" in
>    *-*-netware*)
>      noconfigdirs="$noconfigdirs ${libgcj}"
>      ;;
> +  *-*-phoenix*)
> +    noconfigdirs="$noconfigdirs ${libgcj}"
> +    ;;
>    *-*-rtems*)
>      noconfigdirs="$noconfigdirs ${libgcj}"
>      ;;
> @@ -1063,6 +1066,9 @@ case "${target}" in
>      ;;
>    *-*-netware*)
>      ;;
> +  *-*-phoenix*)
> +    noconfigdirs="$noconfigdirs target-libgloss"
> +    ;;
>    *-*-rtems*)
>      noconfigdirs="$noconfigdirs target-libgloss"
>      # this is not caught below because this stanza matches earlier
> --
> 2.7.4
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]