CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc

2011-10-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Oct 13 19:51:58 UTC 2011

Modified Files:
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.4 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.5
--- src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.4	Wed Aug 17 18:33:03 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h	Thu Oct 13 19:51:58 2011
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-#ifdef _SOFT_FLOAT_
+#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";
@@ -13,8 +13,9 @@ static const char thread_model[] = "posi
 static const struct {
   const char *name, *value;
 } configure_default_options[] = { 
-#ifdef _SOFT_FLOAT_
+#ifdef _SOFT_FLOAT
   { "float", "soft" },
-#endif
+#else
   { NULL, NULL }
+#endif
 };



CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc

2011-08-17 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug 17 18:33:03 UTC 2011

Modified Files:
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h

Log Message:
Regen (since mknative blew away _SOFT_FLOAT changes).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.3	Wed Jul 20 00:53:55 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h	Wed Aug 17 18:33:03 2011
@@ -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 }
+};



CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc

2012-09-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Sep 26 05:38:29 UTC 2012

Modified Files:
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h

Log Message:
Fix _SOFT_FLOAT_ -> _SOFT_FLOAT


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.10 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.11
--- src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.10	Tue Sep 18 19:45:49 2012
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h	Wed Sep 26 05:38:29 2012
@@ -9,7 +9,7 @@ static const char thread_model[] = "posi
 static const struct {
   const char *name, *value;
 } configure_default_options[] = {
-#ifdef _SOFT_FLOAT_
+#ifdef _SOFT_FLOAT
   { "float", "soft" },
 #endif
   { NULL, NULL }



CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc

2012-09-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Sep 26 05:57:45 UTC 2012

Modified Files:
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h

Log Message:
This needs to have an #else clause


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.11 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.12
--- src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h:1.11	Wed Sep 26 05:38:29 2012
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h	Wed Sep 26 05:57:45 2012
@@ -11,6 +11,7 @@ static const struct {
 } configure_default_options[] = {
 #ifdef _SOFT_FLOAT
   { "float", "soft" },
-#endif
+#else
   { NULL, NULL }
+#endif
 };