forked from Imagelibrary/binutils-gdb
2000-12-20 Fernando Nasser <fnasser@redhat.com>
* configure.in: Rename CONFIG_LOBS to CONFIG_LIB_OBS.
* Makefile.in: Ditto.
* configure: Regenerate.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Fernando Nasser <fnasser@redhat.com>
|
||||
|
||||
* configure.in: Rename CONFIG_LOBS to CONFIG_LIB_OBS.
|
||||
* Makefile.in: Ditto.
|
||||
* configure: Regenerate.
|
||||
|
||||
2000-12-20 Fernando Nasser <fnasser@redhat.com>
|
||||
|
||||
* command.h: Register date when it was deprecated.
|
||||
|
||||
@@ -280,7 +280,7 @@ SUBDIR_GDBTK_INSTALL= install-gdbtk
|
||||
SUBDIR_GDBTK_UNINSTALL=
|
||||
|
||||
CONFIG_OBS= @CONFIG_OBS@
|
||||
CONFIG_LOBS= @CONFIG_LOBS@
|
||||
CONFIG_LIB_OBS= @CONFIG_LIB_OBS@
|
||||
CONFIG_SRCS= @CONFIG_SRCS@
|
||||
CONFIG_DEPS= @CONFIG_DEPS@
|
||||
CONFIG_INITS= @CONFIG_INITS@
|
||||
@@ -647,7 +647,7 @@ POSSLIBS = gnu-regex.c gnu-regex.h
|
||||
# Makefile.in
|
||||
|
||||
DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
|
||||
$(REMOTE_OBS) $(SIM_OBS) $(CONFIG_LOBS)
|
||||
$(REMOTE_OBS) $(SIM_OBS) $(CONFIG_LIB_OBS)
|
||||
|
||||
SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
|
||||
# Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
|
||||
|
||||
10
gdb/configure
vendored
10
gdb/configure
vendored
@@ -2814,7 +2814,7 @@ fi
|
||||
|
||||
|
||||
CONFIG_OBS=
|
||||
CONFIG_LOBS=
|
||||
CONFIG_LIB_OBS=
|
||||
CONFIG_DEPS=
|
||||
CONFIG_SRCS=
|
||||
CONFIG_INITS=
|
||||
@@ -5552,7 +5552,7 @@ echo "configure:5548: checking for HPUX/OSF thread support" >&5
|
||||
#define HAVE_HPUX_THREAD_SUPPORT 1
|
||||
EOF
|
||||
|
||||
CONFIG_LOBS="${CONFIG_LOBS} hpux-thread.o"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_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
|
||||
@@ -5570,7 +5570,7 @@ echo "configure:5567: checking for Solaris thread debugging library" >&5
|
||||
#define HAVE_THREAD_DB_LIB 1
|
||||
EOF
|
||||
|
||||
CONFIG_LOBS="${CONFIG_LOBS} sol-thread.o"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_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:5577: checking for dlopen in -ldl" >&5
|
||||
@@ -5833,7 +5833,7 @@ fi
|
||||
|
||||
|
||||
if test "${enable_netrom}" = "yes"; then
|
||||
CONFIG_LOBS="${CONFIG_LOBS} remote-nrom.o"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
|
||||
fi
|
||||
|
||||
@@ -8174,7 +8174,7 @@ s%@IGNORE_SIM@%$IGNORE_SIM%g
|
||||
s%@IGNORE_SIM_OBS@%$IGNORE_SIM_OBS%g
|
||||
s%@ENABLE_CFLAGS@%$ENABLE_CFLAGS%g
|
||||
s%@CONFIG_OBS@%$CONFIG_OBS%g
|
||||
s%@CONFIG_LOBS@%$CONFIG_LOBS%g
|
||||
s%@CONFIG_LIB_OBS@%$CONFIG_LIB_OBS%g
|
||||
s%@CONFIG_DEPS@%$CONFIG_DEPS%g
|
||||
s%@CONFIG_SRCS@%$CONFIG_SRCS%g
|
||||
s%@CONFIG_INITS@%$CONFIG_INITS%g
|
||||
|
||||
@@ -40,7 +40,7 @@ CY_GNU_GETTEXT
|
||||
dnl List of object files added by configure.
|
||||
|
||||
CONFIG_OBS=
|
||||
CONFIG_LOBS=
|
||||
CONFIG_LIB_OBS=
|
||||
CONFIG_DEPS=
|
||||
CONFIG_SRCS=
|
||||
CONFIG_INITS=
|
||||
@@ -408,7 +408,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_LOBS="${CONFIG_LOBS} hpux-thread.o"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
|
||||
else
|
||||
AC_MSG_RESULT(no (suppressed because you are not using GCC))
|
||||
@@ -422,7 +422,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_LOBS="${CONFIG_LOBS} sol-thread.o"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
|
||||
AC_CHECK_LIB(dl, dlopen)
|
||||
if test "$GCC" = "yes" ; then
|
||||
@@ -584,7 +584,7 @@ no) enable_netrom=no ;;
|
||||
esac])
|
||||
|
||||
if test "${enable_netrom}" = "yes"; then
|
||||
CONFIG_LOBS="${CONFIG_LOBS} remote-nrom.o"
|
||||
CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
|
||||
fi
|
||||
|
||||
@@ -986,7 +986,7 @@ AC_SUBST(IGNORE_SIM_OBS)
|
||||
AC_SUBST(ENABLE_CFLAGS)
|
||||
|
||||
AC_SUBST(CONFIG_OBS)
|
||||
AC_SUBST(CONFIG_LOBS)
|
||||
AC_SUBST(CONFIG_LIB_OBS)
|
||||
AC_SUBST(CONFIG_DEPS)
|
||||
AC_SUBST(CONFIG_SRCS)
|
||||
AC_SUBST(CONFIG_INITS)
|
||||
|
||||
Reference in New Issue
Block a user