diff options
author | Stu Grossman <grossman@cygnus> | 1996-05-14 07:02:56 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-05-14 07:02:56 +0000 |
commit | 47ef0da56a772d7dca43c54523303afa2d0c73eb (patch) | |
tree | 20339009549e7beda4424a43a1a046013938c80d /gdb/config.in | |
parent | 572977a5525c76cd50ef6e7383134f7313467d5d (diff) | |
download | gdb-47ef0da56a772d7dca43c54523303afa2d0c73eb.zip gdb-47ef0da56a772d7dca43c54523303afa2d0c73eb.tar.gz gdb-47ef0da56a772d7dca43c54523303afa2d0c73eb.tar.bz2 |
* Makefile.in config.in configure configure.in
config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
and pthread support, since pre-2.5 systems don't come with
libthread_db.so.1.
* procfs.c (info_proc): Use int instead of id_t. Old versions of
Irix don't see to define this.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index a5c51ad..340c087 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -88,3 +88,6 @@ /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL + +/* Define if you have the Solaris thread_db library (/usr/lib/libthread_db.so.1). */ +#undef HAVE_THREAD_DB_LIB |