* configure.ac: Fix my previous change to really match GCC.
authorBernd Schmidt <bernds@codesourcery.com>
Thu, 12 Jul 2007 11:51:39 +0000 (11:51 +0000)
committerBernd Schmidt <bernds@codesourcery.com>
Thu, 12 Jul 2007 11:51:39 +0000 (11:51 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 615478c275f5545422ce15863cd72bac8c351405..8d194f254c629445b1cf3d0a5c7e7d63985422fb 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 4c173e14941b900595773faa4e47ac5bd1735e43..1a43f9e69a620ba2d7a29fe6d84a3055859724f5 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 5f67ce4626d8906fea5108f281686a5e29cb72d8..da88113f0684296c2ab6801e11c6de178510eaac 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*)
This page took 0.038542 seconds and 4 git commands to generate.