diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-03-23 15:05:07 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-03-23 15:05:07 +0000 |
commit | 3be315168191055cbe99916ee4ee45de1ab37a85 (patch) | |
tree | 0d8931d4f4b5e0159d5a05ba450ffafc5f21197b /sim/mips/config.in | |
parent | 3fd38161b37ab7ff2096528b3fb68bd5e41db31f (diff) | |
download | gdb-3be315168191055cbe99916ee4ee45de1ab37a85.zip gdb-3be315168191055cbe99916ee4ee45de1ab37a85.tar.gz gdb-3be315168191055cbe99916ee4ee45de1ab37a85.tar.bz2 |
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Address use of dv-sockser.o.
* tconfig.in: Conditionalize use of dv_sockser_install.
* configure: Regenerated.
* config.in: Regenerated.
Diffstat (limited to 'sim/mips/config.in')
-rw-r--r-- | sim/mips/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/config.in b/sim/mips/config.in index 9f71eb8..ef3289b 100644 --- a/sim/mips/config.in +++ b/sim/mips/config.in @@ -16,6 +16,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define if dv-sockser is usable. */ +#undef HAVE_DV_SOCKSER + /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H @@ -88,6 +91,10 @@ /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of this package. */ #undef PACKAGE |