summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
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.grant4-3/+164
2004-11-12Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE asjlam2-4/+6
2004-11-12Teach the native linker to accept "-pthread" by silently dropping it.jlam1-3/+12
2004-11-11-pthread is invalid for Interix gcc. Add a failure for it so thattv1-2/+2
2004-11-10Correct debugging output to show the actual script name.jlam2-4/+4
2004-11-10SunPro understands -Wl,* and passes to the relevant backend, so don't bin it.sketch1-3/+9
2004-11-09The "transform" file is used to transform arguments on the command line.jlam1-7/+46
2004-11-08g/c unused variable _ws_sep.jlam1-2/+1
2004-11-08Whitespace fixes.jlam1-75/+75
2004-11-08Remove unnecessary argument checks.jlam1-56/+1
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-08Drop the extraneous comma in "-Wl,-R,/dir" and turn it into "-Wl,-R/dir".jlam1-1/+15
2004-10-06add initial support for IBM's XL C/C++ compiler. tested with versiongrant2-1/+75
2004-10-04Add a scan script that checks for "-v" on the command-line, and preventsjlam2-2/+53
2004-09-27Move some wrapper definitions into a separate file wrapper-defs.mk that isjlam2-6/+49
2004-09-26Make _WRAPPEES into a public variable so that we can more easily createjlam1-8/+12
2004-09-26We don't use skipargs here... it's all in logic.jlam1-2/+1
2004-09-26fix dylib handlingdanw1-2/+1
2004-09-26Fix rmdir command so it passes remove-dir in the buildlink-transformjlam1-4/+4
2004-09-25Add Dan Winship's workaround to allow building on Darwin. This is only ajlam1-1/+5
2004-09-24Fix typo in comment.seb1-2/+2
2004-09-23Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so thatjlam3-5/+7
2004-09-22Typo in comment.jlam1-2/+2
2004-09-22When mangling paths, also do (and undo) the transformations for fulljlam1-5/+7
2004-09-22Add a toggle that determines whether we pass extra arguments or not. Thisjlam1-2/+11
2004-09-22Protect against underflow in the argument buffer in the inner while loop,jlam1-13/+5
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam19-0/+2500