summaryrefslogtreecommitdiff
path: root/configure
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
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')
-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*)