configure.in: Remove redundant handling of mips*-dec-bsd*.
* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise for mipstx39-*-*. Disable libgloss for mips64*-*-linux*. * configure: Regenerate. From-SVN: r117230
This commit is contained in:
parent
e91de072ad
commit
1ee4c5a08a
@ -1,3 +1,9 @@
|
||||
2006-09-26 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-09-24 Graeme Peterson <gridly@gmail.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Remove myself.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user