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
This commit is contained in:
parent
e2bb0ed087
commit
a51a76e594
5 changed files with 219 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue