mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
* configure.in: Run stabs tests on *BSD.
* configure: Regenerated.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-02-22 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Run stabs tests on *BSD.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2004-02-21 Mark Kettenis <kettenis@gnu.org>
|
2004-02-21 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
|
* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
|
||||||
|
4
gdb/testsuite/configure
vendored
4
gdb/testsuite/configure
vendored
@ -641,7 +641,7 @@ else
|
|||||||
case $target in
|
case $target in
|
||||||
powerpc-*-aix* \
|
powerpc-*-aix* \
|
||||||
| rs6000-*-aix* \
|
| rs6000-*-aix* \
|
||||||
| *-*-bsd* \
|
| *-*-*bsd* \
|
||||||
| *-*-go32* \
|
| *-*-go32* \
|
||||||
| *-*-linux* \
|
| *-*-linux* \
|
||||||
| *-*-lynxos* \
|
| *-*-lynxos* \
|
||||||
@ -917,7 +917,7 @@ else
|
|||||||
if { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
|
if { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
|
||||||
for file in conftest.*; do
|
for file in conftest.*; do
|
||||||
case $file in
|
case $file in
|
||||||
*.c | *.o | *.obj | *.ilk | *.pdb) ;;
|
*.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
|
||||||
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
|
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
@ -42,7 +42,7 @@ AC_ARG_WITH(stabs,
|
|||||||
case $target in
|
case $target in
|
||||||
powerpc-*-aix* \
|
powerpc-*-aix* \
|
||||||
| rs6000-*-aix* \
|
| rs6000-*-aix* \
|
||||||
| *-*-bsd* \
|
| *-*-*bsd* \
|
||||||
| *-*-go32* \
|
| *-*-go32* \
|
||||||
| *-*-linux* \
|
| *-*-linux* \
|
||||||
| *-*-lynxos* \
|
| *-*-lynxos* \
|
||||||
|
Reference in New Issue
Block a user