Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch more mknative-gcc 6.5 for...
details: https://anonhg.NetBSD.org/src/rev/e8c4225665f0
branches: trunk
changeset: 359227:e8c4225665f0
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Feb 05 06:13:33 2018 +0000
description:
more mknative-gcc 6.5 for sparc, sparc64 and amd64.
diffstat:
external/gpl3/gcc/usr.bin/gcc/arch/sparc/auto-host.h | 98 +++++++++---------
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/auto-host.h | 98 +++++++++---------
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/auto-host.h | 8 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/multilib.h | 6 +-
5 files changed, 107 insertions(+), 107 deletions(-)
diffs (truncated from 886 to 300 lines):
diff -r 59841fb73396 -r e8c4225665f0 external/gpl3/gcc/usr.bin/gcc/arch/sparc/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/sparc/auto-host.h Mon Feb 05 05:43:53 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/sparc/auto-host.h Mon Feb 05 06:13:33 2018 +0000
@@ -704,7 +704,7 @@
/* Define if <time.h> defines clock_t. */
#ifndef USED_FOR_TARGET
-/* #undef HAVE_CLOCK_T */
+#define HAVE_CLOCK_T 1
#endif
@@ -717,33 +717,33 @@
/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_ABORT 0
+#define HAVE_DECL_ABORT 1
#endif
/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_ASPRINTF 0
+#define HAVE_DECL_ASPRINTF 1
#endif
/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_ATOF 0
+#define HAVE_DECL_ATOF 1
#endif
/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_ATOL 0
+#define HAVE_DECL_ATOL 1
#endif
/* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_ATOLL 0
+#define HAVE_DECL_ATOLL 1
#endif
@@ -757,7 +757,7 @@
/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_CALLOC 0
+#define HAVE_DECL_CALLOC 1
#endif
@@ -771,14 +771,14 @@
/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_CLOCK 0
+#define HAVE_DECL_CLOCK 1
#endif
/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_ERRNO 0
+#define HAVE_DECL_ERRNO 1
#endif
@@ -805,7 +805,7 @@
/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_FFS 0
+#define HAVE_DECL_FFS 1
#endif
@@ -860,7 +860,7 @@
/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_FREE 0
+#define HAVE_DECL_FREE 1
#endif
@@ -874,63 +874,63 @@
/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETCHAR_UNLOCKED 0
+#define HAVE_DECL_GETCHAR_UNLOCKED 1
#endif
/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETCWD 0
+#define HAVE_DECL_GETCWD 1
#endif
/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETC_UNLOCKED 0
+#define HAVE_DECL_GETC_UNLOCKED 1
#endif
/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETENV 0
+#define HAVE_DECL_GETENV 1
#endif
/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETOPT 0
+#define HAVE_DECL_GETOPT 1
#endif
/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETPAGESIZE 0
+#define HAVE_DECL_GETPAGESIZE 1
#endif
/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETRLIMIT 0
+#define HAVE_DECL_GETRLIMIT 1
#endif
/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETRUSAGE 0
+#define HAVE_DECL_GETRUSAGE 1
#endif
/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_GETWD 0
+#define HAVE_DECL_GETWD 1
#endif
@@ -944,125 +944,125 @@
/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_MADVISE 0
+#define HAVE_DECL_MADVISE 1
#endif
/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_MALLOC 0
+#define HAVE_DECL_MALLOC 1
#endif
/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_PUTCHAR_UNLOCKED 0
+#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#endif
/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_PUTC_UNLOCKED 0
+#define HAVE_DECL_PUTC_UNLOCKED 1
#endif
/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_REALLOC 0
+#define HAVE_DECL_REALLOC 1
#endif
/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_SBRK 0
+#define HAVE_DECL_SBRK 1
#endif
/* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_SETENV 0
+#define HAVE_DECL_SETENV 1
#endif
/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_SETRLIMIT 0
+#define HAVE_DECL_SETRLIMIT 1
#endif
/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
to 0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_SIGALTSTACK 0
+#define HAVE_DECL_SIGALTSTACK 1
#endif
/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_SNPRINTF 0
+#define HAVE_DECL_SNPRINTF 1
#endif
/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STPCPY 0
+#define HAVE_DECL_STPCPY 1
#endif
/* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STRNLEN 0
+#define HAVE_DECL_STRNLEN 1
#endif
/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
0. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STRSIGNAL 0
+#define HAVE_DECL_STRSIGNAL 1
#endif
/* Define to 1 if you have the declaration of `strstr(const char*,const
char*)', and to 0 if you don't. */
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STRSTR 0
+#define HAVE_DECL_STRSTR 1
#endif
/* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STRTOL 0
+#define HAVE_DECL_STRTOL 1
#endif
/* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STRTOLL 0
+#define HAVE_DECL_STRTOLL 1
#endif
/* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_STRTOUL 0
Home |
Main Index |
Thread Index |
Old Index