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 | |
parent | 7e644d8aed10a34c13417fc04fc71f22e231e913 (diff) | |
download | cygnal-6e3117d51bc005e6b671b1859bae15c4d17c3db1.tar.gz cygnal-6e3117d51bc005e6b671b1859bae15c4d17c3db1.tar.bz2 cygnal-6e3117d51bc005e6b671b1859bae15c4d17c3db1.zip |
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com> + + * configure.ac: Fix my previous change to really match GCC. + * configure: Regenerate. + 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Rewrite 'configure --help' strings to look nicer. @@ -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*) diff --git a/configure.ac b/configure.ac index 5f67ce462..da88113f0 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-uclibc* | *-*-uclinux*) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) |