Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-08 | Drop the extraneous comma in "-Wl,-R,/dir" and turn it into "-Wl,-R/dir". | jlam | 1 | -1/+15 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 2 | -1/+75 |
2004-10-04 | Add a scan script that checks for "-v" on the command-line, and prevents | jlam | 2 | -2/+53 |
2004-09-27 | Move some wrapper definitions into a separate file wrapper-defs.mk that is | jlam | 2 | -6/+49 |
2004-09-26 | Make _WRAPPEES into a public variable so that we can more easily create | jlam | 1 | -8/+12 |
2004-09-26 | We don't use skipargs here... it's all in logic. | jlam | 1 | -2/+1 |
2004-09-26 | fix dylib handling | danw | 1 | -2/+1 |
2004-09-26 | Fix rmdir command so it passes remove-dir in the buildlink-transform | jlam | 1 | -4/+4 |
2004-09-25 | Add Dan Winship's workaround to allow building on Darwin. This is only a | jlam | 1 | -1/+5 |
2004-09-24 | Fix typo in comment. | seb | 1 | -2/+2 |
2004-09-23 | Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so that | jlam | 3 | -5/+7 |
2004-09-22 | Typo in comment. | jlam | 1 | -2/+2 |
2004-09-22 | When mangling paths, also do (and undo) the transformations for full | jlam | 1 | -5/+7 |
2004-09-22 | Add a toggle that determines whether we pass extra arguments or not. This | jlam | 1 | -2/+11 |
2004-09-22 | Protect against underflow in the argument buffer in the inner while loop, | jlam | 1 | -13/+5 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 19 | -0/+2500 |