* configure: Regenerate.

This commit is contained in:
DJ Delorie 2003-09-04 22:53:35 +00:00
parent b2aecff24a
commit 3833944e68
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-09-04 DJ Delorie <dj@redhat.com>
* configure: Regenerate.
2003-09-04 Robert Millan <robertmh@gnu.org>
* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.

4
configure vendored
View File

@ -1140,7 +1140,7 @@ case "${target}" in
# newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
alpha*-*-freebsd*)
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
alpha*-*-*)
@ -1261,7 +1261,7 @@ case "${target}" in
i[3456789]86-*-coff | i[3456789]86-*-elf)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
i[3456789]86-*-freebsd*)
i[3456789]86-*-freebsd* | i[3456789]86-*-kfreebsd*-gnu)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
i[3456789]86-*-linux*)