From fd6487af15fae6b7dfad0f0facd1534df19da4b7 Mon Sep 17 00:00:00 2001 From: Jakub Sejdak Date: Thu, 23 Jun 2016 07:12:16 +0000 Subject: [PATCH] configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets. 2016-06-23 Jakub Sejdak * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets. * configure: Regenerate. From-SVN: r237727 --- ChangeLog | 5 +++++ configure | 6 ++++++ configure.ac | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 193f0fb..cb87265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-23 Jakub Sejdak + + * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets. + * configure: Regenerate. + 2016-06-21 Trevor Saunders * 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 -- 2.7.4