From: Bernd Schmidt Date: Thu, 12 Jul 2007 11:51:39 +0000 (+0000) Subject: * configure.ac: Fix my previous change to really match GCC. X-Git-Tag: binutils-2_16-branchpoint~62 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c95d941686b88d435d843c98350bbf96772f6b44;p=pf3gnuchains%2Fpf3gnuchains4x.git * configure.ac: Fix my previous change to really match GCC. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 615478c275..8d194f254c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-11 Bernd Schmidt + + * configure.ac: Fix my previous change to really match GCC. + * configure: Regenerate. + 2007-07-11 Ralf Wildenhues * configure.ac: Rewrite 'configure --help' strings to look nicer. diff --git a/configure b/configure index 4c173e1494..1a43f9e69a 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*) diff --git a/configure.ac b/configure.ac index 5f67ce4626..da88113f06 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*)