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.


Done.

----- Original Message -----
> Hi Jeff,
> 
> I have finally uploaded this patch to GCC's trunk. So if possible,
> please synchronize this and also config.sub/config.guess. There is
> also Phoenix-RTOS related change.
> 
> Thanks,
> Kuba
> 
> 2016-05-13 15:49 GMT+02:00 Jeff Johnston <jjohnstn@redhat.com>:
> > This needs to be first submitted to gcc.  Have you already submitted it?  I
> > can
> > sync when it is applied there (we sync with their file).
> >
> > -- Jeff J.
> >
> > ----- Original Message -----
> >> 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
> >> >
> >>
> 
> 
> 
> --
> Jakub Sejdak
> Software Engineer
> Phoenix Systems (www.phoesys.com)
> +48 608 050 163
> 


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