diff options
author | Roland McGrath <mcgrathr@google.com> | 2014-08-15 15:46:40 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2014-08-15 15:51:50 -0700 |
commit | faa743bb1b9772427351b8739bdef1f6b4a32f60 (patch) | |
tree | 3257e90a49a2e35f79eef63fc792275e4ef48b38 /sim/arm/config.in | |
parent | 0ad93d4feb33a43ea32301721fc370a243b08940 (diff) | |
download | gdb-faa743bb1b9772427351b8739bdef1f6b4a32f60.zip gdb-faa743bb1b9772427351b8739bdef1f6b4a32f60.tar.gz gdb-faa743bb1b9772427351b8739bdef1f6b4a32f60.tar.bz2 |
Regenerate sim configury.
Diffstat (limited to 'sim/arm/config.in')
-rw-r--r-- | sim/arm/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/arm/config.in b/sim/arm/config.in index 0db6f1e..5fed8c1 100644 --- a/sim/arm/config.in +++ b/sim/arm/config.in @@ -67,12 +67,19 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <windows.h> header file. */ +#undef HAVE_WINDOWS_H + /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H /* 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 |