diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 01:28:58 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 01:28:58 +0000 |
commit | 5ce8da41186c2b7f5cc76dc9b7d03a934814a00b (patch) | |
tree | 61badc342d3eb229c3bff772c8045fd228faff42 /libstdc++-v3/configure.in | |
parent | 615166bb45272b0ad86b04ff1a7d65770ed5f4f9 (diff) | |
download | ppe42-gcc-5ce8da41186c2b7f5cc76dc9b7d03a934814a00b.tar.gz ppe42-gcc-5ce8da41186c2b7f5cc76dc9b7d03a934814a00b.zip |
* src/Makefile.am (sources): Remove complex.cc, complexf.cc and
complexl.cc from list.
* src/Makefile.in: Regenerate.
* src/complex.cc: Remove.
* src/complexf.cc: Likewise.
* src/complexl.cc: Likewise.
* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c
(EXTRA_DIST): Remove csqrt.c and csqrtf.c.
* libmath/Makefile.in: Regenerate.
* libmath/complex-stub.h: Remove.
* libmath/csqrt.c: Likewise.
* libmath/sqrtf.c: Likewise.
* libmath/sqrtl.c: Likewise.
* libmath/mathconf.h: Remove <complex.h> and "complex-stub.h"
#inclusion.
* include/bits/std_complex.h (sqrt<>): Define primary template.
(complex<>): Remove sqrt friend declarations.
* configure.in: Initialize with src/ios.cc.
* configure: Regenerate.
* acinclude.m4: Remove check for csqrt* and <complex.h>
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index d0131479914..3f44e1276c8 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -2,7 +2,7 @@ # aclocal, autoconf, autoheader, automake AC_PREREQ(2.13) -AC_INIT(src/complex.cc) +AC_INIT(src/ios.cc) AC_CONFIG_AUX_DIR(..) # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc. |