summaryrefslogtreecommitdiffstats
path: root/configure
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
commit6e3117d51bc005e6b671b1859bae15c4d17c3db1 (patch)
treebfe8c878ec0c80870372346eca682989eac7bf47 /configure
parent7e644d8aed10a34c13417fc04fc71f22e231e913 (diff)
downloadcygnal-6e3117d51bc005e6b671b1859bae15c4d17c3db1.tar.gz
cygnal-6e3117d51bc005e6b671b1859bae15c4d17c3db1.tar.bz2
cygnal-6e3117d51bc005e6b671b1859bae15c4d17c3db1.zip
* 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 4c173e149..1a43f9e69 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*)