diff options
author | Cary Coutant <ccoutant@google.com> | 2013-12-18 15:53:05 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-12-18 15:53:31 -0800 |
commit | 8356f2d009e20e5ca567f5f9456a40f75e9560dc (patch) | |
tree | 0a3ef9f8198083e62512b134e53159d6f2d008ac /gold/config.in | |
parent | a6d17b01944cc51fec7f4bb74012a92e6f6a4293 (diff) | |
download | gdb-8356f2d009e20e5ca567f5f9456a40f75e9560dc.zip gdb-8356f2d009e20e5ca567f5f9456a40f75e9560dc.tar.gz gdb-8356f2d009e20e5ca567f5f9456a40f75e9560dc.tar.bz2 |
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.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index d46fd75..be77810 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 |