diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-03-23 15:06:59 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-03-23 15:06:59 +0000 |
commit | fb61c40addb9bccbd2404d69bfac0836ce8a9462 (patch) | |
tree | 429ac9a79d8d67dcb6d9bad4f657cbe8d20103a4 /sim/mn10300/config.in | |
parent | 3be315168191055cbe99916ee4ee45de1ab37a85 (diff) | |
download | gdb-fb61c40addb9bccbd2404d69bfac0836ce8a9462.zip gdb-fb61c40addb9bccbd2404d69bfac0836ce8a9462.tar.gz gdb-fb61c40addb9bccbd2404d69bfac0836ce8a9462.tar.bz2 |
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fail if dv-sockser.o not available.
Error when --disable-sim-hardware is specified.
* tconfig.in: Conditionalize use of dv_sockser_install.
* configure: Regenerated.
* config.in: Regenerated.
Diffstat (limited to 'sim/mn10300/config.in')
-rw-r--r-- | sim/mn10300/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mn10300/config.in b/sim/mn10300/config.in index 94d0403..30c32c3 100644 --- a/sim/mn10300/config.in +++ b/sim/mn10300/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 @@ -100,6 +103,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 |