Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc.old/usr.bin/gcc/arch/aarch64 fix the build...



details:   https://anonhg.NetBSD.org/src/rev/4644e494fb69
branches:  trunk
changeset: 433320:4644e494fb69
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 07 18:41:39 2018 +0000

description:
fix the build; this was mis-generated before to an empty file.

diffstat:

 external/gpl3/gcc.old/usr.bin/gcc/arch/aarch64/configargs.h |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 2a11fc271261 -r 4644e494fb69 external/gpl3/gcc.old/usr.bin/gcc/arch/aarch64/configargs.h
--- a/external/gpl3/gcc.old/usr.bin/gcc/arch/aarch64/configargs.h       Fri Sep 07 17:30:58 2018 +0000
+++ b/external/gpl3/gcc.old/usr.bin/gcc/arch/aarch64/configargs.h       Fri Sep 07 18:41:39 2018 +0000
@@ -0,0 +1,11 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.94 2018/09/04 22:57:25 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
+
+/* Generated automatically. */
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc.old/dist/configure --target=aarch64--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20180905' --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.evbarm-aarch64 
--with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.evbarm-aarch64 --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.evbarm-aarch64 
--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/aarch64 --enable-tls 
--disable-multilib --disable-symvers --disable-libstdcxx-pch --disable-libstdcxx-dual-abi --build=aarch64--netbsd --host=aarch64--netbsd --with-sysroot=/usr/obj/evbarm-aarch64/release";
+static const char thread_model[] = "posix";
+
+static const struct {
+  const char *name, *value;
+} configure_default_options[] = { { NULL, NULL} };



Home | Main Index | Thread Index | Old Index