summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2007-06-29 11:33:56 +0000
committerBernd Schmidt <bernd.schmidt@analog.com>2007-06-29 11:33:56 +0000
commit97dd06e24eb9dc08df09697bdcddc4f0bd49e485 (patch)
treef3a8c97bc1aa7b0ab91db0498f54bcfbc43d674f /configure.ac
parent830d1fb14429a3f40fd248c20c7dd09f09b3b2b3 (diff)
downloadgdb-97dd06e24eb9dc08df09697bdcddc4f0bd49e485.tar.gz
* configure.ac: Don't add target-libmudflap to noconfigdirs for
uclinux and linux-uclibc targets. * configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dafaa3cfd97..0b4fc3333f8 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* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)