aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-11-02 14:53:15 +0000
committerIan Lance Taylor <iant@google.com>2010-11-02 14:53:15 +0000
commit2e2bdce368f53e1e3ceef257385475d90aa94652 (patch)
tree5dd74ca20c7f0977e2a1fd71bf3c80e5ead08e8b /gcc/config.in
parent0dee90fd52e1bcfa4fa69d09dd26f487ec08b2b4 (diff)
* configure.ac: Remove elf_getshdrstrndx test. Don't substitute
LTO_BINARY_READER or LTO_USE_LIBELF. Remove LIBELFLIBS and LIBELFINC. Remove HAVE_libelf. * config.gcc: Don't set lto_binary_reader. * Makefile.in (LIBELFLIBS, LIBELFINC): Remove variables. (LTO_BINARY_READER, LTO_USE_LIBELF): Remove variables. (LIBS): Remove $(LIBELFLIBS). (INCLUDES): Remove $(LIBELFINC). * configure: Rebuild. * config.in: Rebuild. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@166189 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4576de072d2..6e3d03fb088 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -826,24 +826,6 @@
#endif
-/* Define to 1 if you have the `elf_getshdrstrndx' function. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_ELF_GETSHDRSTRNDX
-#endif
-
-
-/* Define to 1 if you have the `elf_getshstrndx' function. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_ELF_GETSHSTRNDX
-#endif
-
-
-/* Define if elf_getshstrndx has gABI conformant return values. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_ELF_GETSHSTRNDX_GABI
-#endif
-
-
/* Define to 1 if you have the <fcntl.h> header file. */
#ifndef USED_FOR_TARGET
#undef HAVE_FCNTL_H
@@ -1522,12 +1504,6 @@
#endif
-/* Define if libelf is in use. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_libelf
-#endif
-
-
/* Define as const if the declaration of iconv() needs const. */
#ifndef USED_FOR_TARGET
#undef ICONV_CONST