diff options
author | Bernd Schmidt <bernd.schmidt@analog.com> | 2007-07-12 11:51:39 +0000 |
---|---|---|
committer | Bernd Schmidt <bernd.schmidt@analog.com> | 2007-07-12 11:51:39 +0000 |
commit | c95d941686b88d435d843c98350bbf96772f6b44 (patch) | |
tree | 91d6c3a3f9906177571944ae591d3d27851abad5 /configure.ac | |
parent | 92d35afd3086971cd167f64d27445d6c03a51188 (diff) | |
download | gdb-c95d941686b88d435d843c98350bbf96772f6b44.tar.gz |
* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f67ce4626d..da88113f068 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*) |