Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-10 | Converted to using the functions from wrapper-subr.sh. | rillig | 1 | -31/+28 | |
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 1 | -5/+5 | |
variable, not a shell function. | |||||
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 1 | -5/+5 | |
exposed unless WRAPPER_DEBUG is set to "yes". | |||||
2004-12-19 | transform -fPIC to -qnocommon and clarify the related comment. | grant | 1 | -3/+4 | |
2004-12-05 | whitespace fix | grant | 1 | -4/+4 | |
2004-12-05 | transform -dynamiclib and -fno-common to the appropriate arguments | grant | 1 | -2/+16 | |
for xlc. | |||||
2004-12-05 | don't throw away all "-Wl," arguments, they are needed to pass various | grant | 1 | -3/+3 | |
shlib options to the Darwin linker. | |||||
2004-12-05 | fix typo | grant | 1 | -2/+2 | |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -0/+60 | |
6.0 on Mac OS X 10.3.5. to use XL C, set PKGSRC_COMPILER=xlc in mk.conf. XLCBASE defaults to /opt/ibmcmp/vacpp/6.0 (the default installation location on OS X), this can be overridden in mk.conf too. this is a work in progress - some simple packages can be built, but there are still lots of issues that need to be worked through. |