aboutsummaryrefslogtreecommitdiff
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
commit7c3e1d1299219f1cefbef1d8987e64d63a30ccc2 (patch)
tree8107eeb5b1bcf66ac0f6eab75d05973ca565a79a /configure
parentf403ca93716dd70ce41bc2e32843ce17115a26f5 (diff)
downloadgdb-7c3e1d1299219f1cefbef1d8987e64d63a30ccc2.zip
gdb-7c3e1d1299219f1cefbef1d8987e64d63a30ccc2.tar.gz
gdb-7c3e1d1299219f1cefbef1d8987e64d63a30ccc2.tar.bz2
* 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 2e6b87d..5023f00 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*)