rillig
af345e7eb3
Converted to using the functions from wrapper-subr.sh.
2006-12-10 03:14:59 +00:00
rillig
6dbf373945
Fixed the "unknown command" error messages for debug_log, which is a
...
variable, not a shell function.
2006-09-17 18:46:00 +00:00
jlam
50086541bd
Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't
...
exposed unless WRAPPER_DEBUG is set to "yes".
2006-07-31 14:43:48 +00:00
grant
40a1b4637f
transform -fPIC to -qnocommon and clarify the related comment.
2004-12-19 00:38:59 +00:00
grant
273a47a3d8
whitespace fix
2004-12-05 09:27:23 +00:00
grant
71232b1911
transform -dynamiclib and -fno-common to the appropriate arguments
...
for xlc.
2004-12-05 09:26:59 +00:00
grant
17c0839438
don't throw away all "-Wl," arguments, they are needed to pass various
...
shlib options to the Darwin linker.
2004-12-05 02:47:52 +00:00
grant
b0797b36a4
fix typo
2004-12-05 02:41:31 +00:00
grant
b761a1f885
add initial support for IBM's XL C/C++ compiler. tested with version
...
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.
2004-10-06 09:49:53 +00:00