summaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-06-03 16:28:15 +0100
committerNick Clifton <nickc@redhat.com>2019-06-03 16:28:15 +0100
commit79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4 (patch)
treea3a53be8e92d9a1dc842a20f2624959f55ca2e80 /binutils/doc
parent4f6d070adb32e61c3c61e621c6566fc2d5af2232 (diff)
downloadbinutils-gdb-79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4.tar.gz
Revert patch that disables building libctf for non-ELF based targets.
Revert: binutls 2019-05-29 Nick Clifton <nickc@redhat.com> * configure.ac (LIBCTF): Export. Set to empty for non-ELF based targets. (HAVE_LIBCTF): Define if libctf support is available. * Makefile.am (LIBCTF): Set value to @LIBCTF@. * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being defined. * readelf.c: Likewise. * configure: Regenerate. * Makefile.in: Regenerate. * config.in: Regenerate. top 2019-05-29 Nick Clifton <nickc@redhat.com> * configure.ac (noconfigdirs): Add libctf if the target does not use the ELF file format. * configure: Regenerate.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
index d7cd4b08fcc..7fa622a3649 100644
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -285,7 +285,6 @@ LDFLAGS = @LDFLAGS@
LEX = @LEX@
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
-LIBCTF = @LIBCTF@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBINTL_DEP = @LIBINTL_DEP@