Commit fd6487af by Jakub Sejdak Committed by Jakub Sejdak

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
parent cc425e3d
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> 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -3469,6 +3469,9 @@ case "${target}" in ...@@ -3469,6 +3469,9 @@ case "${target}" in
*-*-netware*) *-*-netware*)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
;; ;;
*-*-phoenix*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
*-*-rtems*) *-*-rtems*)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
;; ;;
...@@ -3725,6 +3728,9 @@ case "${target}" in ...@@ -3725,6 +3728,9 @@ case "${target}" in
;; ;;
*-*-netware*) *-*-netware*)
;; ;;
*-*-phoenix*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
*-*-rtems*) *-*-rtems*)
noconfigdirs="$noconfigdirs target-libgloss" noconfigdirs="$noconfigdirs target-libgloss"
# this is not caught below because this stanza matches earlier # this is not caught below because this stanza matches earlier
......
...@@ -805,6 +805,9 @@ case "${target}" in ...@@ -805,6 +805,9 @@ case "${target}" in
*-*-netware*) *-*-netware*)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
;; ;;
*-*-phoenix*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
*-*-rtems*) *-*-rtems*)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
;; ;;
...@@ -1061,6 +1064,9 @@ case "${target}" in ...@@ -1061,6 +1064,9 @@ case "${target}" in
;; ;;
*-*-netware*) *-*-netware*)
;; ;;
*-*-phoenix*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
*-*-rtems*) *-*-rtems*)
noconfigdirs="$noconfigdirs target-libgloss" noconfigdirs="$noconfigdirs target-libgloss"
# this is not caught below because this stanza matches earlier # this is not caught below because this stanza matches earlier
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment