Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc mknative for config.gcc fix for arm.



details:   https://anonhg.NetBSD.org/src/rev/02325d1eb945
branches:  trunk
changeset: 379696:02325d1eb945
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Jun 15 08:23:41 2021 +0000

description:
mknative for config.gcc fix for arm.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h           |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/symver-config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h         |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/symver-config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h         |   2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/symver-config.h     |   2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/symver-config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h         |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h           |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/symver-config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/symver-config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h         |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/symver-config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/symver-config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/c++config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/symver-config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/symver-config.h |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/c++config.h         |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/symver-config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/c++config.h       |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/symver-config.h   |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/c++config.h       |   2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/symver-config.h   |   2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h     |   4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/symver-config.h |   4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h               |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk                    |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earm/gtyp-input.list            |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/tm.h                       |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmeb/configargs.h             |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmeb/defs.mk                  |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmeb/gtyp-input.list          |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmeb/tm.h                     |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhf/configargs.h             |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhf/defs.mk                  |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmhf/gtyp-input.list          |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhf/tm.h                     |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/configargs.h           |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/defs.mk                |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/gtyp-input.list        |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/tm.h                   |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4/configargs.h             |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4/defs.mk                  |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4/gtyp-input.list          |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4/tm.h                     |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/configargs.h           |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/defs.mk                |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/gtyp-input.list        |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/tm.h                   |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6/configargs.h             |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6/defs.mk                  |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6/gtyp-input.list          |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6/tm.h                     |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/configargs.h           |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/defs.mk                |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/gtyp-input.list        |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/tm.h                   |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/configargs.h           |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/defs.mk                |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/gtyp-input.list        |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/tm.h                   |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/configargs.h         |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/defs.mk              |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/gtyp-input.list      |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/tm.h                 |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7/configargs.h             |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7/defs.mk                  |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7/gtyp-input.list          |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7/tm.h                     |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/configargs.h           |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/defs.mk                |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/gtyp-input.list        |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/tm.h                   |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/configargs.h           |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/defs.mk                |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/gtyp-input.list        |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/tm.h                   |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/configargs.h         |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/defs.mk              |  10 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/gtyp-input.list      |   2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/tm.h                 |   2 +-
 85 files changed, 166 insertions(+), 166 deletions(-)

diffs (truncated from 1610 to 300 lines):

diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h  Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h  Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/symver-config.h      Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/symver-config.h      Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h        Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h        Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/symver-config.h    Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/symver-config.h    Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h        Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h        Tue Jun 15 08:23:41 2021 +0000
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/symver-config.h    Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/symver-config.h    Tue Jun 15 08:23:41 2021 +0000
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h      Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h      Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/symver-config.h  Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/symver-config.h  Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h        Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h        Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h  Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h  Tue Jun 15 08:23:41 2021 +0000
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
-/* generated for  armv4--netbsdelf-eabi-gcc (NetBSD ) 10.3.0 */
+/* generated for  armv4--netbsdelf-eabi-gcc (NetBSD nb1 20210411) 10.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/symver-config.h    Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/symver-config.h    Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h      Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h      Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/symver-config.h  Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/symver-config.h  Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h        Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h        Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/symver-config.h    Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/symver-config.h    Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h      Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h      Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1153,7 +1153,7 @@ namespace std
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if you have the `timespec_get' function. */
 #define _GLIBCXX_HAVE_TIMESPEC_GET 1
diff -r 1ff94bb95ca4 -r 02325d1eb945 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/symver-config.h  Tue Jun 15 08:22:23 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/symver-config.h  Tue Jun 15 08:23:41 2021 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -457,7 +457,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */



Home | Main Index | Thread Index | Old Index