summaryrefslogtreecommitdiff
path: root/mk/wrapper/bsd.wrapper.mk
AgeCommit message (Expand)AuthorFilesLines
2005-03-06Also echo the wrapper stages if PKG_VERBOSE is defined, not just whenagc1-2/+2
2005-02-19add wrappers to transform arguments for AIX's ld(1), notably, if wegrant1-1/+27
2005-02-16properly detect icc 8.1, which needs a different argument togrant1-1/+12
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant1-1/+22
2005-02-15The libtool wrapper should always do the compiler wrapper transformations,jlam1-3/+1
2005-02-14Teach the libtool wrapper about the same types of transformations thatjlam1-1/+3
2005-01-18Split out the argument pre-processing logic into its own scriptjlam1-3/+36
2005-01-11Really skip the transformations for imake. This shows the danger injlam1-2/+2
2005-01-10Fix error in previous that turned off all transformations in alljlam1-3/+3
2005-01-10Avoid the silly optimization in the make logic and push it into thejlam1-5/+1
2004-12-05add handling for some required -Wl, transformations for packages thatgrant1-1/+9
2004-11-30Remove the trailing whitespace in the values of the toolchain variablesjlam1-1/+5
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-43/+47
2004-11-20add framework support for Tru64 and the Compaq C compiler.grant1-3/+31
2004-11-12Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE asjlam1-1/+3
2004-10-14Oy. For some reason, when doing :O:u, -L and -R options are strippedtv1-2/+1
2004-10-14Big speedup hack: Sort and uniqify ${_WRAP_TRANSFORM_CMDS}. Eliminatestv1-1/+2
2004-10-09Move -D_ALL_SOURCE for Interix, required for nearly every compilation, fromtv1-1/+4
2004-10-06add initial support for IBM's XL C/C++ compiler. tested with versiongrant1-1/+15
2004-10-04Add a scan script that checks for "-v" on the command-line, and preventsjlam1-2/+9
2004-09-27Move some wrapper definitions into a separate file wrapper-defs.mk that isjlam1-6/+3
2004-09-26Make _WRAPPEES into a public variable so that we can more easily createjlam1-8/+12
2004-09-25Add Dan Winship's workaround to allow building on Darwin. This is only ajlam1-1/+5
2004-09-23Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so thatjlam1-2/+3
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam1-0/+589