aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-01-31 11:56:46 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-01-31 11:56:46 +0000
commit0058967bb0b6d9395ceae3916f85ba7bcbfa3e8f (patch)
tree1bd09a73712c40d7c7750282692a1f094c832bba /Makefile.def
parent842173466d766db080cbc9e837988e31b453d05f (diff)
downloadgcc-0058967bb0b6d9395ceae3916f85ba7bcbfa3e8f.zip
gcc-0058967bb0b6d9395ceae3916f85ba7bcbfa3e8f.tar.gz
gcc-0058967bb0b6d9395ceae3916f85ba7bcbfa3e8f.tar.bz2
Makefile.def (target_modules): Add libgcc-math target module.
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. * doc/install.texi (--disable-libgcc-math): Document. libgcc-math/ * configure.ac: New file. * Makefile.am: Likewise. * configure: New generated file. * Makefile.in: Likewise. * aclocal.m4: Likewise. * libtool-version: New file. * include/ieee754.h: New file. * include/libc-symbols.h: Likewise. * include/math_private.h: Likewise. * i386/Makefile.am: New file. * i386/Makefile.in: New generated file. * i386/sse2.h: New file. * i386/endian.h: Likewise. * i386/sse2.map: Linker script for SSE2 ABI math intrinsics. * flt-32/: Import from glibc. * dbl-64/: Likewise. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r110434
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index cdf25d2..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; };