aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Sejdak <jakub.sejdak@phoesys.com>2016-06-23 07:12:16 +0000
committerJakub Sejdak <ksejdak@gcc.gnu.org>2016-06-23 07:12:16 +0000
commitfd6487af15fae6b7dfad0f0facd1534df19da4b7 (patch)
tree6ce268e391a761fb2bb06da161af6b201ad72931
parentcc425e3da7d5fe8890ddfdb6376b8753bdaa4c52 (diff)
downloadgcc-fd6487af15fae6b7dfad0f0facd1534df19da4b7.zip
gcc-fd6487af15fae6b7dfad0f0facd1534df19da4b7.tar.gz
gcc-fd6487af15fae6b7dfad0f0facd1534df19da4b7.tar.bz2
configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com> * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets. * configure: Regenerate. From-SVN: r237727
-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 193f0fb..cb87265 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 04cb999..2d0963bb 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 4031ac6..3cb95d6 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