From 3224a7064a4879973dc26fcf338d5cdb2543feb0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 22 Feb 2004 12:58:01 +0000 Subject: [PATCH] * configure.in: Run stabs tests on *BSD. * configure: Regenerated. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/configure | 4 ++-- gdb/testsuite/configure.in | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3e59787c00f..7c8cda6f6cc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-02-22 Mark Kettenis + + * configure.in: Run stabs tests on *BSD. + * configure: Regenerated. + 2004-02-21 Mark Kettenis * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD. 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 diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index c60cf576a4d..49b0444ad88 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -42,7 +42,7 @@ AC_ARG_WITH(stabs, case $target in powerpc-*-aix* \ | rs6000-*-aix* \ - | *-*-bsd* \ + | *-*-*bsd* \ | *-*-go32* \ | *-*-linux* \ | *-*-lynxos* \ -- 2.30.2