Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc switch ppc64 from "long long" == int64 to ...
details: https://anonhg.NetBSD.org/src/rev/4d9f5ea855cf
branches: trunk
changeset: 320918:4d9f5ea855cf
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 05 00:19:41 2018 +0000
description:
switch ppc64 from "long long" == int64 to "long" == int64
diffstat:
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h | 4 ++--
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 9d9444bc3736 -r 4d9f5ea855cf external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h Mon Mar 05 00:17:09 2018 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h Mon Mar 05 00:19:41 2018 +0000
@@ -811,10 +811,10 @@
#define _GLIBCXX_HAVE_INT64_T 1
/* Define if int64_t is a long. */
-/* #undef _GLIBCXX_HAVE_INT64_T_LONG */
+#define _GLIBCXX_HAVE_INT64_T_LONG 1
/* Define if int64_t is a long long. */
-#define _GLIBCXX_HAVE_INT64_T_LONG_LONG 1
+/* #undef _GLIBCXX_HAVE_INT64_T_LONG_LONG */
/* Define to 1 if you have the <inttypes.h> header file. */
#define _GLIBCXX_HAVE_INTTYPES_H 1
diff -r 9d9444bc3736 -r 4d9f5ea855cf external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h Mon Mar 05 00:17:09 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h Mon Mar 05 00:19:41 2018 +0000
@@ -1916,7 +1916,7 @@
/* Define if int64_t uses long as underlying type. */
#ifndef USED_FOR_TARGET
-/* #undef INT64_T_IS_LONG */
+#define INT64_T_IS_LONG 1
#endif
diff -r 9d9444bc3736 -r 4d9f5ea855cf external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h Mon Mar 05 00:17:09 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h Mon Mar 05 00:19:41 2018 +0000
@@ -3,7 +3,7 @@
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=powerpc64--netbsd --enable-long-long --enable-threads
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20180203' --with-system-zlib --disable-libstdcxx-dual-abi --enable-__cxa_atexit --enable-libstdcxx-time=rt
--enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbppc-powerpc64/usr/src/external/lgpl3/mpc/lib/libmpc
--with-mpfr-lib=/var/obj/mknative/evbppc-powerpc64/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbppc-powerpc64/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/powerpc64 --enable-tls
--disable-multilib --disable-symvers --disable-libstdcxx-pch --disable-libstdcxx-dual-abi --build=x86_64-unknown-netbsd8.0 --host=powerpc64--netbsd
--with-sysroot=/var/obj/mknative/evbppc-powerpc64/usr/src/destdir.evbppc";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=powerpc64--netbsd --enable-long-long --enable-threads
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20180203' --with-system-zlib --disable-libstdcxx-dual-abi --enable-__cxa_atexit --enable-libstdcxx-time=rt
--enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.evbppc-powerpc64
--with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.evbppc-powerpc64 --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.evbppc-powerpc64
--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/powerpc64 --enable-tls
--disable-multilib --disable-symvers --disable-libstdcxx-pch --disable-libstdcxx-dual-abi --build=x86_64-unknown-netbsd8.99 --host=powerpc64--netbsd --with-sysroot=/usr/obj/evbppc-powerpc64/release";
static const char thread_model[] = "posix";
static const struct {
Home |
Main Index |
Thread Index |
Old Index