summaryrefslogtreecommitdiff
path: root/mk/wrapper/cmd-sink-aix-ld
AgeCommit message (Collapse)AuthorFilesLines
2009-01-15Fix cut & paste errors. From Jens Rehsack.joerg1-2/+2
2008-12-01Skip -q64. From Jens Rehsack.joerg1-1/+4
2008-11-14Improve AIX/XLC support based on discussions with Jens Rehsack:joerg1-4/+14
- Add cc_r/xlc_r wrapper using the same rules as xlc itself. It is used for example by Perl. - Improve the RPATH emulation: - Always set -blibpath, use /usr/lib:/lib as default - If -blibpath is exlicitly given, add to the default - Additionally append any -Wl,-rpath given.
2005-05-16Add missing required argument to msg_log.jlam1-5/+5
2005-02-19add wrappers to transform arguments for AIX's ld(1), notably, if wegrant1-0/+87
are dynamically linking, the -brtl flag must be passed to the linker so that the runtime linker is used. tested on AIX 4.3 and 5.1 by garbled@.