summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Variable override is confusing.uebayasi1-6/+6
2014-03-06Wrap not only ld but also ar and ranlib.uebayasi1-1/+5
2014-02-26Remove special handling of -v in the wrappers.jperkin1-3/+2
2013-12-31Don't try to convert the SunStudio option "-mt". There is no GCC optiontron1-2/+2
2013-05-09Use --sysroot in cpp/gcc/gxx cross-compiler wrappers.riastradh3-106/+9
2013-04-21Fix a harmless typo.uebayasi1-2/+2
2013-03-01Create a wrapper for gfortran.jperkin1-2/+2
2012-07-23Pass through -specs, as used by devel/binutils/override-as.mkjperkin1-1/+5
2012-07-08compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= ada marino1-2/+2
2012-06-08Ignore SunPRO -errwarn flags to prevent it from being recognized as a entryobache1-1/+6
2012-04-13Fix typo in comment.wiz1-3/+3
2012-04-13Treat the '--as-needed' and '--no-as-needed' arguments to ld as ifsbd1-2/+7
2012-03-07Rewrite any -R<dir> into -Wl,-R<dir>. -R is the old form of -Wl,-R,he1-1/+7
2012-02-07Transform -ggdb<level> to -g, too.shattered1-2/+2
2012-02-06Make transform-gcc recognize some the strange and disturbing things whichbsiegert1-2/+9
2012-02-06Revert runaway commitfhajny1-4/+1
2012-02-06Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicornfhajny1-1/+4
2012-01-21gcc also knows -mschedule=*shattered1-1/+2
2011-08-04Add support of C++ crossbuild with g++, based on CC with gcc.obache2-2/+125
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc1-1/+3
2010-08-16Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined.obache1-2/+2
2009-11-23Make wrapper generation code work properly if there is a directory withtron1-4/+4
2009-08-15Recognize -m32. Change reundant -kPIC to -kpic to match the set.joerg1-3/+4
2009-06-11wrap some more gcc flags to suitable xlc flagssno2-2/+58
2009-06-02shell code is not C ...sno2-6/+4
2009-05-30Avoid one fork per wrapper call if no cleanup is necessary and debuggingjoerg2-4/+12
2009-05-30Require exact match for --wrappee-name option, no leading or trailingjoerg1-2/+2
2009-05-30add some argument wrappers after studying xlc manpagesno2-4/+26
2009-05-06Allow to set the "bourne" shell used for buildlink3 wrappers per platform.tron1-2/+3
2009-01-15Fix cut & paste errors. From Jens Rehsack.joerg3-6/+6
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