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/c8b86ee85d66
branches:  trunk
changeset: 813625:c8b86ee85d66
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 311f4c9e6828 -r c8b86ee85d66 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