Wed Sep 26 05:57:45 2012 UTC ()
This needs to have an #else clause


(matt)
diff -r1.11 -r1.12 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h

cvs diff -r1.11 -r1.12 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h 2012/09/26 05:38:29 1.11
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h 2012/09/26 05:57:45 1.12
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.67 2012/08/11 16:05:01 skrll Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.67 2012/08/11 16:05:01 skrll Exp */
3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
4 4
5/* Generated automatically. */ 5/* Generated automatically. */
6static const char configuration_arguments[] = "/usr/src/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 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc=/var/obj/mknative/macppc/usr/src/destdir.macppc/usr --with-mpfr=/var/obj/mknative/macppc/usr/src/destdir.macppc/usr --with-gmp=/var/obj/mknative/macppc/usr/src/destdir.macppc/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.56 --host=powerpc--netbsd"; 6static const char configuration_arguments[] = "/usr/src/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 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc=/var/obj/mknative/macppc/usr/src/destdir.macppc/usr --with-mpfr=/var/obj/mknative/macppc/usr/src/destdir.macppc/usr --with-gmp=/var/obj/mknative/macppc/usr/src/destdir.macppc/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.56 --host=powerpc--netbsd";
7static const char thread_model[] = "posix"; 7static const char thread_model[] = "posix";
8 8
9static const struct { 9static const struct {
10 const char *name, *value; 10 const char *name, *value;
11} configure_default_options[] = { 11} configure_default_options[] = {
12#ifdef _SOFT_FLOAT 12#ifdef _SOFT_FLOAT
13 { "float", "soft" }, 13 { "float", "soft" },
14#endif 14#else
15 { NULL, NULL } 15 { NULL, NULL }
 16#endif
16}; 17};