Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-15 | Fix cut & paste errors. From Jens Rehsack. | joerg | 1 | -2/+2 | |
2008-12-01 | Skip -q64. From Jens Rehsack. | joerg | 1 | -1/+4 | |
2008-11-14 | Improve AIX/XLC support based on discussions with Jens Rehsack: | joerg | 1 | -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-16 | Add missing required argument to msg_log. | jlam | 1 | -5/+5 | |
2005-02-19 | add wrappers to transform arguments for AIX's ld(1), notably, if we | grant | 1 | -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@. |