This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] Disable libgcj and libgloss for phoenix targets.
- From: Jeff Johnston <jjohnstn at redhat dot com>
- To: Jakub Sejdak <jakub dot sejdak at phoesys dot com>
- Cc: newlib at sourceware dot org
- Date: Fri, 13 May 2016 09:49:26 -0400 (EDT)
- Subject: Re: [PATCH] Disable libgcj and libgloss for phoenix targets.
- Authentication-results: sourceware.org; auth=none
- References: <1462867244-5745-1-git-send-email-jakub dot sejdak at phoesys dot com> <CAFvk=0vt=wyhUPCVsJaY93_Zet_ExZnWDCEXR7+BFUG2BXX55Q at mail dot gmail dot 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
> >
>