2004-02-08 Andrew Cagney <cagney@redhat.com>
* configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS. * configure: Re-generate.
This commit is contained in:
parent
23e3c3fcdc
commit
3483b318bc
3 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
|||
2004-02-08 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
|
||||
* configure: Re-generate.
|
||||
|
||||
* mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
|
||||
methods.
|
||||
|
||||
|
|
6
gdb/configure
vendored
6
gdb/configure
vendored
|
@ -8899,7 +8899,7 @@ echo "configure:8895: checking for HPUX/OSF thread support" >&5
|
|||
#define HAVE_HPUX_THREAD_SUPPORT 1
|
||||
EOF
|
||||
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o"
|
||||
CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
|
||||
else
|
||||
echo "$ac_t""no (suppressed because you are not using GCC)" 1>&6
|
||||
|
@ -8921,7 +8921,7 @@ echo "configure:8918: checking for Solaris thread debugging library" >&5
|
|||
#define HAVE_THREAD_DB_LIB 1
|
||||
EOF
|
||||
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
|
||||
CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
|
||||
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
|
||||
echo "configure:8928: checking for dlopen in -ldl" >&5
|
||||
|
@ -9076,7 +9076,7 @@ fi
|
|||
echo "$ac_t""$gdb_cv_have_aix_thread_debug" 1>&6
|
||||
if test $gdb_cv_have_aix_thread_debug = yes; then
|
||||
CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} aix-thread.o"
|
||||
CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
|
||||
CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug"
|
||||
fi
|
||||
;;
|
||||
|
|
|
@ -859,7 +859,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
|
|||
if test "$GCC" = "yes" ; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(HAVE_HPUX_THREAD_SUPPORT)
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o"
|
||||
CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
|
||||
else
|
||||
AC_MSG_RESULT(no (suppressed because you are not using GCC))
|
||||
|
@ -877,7 +877,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
|
|||
if test -f /usr/lib/libthread_db.so.1 ; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(HAVE_THREAD_DB_LIB)
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
|
||||
CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
|
||||
AC_CHECK_LIB(dl, dlopen)
|
||||
if test "$GCC" = "yes" ; then
|
||||
|
@ -924,7 +924,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
|
|||
AC_MSG_RESULT($gdb_cv_have_aix_thread_debug)
|
||||
if test $gdb_cv_have_aix_thread_debug = yes; then
|
||||
CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} aix-thread.o"
|
||||
CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
|
||||
CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug"
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue