summaryrefslogtreecommitdiff
path: root/mk/wrapper/transform-xlc-cc
AgeCommit message (Collapse)AuthorFilesLines
2006-12-10Converted to using the functions from wrapper-subr.sh.rillig1-31/+28
2006-09-17Fixed the "unknown command" error messages for debug_log, which is arillig1-5/+5
variable, not a shell function.
2006-07-31Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren'tjlam1-5/+5
exposed unless WRAPPER_DEBUG is set to "yes".
2004-12-19transform -fPIC to -qnocommon and clarify the related comment.grant1-3/+4
2004-12-05whitespace fixgrant1-4/+4
2004-12-05transform -dynamiclib and -fno-common to the appropriate argumentsgrant1-2/+16
for xlc.
2004-12-05don't throw away all "-Wl," arguments, they are needed to pass variousgrant1-3/+3
shlib options to the Darwin linker.
2004-12-05fix typogrant1-2/+2
2004-10-06add initial support for IBM's XL C/C++ compiler. tested with versiongrant1-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.