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

ChangeLog
configure
configure.ac

index f8d68b1a4c89b71f25f0c14fa286278c20e39622..dbb7644376bed638e34a854b71e9e2f01f0452d1 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 2e6b87dfe2cd39c42f6580930f5c5da708f929a9..5023f000636002484cc4da0351bc14cdb0cabdd8 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 dafaa3cfd97a557dcccddf972ba684579c8d97f9..0b4fc3333f8375b52562d9c3659f11ea1970d4ad 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*)
This page took 0.047666 seconds and 4 git commands to generate.