mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 16:10:41 +08:00
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
This commit is contained in:
parent
cc425e3da7
commit
fd6487af15
@ -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.
|
||||
|
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user