summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2005-03-08fix previous to work with pkgsrc bmake, and add a comment explaininggrant1-2/+5
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 wegrant4-1/+253
2005-02-16drop -fexceptions which icc doesn't understand.grant1-2/+2
2005-02-16Always link against the Intel provided C++ runtime library.grant1-1/+6
2005-02-16properly detect icc 8.1, which needs a different argument togrant2-1/+71
2005-02-15it's 2005, not 2004.grant2-4/+4
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant3-1/+149
2005-02-15The libtool wrapper should always do the compiler wrapper transformations,jlam1-3/+1
2005-02-14Add some more debugging annotations for the work log to note split argsjlam1-3/+3
2005-02-14Move some Darwin-specific code from arg-pp-main into arg-pp-darwin-gcc.jlam2-19/+23
2005-02-14Teach the libtool wrapper about the same types of transformations thatjlam1-1/+3
2005-01-26Fix so that we preserve /usr/lib/foo.so on the command line.jlam1-16/+28
2005-01-25Set argmatch=yes when we transform /some/where/libfoo.so intocube1-1/+4
2005-01-24Disallow -rdynamic (was being attempted by shells/scsh).tv1-2/+2
2005-01-18Split out the argument pre-processing logic into its own scriptjlam7-164/+329
2005-01-18Teach the wrapper scripts about HP-UX *.sl shared libraries. Theyjlam1-1/+14
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 thejlam2-9/+10
2004-12-19transform -fPIC to -qnocommon and clarify the related comment.grant1-3/+4
2004-12-05add handling for some required -Wl, transformations for packages thatgrant2-1/+68
2004-12-05whitespace fixgrant1-4/+4
2004-12-05transform -dynamiclib and -fno-common to the appropriate argumentsgrant1-2/+16
2004-12-05Allow the wrapper-specific transform scripts to replace one arg withjlam1-12/+24
2004-12-05don't throw away all "-Wl," arguments, they are needed to pass variousgrant1-3/+3
2004-12-05fix typogrant1-2/+2
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