* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases. * configure: Regenerate.
This commit is contained in:
parent
9aedc1d4f4
commit
4fcb78d9d3
|
@ -1,3 +1,10 @@
|
|||
2011-03-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
|
||||
i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
|
||||
| i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-03-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config-ml.in: Don't handle arc-*-elf*.
|
||||
|
|
|
@ -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"
|
||||
|
|
13
configure.ac
13
configure.ac
|
@ -672,8 +672,6 @@ case "${target}" in
|
|||
arc-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
arm-semi-aof )
|
||||
;;
|
||||
arm-*-coff | strongarm-*-coff | xscale-*-coff)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
libgloss_dir=arm
|
||||
|
@ -743,8 +741,6 @@ case "${target}" in
|
|||
esac
|
||||
libgloss_dir=cris
|
||||
;;
|
||||
crx-*-*)
|
||||
;;
|
||||
d10v-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
@ -778,7 +774,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* | \
|
||||
|
@ -812,8 +808,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
|
||||
|
@ -857,8 +851,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"
|
||||
|
@ -899,8 +892,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"
|
||||
|
|
Loading…
Reference in New Issue