This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [LTO][PATCH] Add -D_LARGEFILE64_SOURCE to lto-plugin
On Thu, May 21, 2009 at 08:11, Joseph S. Myers <joseph@codesourcery.com> wrote:
> Have you made sure that this code will work with libelf however it was
> configured (does not involve parts of the ABI/API affected by the size of
> off_t), or will detect the libelf configuration and adapt to it?
FWIW, the branch has been tested with various libelf implementations.
I don't know if all of them have been configured with the same
options, though. I certainly didn't use anything special when I
configured my own version of libelf.
Diego.