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 Fix _SOFT_FLOAT_ ...



details:   https://anonhg.NetBSD.org/src/rev/8538080ffafb
branches:  trunk
changeset: 781723:8538080ffafb
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Sep 26 05:38:29 2012 +0000

description:
Fix _SOFT_FLOAT_ -> _SOFT_FLOAT

diffstat:

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

diffs (12 lines):

diff -r 0c8d9f1d59d8 -r 8538080ffafb external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h   Tue Sep 25 20:53:46 2012 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h   Wed Sep 26 05:38:29 2012 +0000
@@ -9,7 +9,7 @@
 static const struct {
   const char *name, *value;
 } configure_default_options[] = {
-#ifdef _SOFT_FLOAT_
+#ifdef _SOFT_FLOAT
   { "float", "soft" },
 #endif
   { NULL, NULL }



Home | Main Index | Thread Index | Old Index