diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-02-14 09:29:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2006-02-14 09:29:42 +0000 |
commit | b3ded179bb68bc7f68003ef5ade8d09a2b169651 (patch) | |
tree | 6edcdb92d814e3dc7ac99ff8bfc3e01e59c14b9f /Makefile.def | |
parent | 3a35eeb302dff05a87315af6032f8fb67ef4b65b (diff) | |
download | gdb-b3ded179bb68bc7f68003ef5ade8d09a2b169651.zip gdb-b3ded179bb68bc7f68003ef5ade8d09a2b169651.tar.gz gdb-b3ded179bb68bc7f68003ef5ade8d09a2b169651.tar.bz2 |
2006-02-14 Paolo Bonzini <bonzini@gnu.org>
Sync from gcc:
2006-01-31 Richard Guenther <rguenther@suse.de>
Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (target_modules): Add libgcc-math target module.
* configure.in (target_libraries): Add libgcc-math target library.
(--enable-libgcc-math): New configure switch.
* Makefile.in: Re-generate.
* configure: Re-generate.
* libgcc-math: New toplevel directory.
2006-01-18 Richard Henderson <rth@redhat.com>
Jakub Jelinek <jakub@redhat.com>
Diego Novillo <dnovillo@redhat.com>
* libgomp: New directory.
* Makefile.def: Add target_module libgomp.
* Makefile.in: Regenerate.
* configure.in (target_libraries): Add target-libgomp.
* configure: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index acc770d..49b33f0 100644 --- a/Makefile.def +++ b/Makefile.def @@ -117,6 +117,7 @@ host_modules= { module= gnattools; }; target_modules = { module= libstdc++-v3; lib_path=.libs; raw_cxx=true; }; target_modules = { module= libmudflap; lib_path=.libs; }; target_modules = { module= libssp; lib_path=.libs; }; +target_modules = { module= libgcc-math; lib_path=.libs; }; target_modules = { module= newlib; }; target_modules = { module= libgfortran; }; target_modules = { module= libobjc; }; @@ -137,6 +138,7 @@ target_modules = { module= boehm-gc; }; target_modules = { module= qthreads; }; target_modules = { module= rda; }; target_modules = { module= libada; }; +target_modules = { module= libgomp; lib_path=.libs; }; // These are (some of) the make targets to be done in each subdirectory. // Not all; these are the ones which don't have special options. |