summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-14 17:10:54 +0000
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-14 17:10:54 +0000
commite77068c4a7b971f676947f8717fffcbc625f987e (patch)
tree573f78d11c1261b1e7e32a1b2699ee372db5863b /configure.ac
parentf07d7f0fbb93ee498cb2b2db1409c1562206aca6 (diff)
downloadgcc-e77068c4a7b971f676947f8717fffcbc625f987e.tar.gz
* configure.ac: Don't add target-libmudflap to noconfigdirs for
bfin*-*-uclinux* targets. * configure: Regenerate. * gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125717 138bc75d-0d04-0410-961f-82ee72b054a4
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 6309b6e033d..c78a9b54bed 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*)