summaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-22 12:58:01 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-22 12:58:01 +0000
commit3224a7064a4879973dc26fcf338d5cdb2543feb0 (patch)
treee2fb1c04ecbfb74d2c7b8d823702fbb2a949d3de /gdb/testsuite/configure
parent5d93ae8cf3aa4d3b8600ca2496c4385889996fb1 (diff)
downloadbinutils-gdb-3224a7064a4879973dc26fcf338d5cdb2543feb0.tar.gz
* configure.in: Run stabs tests on *BSD.
* configure: Regenerated.
Diffstat (limited to 'gdb/testsuite/configure')
-rwxr-xr-xgdb/testsuite/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure
index f5cb0895a2b..1419ba1f59c 100755
--- a/gdb/testsuite/configure
+++ b/gdb/testsuite/configure
@@ -641,7 +641,7 @@ else
case $target in
powerpc-*-aix* \
| rs6000-*-aix* \
- | *-*-bsd* \
+ | *-*-*bsd* \
| *-*-go32* \
| *-*-linux* \
| *-*-lynxos* \
@@ -917,7 +917,7 @@ else
if { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
- *.c | *.o | *.obj | *.ilk | *.pdb) ;;
+ *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done