diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-29 07:44:59 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-29 07:44:59 +0000 |
commit | e21c359764100ec7ebf6bb4d7c579cf14b5a1f6f (patch) | |
tree | 78a018b9f32c5d100b1c690e7acc06a1b42bc1d6 /configure | |
parent | 0be95afa7a8fcad69a7c8b81fd6d7bcdd75306bc (diff) | |
download | gcc-e21c359764100ec7ebf6bb4d7c579cf14b5a1f6f.tar.gz |
Start building libdecnumber at the top-level:
* Makefile.def: Add new libdecnumber host_module. Make all-gcc
depend on all-libdecnumber.
* configure.in (host_libs): Include libdecnumber.
* Makefile.in: Regenerate.
* configure: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107659 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 42b7e28ce2b..a47758b0bcb 100755 --- a/configure +++ b/configure @@ -881,7 +881,7 @@ build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fix # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp" +host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber" # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to |