summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2007-07-12 11:51:39 +0000
committerBernd Schmidt <bernd.schmidt@analog.com>2007-07-12 11:51:39 +0000
commitc95d941686b88d435d843c98350bbf96772f6b44 (patch)
tree91d6c3a3f9906177571944ae591d3d27851abad5 /configure
parent92d35afd3086971cd167f64d27445d6c03a51188 (diff)
downloadgdb-c95d941686b88d435d843c98350bbf96772f6b44.tar.gz
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4c173e14941..1a43f9e69a6 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*)