Age | Commit message (Expand) | Author | Files | Lines |
2005-08-20 | strip leading "-Qoption ld" from -R args for sunpro C++ compiler, to | grant | 1 | -1/+8 |
2005-07-26 | icc 9.0 wants the same options as 8.1. | grant | 1 | -2/+2 |
2005-07-23 | ensure gcc options are always passed to imake when using gcc on | grant | 1 | -1/+22 |
2005-07-06 | update copyright year | grant | 1 | -2/+2 |
2005-07-06 | add cmd-sink for sunpro C++ which links shared libraries with the | grant | 1 | -1/+8 |
2005-05-20 | Made sure the :sh operator does not result in an empty string. Rewrote the | rillig | 1 | -3/+7 |
2005-05-20 | Change instances where we stored `shell command` in a make variable into | jlam | 1 | -6/+5 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -2/+2 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -29/+3 |
2005-04-07 | In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mk | tv | 1 | -4/+2 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -6/+2 |
2005-03-08 | fix previous to work with pkgsrc bmake, and add a comment explaining | grant | 1 | -2/+5 |
2005-03-06 | Also echo the wrapper stages if PKG_VERBOSE is defined, not just when | agc | 1 | -2/+2 |
2005-02-19 | add wrappers to transform arguments for AIX's ld(1), notably, if we | grant | 1 | -1/+27 |
2005-02-16 | properly detect icc 8.1, which needs a different argument to | grant | 1 | -1/+12 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -1/+22 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -3/+1 |
2005-02-14 | Teach the libtool wrapper about the same types of transformations that | jlam | 1 | -1/+3 |
2005-01-18 | Split out the argument pre-processing logic into its own script | jlam | 1 | -3/+36 |
2005-01-11 | Really skip the transformations for imake. This shows the danger in | jlam | 1 | -2/+2 |
2005-01-10 | Fix error in previous that turned off all transformations in all | jlam | 1 | -3/+3 |
2005-01-10 | Avoid the silly optimization in the make logic and push it into the | jlam | 1 | -5/+1 |
2004-12-05 | add handling for some required -Wl, transformations for packages that | grant | 1 | -1/+9 |
2004-11-30 | Remove the trailing whitespace in the values of the toolchain variables | jlam | 1 | -1/+5 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -43/+47 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -3/+31 |
2004-11-12 | Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as | jlam | 1 | -1/+3 |
2004-10-14 | Oy. For some reason, when doing :O:u, -L and -R options are stripped | tv | 1 | -2/+1 |
2004-10-14 | Big speedup hack: Sort and uniqify ${_WRAP_TRANSFORM_CMDS}. Eliminates | tv | 1 | -1/+2 |
2004-10-09 | Move -D_ALL_SOURCE for Interix, required for nearly every compilation, from | tv | 1 | -1/+4 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -1/+15 |
2004-10-04 | Add a scan script that checks for "-v" on the command-line, and prevents | jlam | 1 | -2/+9 |
2004-09-27 | Move some wrapper definitions into a separate file wrapper-defs.mk that is | jlam | 1 | -6/+3 |
2004-09-26 | Make _WRAPPEES into a public variable so that we can more easily create | jlam | 1 | -8/+12 |
2004-09-25 | Add Dan Winship's workaround to allow building on Darwin. This is only a | jlam | 1 | -1/+5 |
2004-09-23 | Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so that | jlam | 1 | -2/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -0/+589 |