diff options
author | Weimin Pan <weimin.pan@oracle.com> | 2022-11-25 14:26:35 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2022-11-25 15:48:03 +0000 |
commit | 3de627ffe4b51b3d82acdb5fb04c189978697832 (patch) | |
tree | d4c95e5d67e606bc590b8f20eea6fa94b4d150cf /configure | |
parent | 7b648e8313fdad9b782986eabf0c25253e6ff37e (diff) | |
download | gcc-3de627ffe4b51b3d82acdb5fb04c189978697832.zip gcc-3de627ffe4b51b3d82acdb5fb04c189978697832.tar.gz gcc-3de627ffe4b51b3d82acdb5fb04c189978697832.tar.bz2 |
sync libsframe toplevel from binutils-gdb
This pulls in the toplevel portion of this binutils-gdb commit:
19e559f1c91bfaedbd2f91d85ee161f3f03fda3c libsframe: add the SFrame library
ChangeLog:
* Makefile.def: Add libsframe as new module with its dependencies.
* Makefile.in: Regenerated.
* configure.ac: Add libsframe to host_libs.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2803,7 +2803,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 libcody libdecnumber gmp mpfr mpc isl libiconv libctf" +host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libcody libdecnumber gmp mpfr mpc isl libiconv libctf libsframe" # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to |