aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
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/Makefile.am
parent4f6d070adb32e61c3c61e621c6566fc2d5af2232 (diff)
downloadgdb-79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4.zip
gdb-79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4.tar.gz
gdb-79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4.tar.bz2
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/Makefile.am')
-rw-r--r--binutils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index c37a5b5..128494c 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -161,7 +161,7 @@ BFDLIB = ../bfd/libbfd.la
OPCODES = ../opcodes/libopcodes.la
-LIBCTF = @LIBCTF@
+LIBCTF = ../libctf/libctf.a
LIBIBERTY = ../libiberty/libiberty.a
@@ -229,7 +229,7 @@ windres_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
windmc_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
addr2line_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
readelf_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(LIBCTF)
-elfedit_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY)
+elfedit_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY)
dllwrap_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY)
bfdtest1_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)
bfdtest2_DEPENDENCIES = $(LIBINTL_DEP) $(LIBIBERTY) $(BFDLIB)