summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2007-06-29 11:33:56 +0000
committerBernd Schmidt <bernds@codesourcery.com>2007-06-29 11:33:56 +0000
commita25361ff0f699bd1ea146e54b6c216994f1b9103 (patch)
tree3044262ac9f021c45f48b7a1ff1f0a04b36feb7a /configure
parentb363c819dd4768db235519ae5b92607e945afc7c (diff)
downloadcygnal-a25361ff0f699bd1ea146e54b6c216994f1b9103.tar.gz
cygnal-a25361ff0f699bd1ea146e54b6c216994f1b9103.tar.bz2
cygnal-a25361ff0f699bd1ea146e54b6c216994f1b9103.zip
* configure.ac: Don't add target-libmudflap to noconfigdirs for
uclinux and linux-uclibc targets. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2e6b87dfe..5023f0006 100755
--- a/configure
+++ b/configure
@@ -2075,7 +2075,7 @@ esac
# Disable libmudflap on some systems.
if test x$enable_libmudflap = x ; then
case "${target}" in
- *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
+ *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)