diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2007-07-12 11:51:39 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2007-07-12 11:51:39 +0000 |
commit | 6e3117d51bc005e6b671b1859bae15c4d17c3db1 (patch) | |
tree | bfe8c878ec0c80870372346eca682989eac7bf47 /configure | |
parent | 7e644d8aed10a34c13417fc04fc71f22e231e913 (diff) | |
download | newlib-6e3117d51bc005e6b671b1859bae15c4d17c3db1.zip newlib-6e3117d51bc005e6b671b1859bae15c4d17c3db1.tar.gz newlib-6e3117d51bc005e6b671b1859bae15c4d17c3db1.tar.bz2 |
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |