Sync with upstream gcc.
This commit is contained in:
10
configure
vendored
10
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
|
||||
@ -3762,8 +3768,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"
|
||||
@ -6128,7 +6132,7 @@ target_elf=no
|
||||
case $target in
|
||||
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
|
||||
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
|
||||
alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
|
||||
alpha*-dec-osf* | hppa[12]*-*-hpux* | \
|
||||
nvptx-*-none)
|
||||
target_elf=no
|
||||
;;
|
||||
|
Reference in New Issue
Block a user