diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/configure b/configure index 520471c3316..23760fb3433 100755 --- a/configure +++ b/configure @@ -3226,8 +3226,6 @@ case "${target}" in arc-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; - arm-semi-aof ) - ;; arm-*-coff | strongarm-*-coff | xscale-*-coff) noconfigdirs="$noconfigdirs ${libgcj}" libgloss_dir=arm @@ -3297,8 +3295,6 @@ case "${target}" in esac libgloss_dir=cris ;; - crx-*-*) - ;; d10v-*-*) noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}" ;; @@ -3332,7 +3328,7 @@ case "${target}" in # headers, crt*.o, etc., all of which are needed by these. noconfigdirs="$noconfigdirs target-zlib" ;; - parisc*-*-linux* | hppa*-*-linux*) + hppa*-*-linux*) ;; hppa*-*-*elf* | \ hppa*-*-lites* | \ @@ -3366,8 +3362,6 @@ case "${target}" in # No gdb or ld support yet. noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld" ;; - i370-*-opened*) - ;; i[3456789]86-*-coff | i[3456789]86-*-elf) noconfigdirs="$noconfigdirs ${libgcj}" libgloss_dir=i386 @@ -3411,8 +3405,7 @@ case "${target}" in echo "Warning: winsup/cygwin is missing so newlib can't be built." fi ;; - i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \ - i[3456789]86-*-uwin* | i[3456789]86-*-interix* ) + i[3456789]86-*-interix* ) ;; i[3456789]86-*-pe) noconfigdirs="$noconfigdirs target-libgloss" @@ -3453,8 +3446,6 @@ case "${target}" in m68*-*-* | fido-*-*) libgloss_dir=m68k ;; - mcore-*-pe*) - ;; mmix-*-*) noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss" unsupported_languages="$unsupported_languages fortran java" |