[PATCH] Disable libgcj and libgloss for phoenix targets.
Jakub Sejdak
jakub.sejdak@phoesys.com
Tue May 10 08:01:00 GMT 2016
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
More information about the Newlib
mailing list