summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Further refine AIX support. From Jens Rehsack.joerg2-4/+28
2008-12-29Also wrap the cpp command like cc for AIX/XLC.joerg1-1/+2
2008-12-29Improve AIX/XLC support:joerg3-8/+19
2008-12-29Emulate -rpath argument of GCC and xlC on AIX, it works like thejoerg1-1/+10
2008-12-01Skip -q64. From Jens Rehsack.joerg1-1/+4
2008-11-27Explicitly pass down -brtl for the linker, not the compiler. From Jensjoerg1-2/+2
2008-11-27Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack.joerg1-3/+2
2008-11-14Improve AIX/XLC support based on discussions with Jens Rehsack:joerg4-13/+60
2008-11-06Merge aix-xlc block into the xlc block and distinguish AIX and Darwin.joerg1-7/+9
2008-10-30On AIX don't overwrite the XLC definitions with the platform logic, thejoerg1-8/+8
2008-06-17Add a bunch of supported options.sketch1-1/+8
2008-04-21Revert rev 1.3 as it breaks e.g. -Wl,--whole-archive. See PR 38476 forjoerg1-2/+2
2008-04-20Keep libraries specified as .a files in their original position amongkim1-2/+2
2008-02-19Add IRIX command sinks, needed to get rpath fixup when using GCC.tnn3-1/+57
2008-02-19Pass gcc's -mabi=* option (used on mips) without warning.tnn1-1/+2
2007-11-28Do not load the $cache file for every argument. Instead, load it oncerillig2-5/+8
2007-11-28Oops, don't overflow the terminal.rillig1-2/+2
2007-11-28sunpro doesn't need -lstdc++.rillig1-1/+4
2007-11-28Using a single awk process instead of a pipe of four grep processesrillig1-4/+6
2007-11-19Sunpro doesn't need -rdynamic, since the linker is sensible by default.rillig1-1/+2
2007-11-08Preserve the -Wl,-Bstatic / -Wl,-Bdynamic arguments, but alsohe1-1/+11
2007-11-01sunpro doesn't know -ggdb.rillig1-1/+4
2007-10-17Handle more variants of the position independent code flag from Solaris.is1-1/+3
2007-10-09Remove trailing spaces.martti1-2/+2
2007-10-05When linking with XLC on AIX, force -brtl to get linkage behaviour wejoerg1-1/+8
2007-09-20When CPP is defined as "cc -E", the wrapper framework created therillig1-1/+2
2007-09-19Fixed incorrect quoting of arguments. This behavior had been unnoticedrillig2-9/+4
2007-09-19Before and after the transformations, the commands are written to therillig1-3/+4
2007-09-13The word "skipped" is ambiguous. Use "untransformed" instead.rillig1-2/+2
2007-09-11Merge -D and the following word, so -D UNIX -D WHATEVER doesn't getrillig1-2/+2
2007-09-08gcc knows -fpic.rillig1-1/+2
2007-08-02Add core of the infrastructure support for cross-compilation.joerg4-2/+177
2007-06-18Changed the plain "mkdir" into ${MKDIR}, like in all the other cases.rillig1-2/+2
2007-06-15Added transformations for -R, -fPIC, -kPIC, -KPIC and -g3.rillig1-1/+5
2007-06-09Added a slight variation of the patch provided in PR 36187 by Naotorillig1-4/+7
2007-06-06Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save somerillig1-49/+39
2007-05-28Remove trailing spaces.martti2-4/+4
2007-05-19When a wrapped compiler or linker command fails, the transformed commandrillig1-2/+2
2007-05-06Back out previous. The packages that incorrectly assume that ldtnn2-7/+1
2007-04-29--version-script is GNU ld specific, remove from command line.tnn2-1/+7
2007-04-28Correct comment about -g3 flag.tnn1-2/+2
2007-04-22Handle linker optimization flag.tnn1-1/+6
2007-04-21fix typotnn1-2/+2
2007-04-21add workaround for ld(1) run path problems and document thosetnn2-1/+33
2007-04-14Teach pkgsrc about HP-UX.tnn3-1/+106
2007-04-12Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams.tnn1-1/+4
2007-04-10+ -march=*rillig1-1/+2
2007-04-09Remove special treatment of "DynaLoader.a" completely. It's not necessarytron1-14/+1
2007-03-15wrapper_type can be IMAKE, too.rillig1-2/+2
2007-03-07Added the flags to control diagnostics.rillig1-1/+7