diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-04-24 11:49:48 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-05-28 17:09:41 +0100 |
commit | 0e65dfbaf3a0299e4837216a103c28625d4b4f1d (patch) | |
tree | 6ffb36930e49bc51b44fa83d95c053adec44cd5a /configure.ac | |
parent | a30b3e182aad25f94de6412efd5d78f7805fb4d3 (diff) | |
download | binutils-0e65dfbaf3a0299e4837216a103c28625d4b4f1d.zip binutils-0e65dfbaf3a0299e4837216a103c28625d4b4f1d.tar.gz binutils-0e65dfbaf3a0299e4837216a103c28625d4b4f1d.tar.bz2 |
libctf: build system
This ties libctf into the build system, and makes binutils depend on it
(used by the next commits).
* Makefile.def (host_modules): Add libctf.
* Makefile.def (dependencies): Likewise.
libctf depends on zlib, libiberty, and bfd.
* Makefile.in: Regenerated.
* configure.ac (host_libs): Add libctf.
* configure: Regenerated.
libctf/
* Makefile.am: New.
* Makefile.in: Regenerated.
* config.h.in: Likewise.
* aclocal.m4: Likewise.
* configure: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 46501c2..c84263c 100644 --- a/configure.ac +++ b/configure.ac @@ -131,7 +131,7 @@ build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes" # these libraries are used by various programs built for the host environment #f -host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv" +host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv libctf" # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to |