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 | 0ebe98fbe26d626123e0747b531a6d7e1913dbf4 (patch) | |
tree | 87f9ff33554caccbdd00206aa145cd616e764eb4 /configure | |
parent | 5824a90153a53b82a5027e5d008f3cf826a71093 (diff) | |
download | gdb-0ebe98fbe26d626123e0747b531a6d7e1913dbf4.zip gdb-0ebe98fbe26d626123e0747b531a6d7e1913dbf4.tar.gz gdb-0ebe98fbe26d626123e0747b531a6d7e1913dbf4.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*) |