Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
authorNick Clifton <nickc@redhat.com>
Thu, 4 Sep 2003 12:33:44 +0000 (12:33 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Sep 2003 12:33:44 +0000 (12:33 +0000)
ChangeLog
configure.in

index b81ed37..7eb31a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-04  Robert Millan  <robertmh@gnu.org>
+
+       * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
+       
 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * configure.in: Ensure arguments to sed are properly spaced.
index 62afdde..ae3ff2a 100644 (file)
@@ -391,7 +391,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*-*-*)
@@ -512,7 +512,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*)