Parse a SECTIONS clause in a linker script.

This commit is contained in:
Ian Lance Taylor
2008-01-23 01:31:13 +00:00
parent 64f926997f
commit 494e05f440
16 changed files with 2214 additions and 283 deletions

View File

@ -199,8 +199,8 @@ AC_SUBST(WARN_CXXFLAGS)
dnl Force support for large files by default. This may need to be
dnl host dependent. If build == host, we can check getconf LFS_CFLAGS.
LFS_CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
AC_SUBST(LFS_CXXFLAGS)
LFS_CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
AC_SUBST(LFS_CFLAGS)
AC_REPLACE_FUNCS(pread)