Sync with upstream gcc.

This commit is contained in:
Jeff Johnston
2016-06-23 15:47:44 -04:00
parent eba8d258f1
commit 79bb0de3e5
14 changed files with 5777 additions and 294 deletions

View File

@ -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
@ -1098,8 +1104,6 @@ case "${target}" in
arm-*-riscix*)
noconfigdirs="$noconfigdirs ld target-libgloss"
;;
avr-*-rtems*)
;;
avr-*-*)
if test x${with_avrlibc} != xno; then
noconfigdirs="$noconfigdirs target-newlib target-libgloss"