pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: joerg
Date: Fri Nov 14 14:04:12 UTC 2008
Modified Files:
pkgsrc/mk/compiler: xlc.mk
pkgsrc/mk/wrapper: bsd.wrapper.mk cmd-sink-aix-cc cmd-sink-aix-ld
cmd-sink-aix-xlc
Log Message:
Improve AIX/XLC support based on discussions with Jens Rehsack:
- 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.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/mk/compiler/xlc.mk
cvs rdiff -r1.78 -r1.79 pkgsrc/mk/wrapper/bsd.wrapper.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/wrapper/cmd-sink-aix-cc \
pkgsrc/mk/wrapper/cmd-sink-aix-ld
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/wrapper/cmd-sink-aix-xlc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index