aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2007-06-14 17:10:54 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2007-06-14 17:10:54 +0000
commit3fcfad760717c9c8f215a59cf4b16d3ed89e0367 (patch)
tree573f78d11c1261b1e7e32a1b2699ee372db5863b /configure.ac
parentaa2480c5fb4fa679e109545b1a76cfd20bb0f624 (diff)
downloadgcc-3fcfad760717c9c8f215a59cf4b16d3ed89e0367.zip
gcc-3fcfad760717c9c8f215a59cf4b16d3ed89e0367.tar.gz
gcc-3fcfad760717c9c8f215a59cf4b16d3ed89e0367.tar.bz2
configure.ac: Don't add target-libmudflap to noconfigdirs for bfin*-*-uclinux* targets.
* configure.ac: Don't add target-libmudflap to noconfigdirs for bfin*-*-uclinux* targets. * configure: Regenerate. * gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New. From-SVN: r125717
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 6309b6e..c78a9b5 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 | bfin*-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)