* 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>
|
2011-03-22 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* config-ml.in: Don't handle arc-*-elf*.
|
* config-ml.in: Don't handle arc-*-elf*.
|
||||||
|
|
|
@ -3226,8 +3226,6 @@ case "${target}" in
|
||||||
arc-*-*)
|
arc-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
arm-semi-aof )
|
|
||||||
;;
|
|
||||||
arm-*-coff | strongarm-*-coff | xscale-*-coff)
|
arm-*-coff | strongarm-*-coff | xscale-*-coff)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
libgloss_dir=arm
|
libgloss_dir=arm
|
||||||
|
@ -3297,8 +3295,6 @@ case "${target}" in
|
||||||
esac
|
esac
|
||||||
libgloss_dir=cris
|
libgloss_dir=cris
|
||||||
;;
|
;;
|
||||||
crx-*-*)
|
|
||||||
;;
|
|
||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
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.
|
# headers, crt*.o, etc., all of which are needed by these.
|
||||||
noconfigdirs="$noconfigdirs target-zlib"
|
noconfigdirs="$noconfigdirs target-zlib"
|
||||||
;;
|
;;
|
||||||
parisc*-*-linux* | hppa*-*-linux*)
|
hppa*-*-linux*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
hppa*-*-lites* | \
|
hppa*-*-lites* | \
|
||||||
|
@ -3366,8 +3362,6 @@ case "${target}" in
|
||||||
# No gdb or ld support yet.
|
# No gdb or ld support yet.
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
|
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
|
||||||
;;
|
;;
|
||||||
i370-*-opened*)
|
|
||||||
;;
|
|
||||||
i[3456789]86-*-coff | i[3456789]86-*-elf)
|
i[3456789]86-*-coff | i[3456789]86-*-elf)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
libgloss_dir=i386
|
libgloss_dir=i386
|
||||||
|
@ -3411,8 +3405,7 @@ case "${target}" in
|
||||||
echo "Warning: winsup/cygwin is missing so newlib can't be built."
|
echo "Warning: winsup/cygwin is missing so newlib can't be built."
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
|
i[3456789]86-*-interix* )
|
||||||
i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
|
|
||||||
;;
|
;;
|
||||||
i[3456789]86-*-pe)
|
i[3456789]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
@ -3453,8 +3446,6 @@ case "${target}" in
|
||||||
m68*-*-* | fido-*-*)
|
m68*-*-* | fido-*-*)
|
||||||
libgloss_dir=m68k
|
libgloss_dir=m68k
|
||||||
;;
|
;;
|
||||||
mcore-*-pe*)
|
|
||||||
;;
|
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
||||||
unsupported_languages="$unsupported_languages fortran java"
|
unsupported_languages="$unsupported_languages fortran java"
|
||||||
|
|
13
configure.ac
13
configure.ac
|
@ -672,8 +672,6 @@ case "${target}" in
|
||||||
arc-*-*)
|
arc-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
arm-semi-aof )
|
|
||||||
;;
|
|
||||||
arm-*-coff | strongarm-*-coff | xscale-*-coff)
|
arm-*-coff | strongarm-*-coff | xscale-*-coff)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
libgloss_dir=arm
|
libgloss_dir=arm
|
||||||
|
@ -743,8 +741,6 @@ case "${target}" in
|
||||||
esac
|
esac
|
||||||
libgloss_dir=cris
|
libgloss_dir=cris
|
||||||
;;
|
;;
|
||||||
crx-*-*)
|
|
||||||
;;
|
|
||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
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.
|
# headers, crt*.o, etc., all of which are needed by these.
|
||||||
noconfigdirs="$noconfigdirs target-zlib"
|
noconfigdirs="$noconfigdirs target-zlib"
|
||||||
;;
|
;;
|
||||||
parisc*-*-linux* | hppa*-*-linux*)
|
hppa*-*-linux*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
hppa*-*-lites* | \
|
hppa*-*-lites* | \
|
||||||
|
@ -812,8 +808,6 @@ case "${target}" in
|
||||||
# No gdb or ld support yet.
|
# No gdb or ld support yet.
|
||||||
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
|
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
|
||||||
;;
|
;;
|
||||||
i370-*-opened*)
|
|
||||||
;;
|
|
||||||
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
|
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
libgloss_dir=i386
|
libgloss_dir=i386
|
||||||
|
@ -857,8 +851,7 @@ case "${target}" in
|
||||||
echo "Warning: winsup/cygwin is missing so newlib can't be built."
|
echo "Warning: winsup/cygwin is missing so newlib can't be built."
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* | \
|
i[[3456789]]86-*-interix* )
|
||||||
i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* )
|
|
||||||
;;
|
;;
|
||||||
i[[3456789]]86-*-pe)
|
i[[3456789]]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
@ -899,8 +892,6 @@ case "${target}" in
|
||||||
m68*-*-* | fido-*-*)
|
m68*-*-* | fido-*-*)
|
||||||
libgloss_dir=m68k
|
libgloss_dir=m68k
|
||||||
;;
|
;;
|
||||||
mcore-*-pe*)
|
|
||||||
;;
|
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
||||||
unsupported_languages="$unsupported_languages fortran java"
|
unsupported_languages="$unsupported_languages fortran java"
|
||||||
|
|
Loading…
Reference in New Issue