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/powerpc Regen (since mkna...



details:   https://anonhg.NetBSD.org/src/rev/ff6ed38d1cff
branches:  trunk
changeset: 768498:ff6ed38d1cff
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 17 18:33:03 2011 +0000

description:
Regen (since mknative blew away _SOFT_FLOAT changes).

diffstat:

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

diffs (23 lines):

diff -r f0e00bf9938f -r ff6ed38d1cff external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h   Wed Aug 17 18:17:40 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h   Wed Aug 17 18:33:03 2011 +0000
@@ -3,9 +3,18 @@
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
+#ifdef _SOFT_FLOAT_
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=powerpc--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/ofppc/usr/src2/destdir.ofppc/usr 
--with-mpfr=/var/obj/ofppc/usr/src2/destdir.ofppc/usr --with-gmp=/var/obj/ofppc/usr/src2/destdir.ofppc/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.54 --host=powerpc--netbsd -with-float=soft";
+#else
 static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=powerpc--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/ofppc/usr/src2/destdir.ofppc/usr 
--with-mpfr=/var/obj/ofppc/usr/src2/destdir.ofppc/usr --with-gmp=/var/obj/ofppc/usr/src2/destdir.ofppc/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.54 --host=powerpc--netbsd";
+#endif
 static const char thread_model[] = "posix";
 
 static const struct {
   const char *name, *value;
-} configure_default_options[] = { { NULL, NULL} };
+} configure_default_options[] = { 
+#ifdef _SOFT_FLOAT_
+  { "float", "soft" },
+#endif
+  { NULL, NULL }
+};



Home | Main Index | Thread Index | Old Index