diff options
| author | skrll <skrll@NetBSD.org> | 2007-09-21 10:51:02 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2007-09-21 10:51:02 +0000 |
| commit | bd5ba3588cac3c76df2cea2c3fe679676121b4ce (patch) | |
| tree | 83f72ba3e25d536c8019da1a234d7aaa209c33a9 /gnu/lib/libstdc++-v3_4 | |
| parent | 97294b28aa5af34fdcd1f7af4f4bf4f3036a2732 (diff) | |
Rerun mknative for all archs.
Picks up the addition of complex support and use of __cxa_atexit.
Diffstat (limited to 'gnu/lib/libstdc++-v3_4')
32 files changed, 34 insertions, 34 deletions
diff --git a/gnu/lib/libstdc++-v3_4/arch/alpha/c++config.h b/gnu/lib/libstdc++-v3_4/arch/alpha/c++config.h index eb3ed78271a..7280da03827 100644 --- a/gnu/lib/libstdc++-v3_4/arch/alpha/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/alpha/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/alpha/config.h b/gnu/lib/libstdc++-v3_4/arch/alpha/config.h index 009a5836c09..ec829c7b5b5 100644 --- a/gnu/lib/libstdc++-v3_4/arch/alpha/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/alpha/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/arm/c++config.h b/gnu/lib/libstdc++-v3_4/arch/arm/c++config.h index bd561c986e3..d852913d46c 100644 --- a/gnu/lib/libstdc++-v3_4/arch/arm/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/arm/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/arm/config.h b/gnu/lib/libstdc++-v3_4/arch/arm/config.h index 01ec88f39b0..be56e4747ed 100644 --- a/gnu/lib/libstdc++-v3_4/arch/arm/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/arm/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/armeb/c++config.h b/gnu/lib/libstdc++-v3_4/arch/armeb/c++config.h index bd561c986e3..d852913d46c 100644 --- a/gnu/lib/libstdc++-v3_4/arch/armeb/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/armeb/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/armeb/config.h b/gnu/lib/libstdc++-v3_4/arch/armeb/config.h index 01ec88f39b0..be56e4747ed 100644 --- a/gnu/lib/libstdc++-v3_4/arch/armeb/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/armeb/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/hppa/c++config.h b/gnu/lib/libstdc++-v3_4/arch/hppa/c++config.h index eb3ed78271a..7280da03827 100644 --- a/gnu/lib/libstdc++-v3_4/arch/hppa/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/hppa/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/hppa/config.h b/gnu/lib/libstdc++-v3_4/arch/hppa/config.h index 009a5836c09..ec829c7b5b5 100644 --- a/gnu/lib/libstdc++-v3_4/arch/hppa/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/hppa/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/i386/c++config.h b/gnu/lib/libstdc++-v3_4/arch/i386/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/i386/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/i386/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/i386/config.h b/gnu/lib/libstdc++-v3_4/arch/i386/config.h index 4ad1b586928..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/i386/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/i386/config.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ +/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/m68000/c++config.h b/gnu/lib/libstdc++-v3_4/arch/m68000/c++config.h index 0fc2969dd71..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/m68000/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/m68000/c++config.h @@ -107,7 +107,7 @@ namespace std #define __N(msgid) (msgid) // End of prewritten config; the discovered settings follow. -#define __GLIBCXX__ 20070110 +#define __GLIBCXX__ 20070620 /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/m68000/config.h b/gnu/lib/libstdc++-v3_4/arch/m68000/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/m68000/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/m68000/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/m68k/c++config.h b/gnu/lib/libstdc++-v3_4/arch/m68k/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/m68k/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/m68k/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/m68k/config.h b/gnu/lib/libstdc++-v3_4/arch/m68k/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/m68k/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/m68k/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/mipseb/c++config.h b/gnu/lib/libstdc++-v3_4/arch/mipseb/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/mipseb/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/mipseb/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/mipseb/config.h b/gnu/lib/libstdc++-v3_4/arch/mipseb/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/mipseb/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/mipseb/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/mipsel/c++config.h b/gnu/lib/libstdc++-v3_4/arch/mipsel/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/mipsel/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/mipsel/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/mipsel/config.h b/gnu/lib/libstdc++-v3_4/arch/mipsel/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/mipsel/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/mipsel/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/powerpc/c++config.h b/gnu/lib/libstdc++-v3_4/arch/powerpc/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/powerpc/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/powerpc/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/powerpc/config.h b/gnu/lib/libstdc++-v3_4/arch/powerpc/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/powerpc/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/powerpc/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sh3eb/c++config.h b/gnu/lib/libstdc++-v3_4/arch/sh3eb/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sh3eb/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sh3eb/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sh3eb/config.h b/gnu/lib/libstdc++-v3_4/arch/sh3eb/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sh3eb/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sh3eb/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sh3el/c++config.h b/gnu/lib/libstdc++-v3_4/arch/sh3el/c++config.h index f3b0c31c2a8..c97cfefdb7d 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sh3el/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sh3el/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sh3el/config.h b/gnu/lib/libstdc++-v3_4/arch/sh3el/config.h index 7628aef72fd..1e1517df47b 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sh3el/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sh3el/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sparc/c++config.h b/gnu/lib/libstdc++-v3_4/arch/sparc/c++config.h index eb3ed78271a..7280da03827 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sparc/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sparc/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sparc/config.h b/gnu/lib/libstdc++-v3_4/arch/sparc/config.h index 009a5836c09..ec829c7b5b5 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sparc/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sparc/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h b/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h index eb3ed78271a..7280da03827 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h b/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h index 009a5836c09..ec829c7b5b5 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/vax/c++config.h b/gnu/lib/libstdc++-v3_4/arch/vax/c++config.h index 8390798d41b..4ed23aa04ff 100644 --- a/gnu/lib/libstdc++-v3_4/arch/vax/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/vax/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/vax/config.h b/gnu/lib/libstdc++-v3_4/arch/vax/config.h index 7e3ec5043d8..3661d3630bb 100644 --- a/gnu/lib/libstdc++-v3_4/arch/vax/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/vax/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/x86_64/c++config.h b/gnu/lib/libstdc++-v3_4/arch/x86_64/c++config.h index eb3ed78271a..7280da03827 100644 --- a/gnu/lib/libstdc++-v3_4/arch/x86_64/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/x86_64/c++config.h @@ -142,7 +142,7 @@ namespace std /* #undef _GLIBCXX_HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef _GLIBCXX_HAVE_COMPLEX_H */ +#define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define _GLIBCXX_HAVE_COPYSIGN 1 diff --git a/gnu/lib/libstdc++-v3_4/arch/x86_64/config.h b/gnu/lib/libstdc++-v3_4/arch/x86_64/config.h index 009a5836c09..ec829c7b5b5 100644 --- a/gnu/lib/libstdc++-v3_4/arch/x86_64/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/x86_64/config.h @@ -36,7 +36,7 @@ /* #undef HAVE_CEILL */ /* Define to 1 if you have the <complex.h> header file. */ -/* #undef HAVE_COMPLEX_H */ +#define HAVE_COMPLEX_H 1 /* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN 1 |
