Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gcc4/arch/powerpc If compiled with -msoft-float, ...



details:   https://anonhg.NetBSD.org/src/rev/09b88c3d9cd2
branches:  trunk
changeset: 765934:09b88c3d9cd2
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 11 00:59:44 2011 +0000

description:
If compiled with -msoft-float, make the compiler emit soft float code
by default.

diffstat:

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

diffs (25 lines):

diff -r 80cf7b976f7d -r 09b88c3d9cd2 gnu/usr.bin/gcc4/arch/powerpc/configargs.h
--- a/gnu/usr.bin/gcc4/arch/powerpc/configargs.h        Sat Jun 11 00:57:29 2011 +0000
+++ b/gnu/usr.bin/gcc4/arch/powerpc/configargs.h        Sat Jun 11 00:59:44 2011 +0000
@@ -1,11 +1,20 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.23 2008/02/08 18:06:48 skrll Exp  */
 /* 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/src/tools/gcc/../../gnu/dist/gcc4/configure --target=powerpc--netbsd --enable-long-long --enable-threads --enable-__cxa_atexit --disable-multilib 
--disable-symvers --build=x86_64-unknown-netbsd5.0. --host=powerpc--netbsd --with-float=soft";
+static const char thread_model[] = "posix";
+
+static const struct {
+  const char *name, *value;
+} configure_default_options[] = { { "float", "soft" } };
+#else
 static const char configuration_arguments[] = "/usr/src/tools/gcc/../../gnu/dist/gcc4/configure --target=powerpc--netbsd --enable-long-long --enable-threads --enable-__cxa_atexit --disable-multilib 
--disable-symvers --build=x86_64-unknown-netbsd5.0. --host=powerpc--netbsd";
 static const char thread_model[] = "posix";
 
 static const struct {
   const char *name, *value;
 } configure_default_options[] = { { NULL, NULL} };
+#endif



Home | Main Index | Thread Index | Old Index