OSDN Git Service

* configure.ac: Fix my previous change to really match GCC.
authorbernds <bernds>
Thu, 12 Jul 2007 11:51:39 +0000 (11:51 +0000)
committerbernds <bernds>
Thu, 12 Jul 2007 11:51:39 +0000 (11:51 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 615478c..8d194f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * configure.ac: Fix my previous change to really match GCC.
+       * configure: Regenerate.
+
 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * configure.ac: Rewrite 'configure --help' strings to look nicer.
index 4c173e1..1a43f9e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2086,7 +2086,7 @@ esac
 # Disable libmudflap on some systems.
 if test x$enable_libmudflap = x ; then
     case "${target}" in
-    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
+    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
         # Enable libmudflap by default in GNU and friends.
        ;;
     *-*-freebsd*)
index 5f67ce4..da88113 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-uclibc* | *-*-uclinux*)
+    *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
         # Enable libmudflap by default in GNU and friends.
        ;;
     *-*-freebsd*)