aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbernds <>2007-06-14 16:10:54 +0000
committerbernds <>2007-06-14 16:10:54 +0000
commitb09c42e582c97bf13a62406389fc4435b3e03355 (patch)
tree573f78d11c1261b1e7e32a1b2699ee372db5863b /configure
parent5534353db45d27c8c28e3ee75c4bfcd213caa539 (diff)
* configure.ac: Don't add target-libmudflap to noconfigdirs for
bfin*-*-uclinux* targets. * configure: Regenerate. * gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 13425f3e04e..759be37afed 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 | bfin*-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)