diff options
author | Nick Clifton <nickc@redhat.com> | 2019-06-03 16:28:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-06-03 16:28:15 +0100 |
commit | 79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4 (patch) | |
tree | a3a53be8e92d9a1dc842a20f2624959f55ca2e80 /binutils/config.in | |
parent | 4f6d070adb32e61c3c61e621c6566fc2d5af2232 (diff) | |
download | gdb-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/config.in')
-rw-r--r-- | binutils/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/binutils/config.in b/binutils/config.in index edd7615..72ead4e 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -109,9 +109,6 @@ /* Define if your <locale.h> file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES -/* Is libctf available? */ -#undef HAVE_LIBCTF - /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H |