Age | Commit message (Expand) | Author | Files | Lines |
2005-06-09 | Forgot the strip the comma when removing "-Wl," from the the next | jlam | 1 | -2/+2 |
2005-06-08 | Properly turn: | jlam | 1 | -1/+32 |
2005-06-08 | Update comment to reflect implementation. | jlam | 1 | -2/+2 |
2005-06-08 | Remove part of comment that is no longer true. | jlam | 1 | -5/+2 |
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-16 | Add missing required argument to msg_log. | jlam | 3 | -13/+13 |
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 | 4 | -1/+253 |
2005-02-16 | drop -fexceptions which icc doesn't understand. | grant | 1 | -2/+2 |
2005-02-16 | Always link against the Intel provided C++ runtime library. | grant | 1 | -1/+6 |
2005-02-16 | properly detect icc 8.1, which needs a different argument to | grant | 2 | -1/+71 |
2005-02-15 | it's 2005, not 2004. | grant | 2 | -4/+4 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 3 | -1/+149 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -3/+1 |
2005-02-14 | Add some more debugging annotations for the work log to note split args | jlam | 1 | -3/+3 |
2005-02-14 | Move some Darwin-specific code from arg-pp-main into arg-pp-darwin-gcc. | jlam | 2 | -19/+23 |
2005-02-14 | Teach the libtool wrapper about the same types of transformations that | jlam | 1 | -1/+3 |
2005-01-26 | Fix so that we preserve /usr/lib/foo.so on the command line. | jlam | 1 | -16/+28 |
2005-01-25 | Set argmatch=yes when we transform /some/where/libfoo.so into | cube | 1 | -1/+4 |
2005-01-24 | Disallow -rdynamic (was being attempted by shells/scsh). | tv | 1 | -2/+2 |
2005-01-18 | Split out the argument pre-processing logic into its own script | jlam | 7 | -164/+329 |
2005-01-18 | Teach the wrapper scripts about HP-UX *.sl shared libraries. They | jlam | 1 | -1/+14 |
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 | 2 | -9/+10 |
2004-12-19 | transform -fPIC to -qnocommon and clarify the related comment. | grant | 1 | -3/+4 |
2004-12-05 | add handling for some required -Wl, transformations for packages that | grant | 2 | -1/+68 |
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 |
2004-12-05 | Allow the wrapper-specific transform scripts to replace one arg with | jlam | 1 | -12/+24 |
2004-12-05 | don't throw away all "-Wl," arguments, they are needed to pass various | grant | 1 | -3/+3 |
2004-12-05 | fix typo | grant | 1 | -2/+2 |
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 | 4 | -3/+164 |
2004-11-12 | Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as | jlam | 2 | -4/+6 |
2004-11-12 | Teach the native linker to accept "-pthread" by silently dropping it. | jlam | 1 | -3/+12 |
2004-11-11 | -pthread is invalid for Interix gcc. Add a failure for it so that | tv | 1 | -2/+2 |
2004-11-10 | Correct debugging output to show the actual script name. | jlam | 2 | -4/+4 |
2004-11-10 | SunPro understands -Wl,* and passes to the relevant backend, so don't bin it. | sketch | 1 | -3/+9 |
2004-11-09 | The "transform" file is used to transform arguments on the command line. | jlam | 1 | -7/+46 |
2004-11-08 | g/c unused variable _ws_sep. | jlam | 1 | -2/+1 |
2004-11-08 | Whitespace fixes. | jlam | 1 | -75/+75 |
2004-11-08 | Remove unnecessary argument checks. | jlam | 1 | -56/+1 |