summaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-11-06 15:47:06 +0000
committerIan Lance Taylor <ian@airs.com>2009-11-06 15:47:06 +0000
commit5d329b7db9afec533616070131d7bde5fe4b71fa (patch)
treebd5989a99f82204242b7612863579103c332f219 /gold/config.in
parentdec397b2dec7738549bcb998dd64df8946bbd0d1 (diff)
downloadbinutils-gdb-5d329b7db9afec533616070131d7bde5fe4b71fa.tar.gz
* configure.ac: Check for (struct stat)::st_mtim
* fileread.cc (File_read::get_mtime): Use st_mtim if available. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in
index 93d7517caa7..745510b081c 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -102,6 +102,9 @@
/* Define to 1 if you have the `readv' function. */
#undef HAVE_READV
+/* Define if struct stat has a field st_mtim with timespec for mtime */
+#undef HAVE_STAT_ST_MTIM
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H