Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2007-07-12 15:51:39 +0400
committerBernd Schmidt <bernds@codesourcery.com>2007-07-12 15:51:39 +0400
commit6e3117d51bc005e6b671b1859bae15c4d17c3db1 (patch)
treebfe8c878ec0c80870372346eca682989eac7bf47 /configure
parent7e644d8aed10a34c13417fc04fc71f22e231e913 (diff)
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4c173e149..1a43f9e69 100755
--- a/configure
+++ b/configure
@@ -2086,7 +2086,7 @@ esac
# Disable libmudflap on some systems.
if test x$enable_libmudflap = x ; then
case "${target}" in
- *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
+ *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
# Enable libmudflap by default in GNU and friends.
;;
*-*-freebsd*)