aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2007-07-12 11:51:39 +0000
committerBernd Schmidt <bernds@codesourcery.com>2007-07-12 11:51:39 +0000
commit0ebe98fbe26d626123e0747b531a6d7e1913dbf4 (patch)
tree87f9ff33554caccbdd00206aa145cd616e764eb4
parent5824a90153a53b82a5027e5d008f3cf826a71093 (diff)
downloadbinutils-0ebe98fbe26d626123e0747b531a6d7e1913dbf4.zip
binutils-0ebe98fbe26d626123e0747b531a6d7e1913dbf4.tar.gz
binutils-0ebe98fbe26d626123e0747b531a6d7e1913dbf4.tar.bz2
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 615478c..8d194f2 100644
--- 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.
diff --git a/configure b/configure
index 4c173e1..1a43f9e 100755
--- 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*)
diff --git a/configure.ac b/configure.ac
index 5f67ce4..da88113 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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*)