Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 Simplify a little (...
details: https://anonhg.NetBSD.org/src/rev/cb4baf33fb4e
branches: trunk
changeset: 801870:cb4baf33fb4e
user: matt <matt%NetBSD.org@localhost>
date: Fri Aug 22 06:51:34 2014 +0000
description:
Simplify a little (avoid indirection)
diffstat:
external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r cfe7a0086613 -r cb4baf33fb4e external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h Fri Aug 22 05:39:20 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h Fri Aug 22 06:51:34 2014 +0000
@@ -90,7 +90,7 @@
#define STARTFILE_SPEC NETBSD_STARTFILE_SPEC
#undef ENDFILE_SPEC
-#define ENDFILE_SPEC "%(netbsd_endfile_spec)"
+#define ENDFILE_SPEC NETBSD_ENDFILE_SPEC
#undef LIB_SPEC
#define LIB_SPEC NETBSD_LIB_SPEC
Home |
Main Index |
Thread Index |
Old Index