Source-Changes-HG archive

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

[src/netbsd-8]: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el Pull up follo...



details:   https://anonhg.NetBSD.org/src/rev/746fa048ef83
branches:  netbsd-8
changeset: 850727:746fa048ef83
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jun 14 04:55:59 2017 +0000

description:
Pull up following revision(s) (requested by maya in ticket #32):
        external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h: revision 1.11
        external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h: revision 1.21
regen after new binutils

diffstat:

 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h  |  6 +++---
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h |  2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r e6bdd84320d2 -r 746fa048ef83 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h   Wed Jun 14 04:54:21 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h   Wed Jun 14 04:55:59 2017 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* auto-host.h.  Generated from config.in by configure.  */
@@ -297,7 +297,7 @@
 
 /* Define if your assembler supports .module. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_DOT_MODULE */
+#define HAVE_AS_DOT_MODULE 1
 #endif
 
 
@@ -509,7 +509,7 @@
 
 /* Define if the assembler understands -mnan=. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_NAN */
+#define HAVE_AS_NAN 1
 #endif
 
 
diff -r e6bdd84320d2 -r 746fa048ef83 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h  Wed Jun 14 04:54:21 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h  Wed Jun 14 04:55:59 2017 +0000
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads 
--with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpc/lib/libmpc 
--with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/gmp/lib/libgmp 
--with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls 
--disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0 --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src/destdir.evbmips";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads 
--with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpc/lib/libmpc 
--with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/gmp/lib/libgmp 
--with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls 
--disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.1 --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src/destdir.evbmips";
 static const char thread_model[] = "posix";
 
 static const struct {



Home | Main Index | Thread Index | Old Index