Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/ld We don't want to target-speci...
details: https://anonhg.NetBSD.org/src/rev/da98549ce4be
branches: trunk
changeset: 343483:da98549ce4be
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Feb 06 19:20:49 2016 +0000
description:
We don't want to target-specific search directories on NetBSD in the
linker scripts, they just add noise.
diffstat:
external/gpl3/binutils/dist/ld/genscripts.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 416acc6fcc1e -r da98549ce4be external/gpl3/binutils/dist/ld/genscripts.sh
--- a/external/gpl3/binutils/dist/ld/genscripts.sh Sat Feb 06 18:23:26 2016 +0000
+++ b/external/gpl3/binutils/dist/ld/genscripts.sh Sat Feb 06 19:20:49 2016 +0000
@@ -209,7 +209,8 @@
esac
libs="${exec_prefix}/${TOOL_LIB}/lib ${libs}"
fi
- append_to_lib_path ${libs}
+ #NetBSD: don't spam linker scripts like this.
+ #append_to_lib_path ${libs}
fi
if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then
Home |
Main Index |
Thread Index |
Old Index