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 This needs to hav...
details: https://anonhg.NetBSD.org/src/rev/2e6f95e183b7
branches: trunk
changeset: 781724:2e6f95e183b7
user: matt <matt%NetBSD.org@localhost>
date: Wed Sep 26 05:57:45 2012 +0000
description:
This needs to have an #else clause
diffstat:
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8538080ffafb -r 2e6f95e183b7 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h Wed Sep 26 05:38:29 2012 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h Wed Sep 26 05:57:45 2012 +0000
@@ -11,6 +11,7 @@
} configure_default_options[] = {
#ifdef _SOFT_FLOAT
{ "float", "soft" },
-#endif
+#else
{ NULL, NULL }
+#endif
};
Home |
Main Index |
Thread Index |
Old Index