aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-04-16 13:45:25 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-04-16 13:45:25 +0000
commit8ccb78f2d06ac9c06f49b8bdf1527bd7ebeadf06 (patch)
treed9a473d88d703aacdf7e3191ba2b717abcb59e6d /gcc/doc
parentbc9c331d4320ff1e3b8258fcaf87f45bf3c4f2bf (diff)
downloadgcc-8ccb78f2d06ac9c06f49b8bdf1527bd7ebeadf06.zip
gcc-8ccb78f2d06ac9c06f49b8bdf1527bd7ebeadf06.tar.gz
gcc-8ccb78f2d06ac9c06f49b8bdf1527bd7ebeadf06.tar.bz2
configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx separately.
toplevel: * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx separately. * configure: Regenerate. gcc: * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor. * configure: Regenerate. * config.in: Regenerate. * doc/install.texi (Prerequisites): Document that Solaris 2 libelf works. gcc/lto: * lto-elf.c [!HAVE_ELF_GETSHDRSTRNDX] (elf_getshdrstrndx): New function. From-SVN: r158423
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b917169..f65b29f 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -361,7 +361,7 @@ Necessary to build link-time optimization (LTO) support. It can be
downloaded from @uref{http://www.mr511.de/software/libelf-0.8.12.tar.gz},
though it is commonly available in several systems. The versions in
IRIX 5 and 6 don't work since they lack @file{gelf.h}. The version in
-recent releases of Solaris 11 does work, previous ones don't yet.
+Solaris 2 does work.
The @option{--with-libelf} configure option should be used if libelf is
not installed in your default library search patch.