summaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-18 02:03:44 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-19 01:08:39 -0400
commitb5689863bdca11c6c86fe8d02b4f7330804f6883 (patch)
tree476345a0c215c29f8aa171f46be48e65ecb78602 /sim/config.h.in
parent17a5da800dc59d3aaca5daece1a9374c8bc2d9f0 (diff)
downloadbinutils-gdb-b5689863bdca11c6c86fe8d02b4f7330804f6883.tar.gz
sim: unify bfd library dependency testing logic
Move these options up to the common dir so we only test & export them once across all ports.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index a7ef3ebef22..b6ab1f94f6a 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -373,12 +373,19 @@
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
+/* Define to 1 if you have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
+
/* Define to 1 if the system has the type `__int128'. */
#undef HAVE___INT128
/* 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 package */
#undef PACKAGE