OSDN Git Service

* configure.ac: Don't add target-libmudflap to noconfigdirs for
authorbernds <bernds>
Fri, 29 Jun 2007 11:33:56 +0000 (11:33 +0000)
committerbernds <bernds>
Fri, 29 Jun 2007 11:33:56 +0000 (11:33 +0000)
uclinux and linux-uclibc targets.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index f8d68b1..dbb7644 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * configure.ac: Don't add target-libmudflap to noconfigdirs for
+       uclinux and linux-uclibc targets.
+       * configure: Regenerate.
+
 2007-06-28  DJ Delorie  <dj@redhat.com>
 
        * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
index 2e6b87d..5023f00 100755 (executable)
--- a/configure
+++ b/configure
@@ -2075,7 +2075,7 @@ esac
 # Disable libmudflap on some systems.
 if test x$enable_libmudflap = x ; then
     case "${target}" in
-    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
+    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
         # Enable libmudflap by default in GNU and friends.
        ;;
     *-*-freebsd*)
index dafaa3c..0b4fc33 100644 (file)
@@ -364,7 +364,7 @@ esac
 # Disable libmudflap on some systems.
 if test x$enable_libmudflap = x ; then
     case "${target}" in
-    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
+    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
         # Enable libmudflap by default in GNU and friends.
        ;;
     *-*-freebsd*)