summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorksejdak <ksejdak@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-23 07:12:16 +0000
committerksejdak <ksejdak@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-23 07:12:16 +0000
commit1d6aa005fc966cf66bb500ea4187dd2f578a223a (patch)
tree6ce268e391a761fb2bb06da161af6b201ad72931 /configure
parent06c343db58b7dafc4ef091c737f48cc4e402c90c (diff)
2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
* configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237727 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 04cb99901e08..2d0963bbe2b3 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