Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc rerun mknative-gcc:



details:   https://anonhg.NetBSD.org/src/rev/b101a3b3d074
branches:  trunk
changeset: 778585:b101a3b3d074
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 05 21:09:20 2012 +0000

description:
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it

diffstat:

 external/gpl3/gcc/lib/libgomp/arch/m68k/config.h             |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h    |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h      |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h         |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h    |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h        |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h      |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h        |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h    |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h    |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/config.h      |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/config.h      |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h  |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h    |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h    |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h      |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h         |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h        |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h          |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h        |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h         |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h         |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h       |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h         |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h     |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h     |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h       |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h       |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h      |  12 +++---------
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h        |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h        |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h        |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h      |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h          |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h       |   4 ++--
 48 files changed, 97 insertions(+), 103 deletions(-)

diffs (truncated from 844 to 300 lines):

diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libgomp/arch/m68k/config.h
--- a/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h  Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h  Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -75,7 +75,7 @@
 #define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
-/* #undef HAVE_TLS */
+#define HAVE_TLS 1
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h    Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h    Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h   Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h   Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h      Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h      Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h    Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h    Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h  Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h  Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h     Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h     Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h        Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h        Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h   Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h   Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h  Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h  Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h     Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h     Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h    Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h    Thu Apr 05 21:09:20 2012 +0000
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.57 2011/07/01 02:11:14 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
-/* generated for  m68k--netbsdelf-gcc (NetBSD nb1 20110620) 4.5.3 */
+/* generated for  m68k--netbsdelf-gcc (NetBSD nb2 20111202) 4.5.3 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h      Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h      Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h Thu Apr 05 21:00:29 2012 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h Thu Apr 05 21:09:20 2012 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r b7f8eeab57f5 -r b101a3b3d074 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h



Home | Main Index | Thread Index | Old Index