* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
for mipstx39-*-*. Disable libgloss for mips64*-*-linux*. * configure: Regenerate.
This commit is contained in:
parent
b0c0973d9a
commit
70f1ec33cb
|
@ -1,3 +1,9 @@
|
|||
2006-09-20 Thiemo Seufer <ths@mips.com>
|
||||
|
||||
* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
|
||||
for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2006-08-30 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* configure.in: Never build newlib for a Mingw host.
|
||||
|
|
|
@ -728,17 +728,11 @@ case "${target}" in
|
|||
# <oldham@codesourcery.com>
|
||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
mips*-dec-bsd*)
|
||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
mips*-*-bsd*)
|
||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
mipstx39-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
|
||||
;;
|
||||
mips64*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib ${libgcj}"
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
;;
|
||||
mips*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
|
|
Loading…
Reference in New Issue