public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Disable libgcj and libgloss for phoenix targets.
@ 2016-05-10  8:01 Jakub Sejdak
  2016-05-13  7:38 ` Jakub Sejdak
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Sejdak @ 2016-05-10  8:01 UTC (permalink / raw)
  To: newlib; +Cc: binutils, gdb-patches, Kuba Sejdak

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Disable libgcj and libgloss for phoenix targets.
  2016-05-10  8:01 [PATCH] Disable libgcj and libgloss for phoenix targets Jakub Sejdak
@ 2016-05-13  7:38 ` Jakub Sejdak
  2016-05-13 13:49   ` Jeff Johnston
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Sejdak @ 2016-05-13  7:38 UTC (permalink / raw)
  To: newlib

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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Disable libgcj and libgloss for phoenix targets.
  2016-05-13  7:38 ` Jakub Sejdak
@ 2016-05-13 13:49   ` Jeff Johnston
  2016-06-23  7:41     ` Jakub Sejdak
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Johnston @ 2016-05-13 13:49 UTC (permalink / raw)
  To: Jakub Sejdak; +Cc: newlib

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
> >
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Disable libgcj and libgloss for phoenix targets.
  2016-05-13 13:49   ` Jeff Johnston
@ 2016-06-23  7:41     ` Jakub Sejdak
  2016-06-23 19:57       ` Jeff Johnston
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Sejdak @ 2016-06-23  7:41 UTC (permalink / raw)
  To: Jeff Johnston; +Cc: newlib

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Disable libgcj and libgloss for phoenix targets.
  2016-06-23  7:41     ` Jakub Sejdak
@ 2016-06-23 19:57       ` Jeff Johnston
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Johnston @ 2016-06-23 19:57 UTC (permalink / raw)
  To: Jakub Sejdak; +Cc: newlib

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
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-23 19:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10  8:01 [PATCH] Disable libgcj and libgloss for phoenix targets Jakub Sejdak
2016-05-13  7:38 ` Jakub Sejdak
2016-05-13 13:49   ` Jeff Johnston
2016-06-23  7:41     ` Jakub Sejdak
2016-06-23 19:57       ` Jeff Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).