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 apply our LIBGCC_PICSUFFIX to one...
details: https://anonhg.NetBSD.org/src/rev/fdc0749ebed8
branches: trunk
changeset: 766682:fdc0749ebed8
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jun 30 03:37:23 2011 +0000
description:
apply our LIBGCC_PICSUFFIX to one more use of "static_name".
i hope that this is the last merge botch here to fix...
diffstat:
external/gpl3/gcc/dist/gcc/gcc.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 3e9371635389 -r fdc0749ebed8 external/gpl3/gcc/dist/gcc/gcc.c
--- a/external/gpl3/gcc/dist/gcc/gcc.c Thu Jun 30 00:52:55 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/gcc.c Thu Jun 30 03:37:23 2011 +0000
@@ -1767,7 +1767,11 @@
"%{!static:%{!static-libgcc:"
#if USE_LD_AS_NEEDED
"%{!shared-libgcc:",
- static_name, " --as-needed ", shared_name, " --no-as-needed"
+ static_name,
+#ifdef LIBGCC_PICSUFFIX
+ LIBGCC_PICSUFFIX,
+#endif
+ " --as-needed ", shared_name, " --no-as-needed"
"}"
"%{shared-libgcc:",
shared_name, "%{!shared: ", static_name,
Home |
Main Index |
Thread Index |
Old Index