diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-02-08 16:25:08 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-02-08 16:25:08 +0000 |
commit | 4bd704b11d9efda2202b353368f70c47a5faa09a (patch) | |
tree | e0f95b7a2cf58bb9f5e5a490bac3de11db3ca9ed /gdb/configure.in | |
parent | a1e1a9d6ebdc30896c027f0f660641493e7b462c (diff) | |
download | gdb-4bd704b11d9efda2202b353368f70c47a5faa09a.tar.gz |
2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* configure.in: Remove the addition of sol-thread.c to the
CONFIG_INITS list. This caused problems with init.c, because
sol-thread.c would be grepped twice for _initialize_* functions.
* configure: Ditto.
* Makefile.in: Add FIXME for init.c.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 8c5ba2fbe95..3e3d4f0e9c6 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -321,7 +321,6 @@ if test ${build} = ${host} -a ${host} = ${target} ; then AC_DEFINE(HAVE_THREAD_DB_LIB) CONFIG_OBS="${CONFIG_OBS} sol-thread.o" CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c" - CONFIG_INITS="${CONFIG_INITS} sol-thread.c" AC_CHECK_LIB(dl, dlopen) if test "$GCC" = "yes" ; then # The GNU linker requires the -export-dynamic option to make |