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.
details: https://anonhg.NetBSD.org/src/rev/e5ae0c703204
branches: trunk
changeset: 770349:e5ae0c703204
user: matt <matt%NetBSD.org@localhost>
date: Thu Oct 13 19:51:58 2011 +0000
description:
Regen.
diffstat:
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 168e2c17317e -r e5ae0c703204 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h Thu Oct 13 19:51:17 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h Thu Oct 13 19:51:58 2011 +0000
@@ -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 struct {
const char *name, *value;
} configure_default_options[] = {
-#ifdef _SOFT_FLOAT_
+#ifdef _SOFT_FLOAT
{ "float", "soft" },
+#else
+ { NULL, NULL }
#endif
- { NULL, NULL }
};
Home |
Main Index |
Thread Index |
Old Index