summaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-12-18 15:53:05 -0800
committerCary Coutant <ccoutant@google.com>2013-12-18 15:53:31 -0800
commit8356f2d009e20e5ca567f5f9456a40f75e9560dc (patch)
tree0a3ef9f8198083e62512b134e53159d6f2d008ac /gold/config.in
parenta6d17b01944cc51fec7f4bb74012a92e6f6a4293 (diff)
downloadbinutils-gdb-8356f2d009e20e5ca567f5f9456a40f75e9560dc.tar.gz
Add configure checks for <unordered_set> and <unordered_map>.
gold/ * configure.ac: Check for <unordered_set> and <unordered_map>. * config.in: Regenerate. * configure: Regenerate. * system.h: Use <unordered_set> and <unordered_map> if available.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in
index d46fd757484..be778105418 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -187,6 +187,12 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the <unordered_map> header file. */
+#undef HAVE_UNORDERED_MAP
+
+/* Define to 1 if you have the <unordered_set> header file. */
+#undef HAVE_UNORDERED_SET
+
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H