aboutsummaryrefslogtreecommitdiff
path: root/libgcc/configure.ac
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/configure.ac
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/configure.ac')
-rw-r--r--libgcc/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgcc/configure.ac b/libgcc/configure.ac
index af15147..6bcaad6 100644
--- a/libgcc/configure.ac
+++ b/libgcc/configure.ac
@@ -191,6 +191,8 @@ GCC_NO_EXECUTABLES
AC_PROG_CC
AC_PROG_CPP_WERROR
+AC_SYS_LARGEFILE
+
AC_CHECK_SIZEOF([double])
AC_CHECK_SIZEOF([long double])
AS_VAR_ARITH([double_type_size], [$ac_cv_sizeof_double \* 8])