From 781b79fb6704943b8c1c5d9596014f8d3876fb99 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 28 Apr 2015 13:26:37 +0000 Subject: Add note about transform rules for HP-UX and Tru64 linkers. --- pkgtools/cwrappers/files/doc/unimplemented.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkgtools') diff --git a/pkgtools/cwrappers/files/doc/unimplemented.txt b/pkgtools/cwrappers/files/doc/unimplemented.txt index a669d437ef4..a7bc4a03983 100644 --- a/pkgtools/cwrappers/files/doc/unimplemented.txt +++ b/pkgtools/cwrappers/files/doc/unimplemented.txt @@ -40,3 +40,12 @@ Libtool: - 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. -- cgit v1.2.3