pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/cwrappers/files/doc Add note about transform ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e76c7acd76ae
branches:  trunk
changeset: 650925:e76c7acd76ae
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 28 13:26:37 2015 +0000

description:
Add note about transform rules for HP-UX and Tru64 linkers.

diffstat:

 pkgtools/cwrappers/files/doc/unimplemented.txt |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 31556068f6d9 -r e76c7acd76ae pkgtools/cwrappers/files/doc/unimplemented.txt
--- a/pkgtools/cwrappers/files/doc/unimplemented.txt    Tue Apr 28 13:25:22 2015 +0000
+++ b/pkgtools/cwrappers/files/doc/unimplemented.txt    Tue Apr 28 13:26:37 2015 +0000
@@ -40,3 +40,12 @@
 
 - Drop -L, -l, -Wl,* if not in link mode
   -> see first point
+
+rpath aggregation:
+
+- OSF1 and HP-UX ld(1) do not support multiple -rpath or +b. Any such instances
+  need to be transformed to a colon-separated list. Example:
+
+  -Wl,-rpath -Wl,/dir1 -Wl,-rpath -Wl,/dir2 --> -Wl,+b -Wl,/dir1:/dir2
+
+  See cmd-sink-{hpux,osf1}-{ld,cc} in classic wrappers for more information.



Home | Main Index | Thread Index | Old Index