aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2017-06-21 07:01:34 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2017-06-21 07:01:34 +0000
commita51a76e59415f391ed277429cd1af023ef6e534c (patch)
treed7fa5d12f58d313edd0d0d3073238be3974fa5f7 /libgcc/libgcov.h
parente2bb0ed087b7e0a4c14f90968e84e59f55e2de12 (diff)
downloadgcc-a51a76e59415f391ed277429cd1af023ef6e534c.zip
gcc-a51a76e59415f391ed277429cd1af023ef6e534c.tar.gz
gcc-a51a76e59415f391ed277429cd1af023ef6e534c.tar.bz2
re PR gcov-profile/81080 (target libgcov not built with large file support)
2017-06-21 Richard Biener <rguenther@suse.de> PR gcov-profile/81080 * configure.ac: Add AC_SYS_LARGEFILE. * libgcov.h: Include auto-target.h before tsystem.h to pick up _FILE_OFFSET_BITS which might differ for multilibs. * config.in: Regenerate. * configure: Likewise. From-SVN: r249435
Diffstat (limited to 'libgcc/libgcov.h')
-rw-r--r--libgcc/libgcov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/libgcov.h b/libgcc/libgcov.h
index 4c1204c..eb5a914 100644
--- a/libgcc/libgcov.h
+++ b/libgcc/libgcov.h
@@ -38,6 +38,7 @@
/* This path will be used by libgcov runtime. */
#include "tconfig.h"
+#include "auto-target.h"
#include "tsystem.h"
#include "coretypes.h"
#include "tm.h"