aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure6
-rw-r--r--configure.ac6
3 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 193f0fbd152..cb872653d9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
+
+ * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
+ * configure: Regenerate.
+
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* configure: Regenerate.
diff --git a/configure b/configure
index 04cb99901e0..2d0963bbe2b 100755
--- a/configure
+++ b/configure
@@ -3469,6 +3469,9 @@ case "${target}" in
*-*-netware*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
+ *-*-phoenix*)
+ noconfigdirs="$noconfigdirs ${libgcj}"
+ ;;
*-*-rtems*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
@@ -3725,6 +3728,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
diff --git a/configure.ac b/configure.ac
index 4031ac6e475..3cb95d69d68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -805,6 +805,9 @@ case "${target}" in
*-*-netware*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
+ *-*-phoenix*)
+ noconfigdirs="$noconfigdirs ${libgcj}"
+ ;;
*-*-rtems*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
@@ -1061,6 +1064,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