public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Disable libgcj and libgloss for phoenix targets.
@ 2016-05-10  8:01 Jakub Sejdak
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2016-05-10  8:01 UTC | newest]

Thread overview: (only message) (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

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