Age | Commit message (Expand) | Author | Files | Lines |
2015-04-29 | Introduce _USE_CWRAPPERS logic to ensure consistency, USE_CWRAPPERS could | jperkin | 1 | -2/+2 |
2015-04-28 | Move cwrappers WRAPPER_DIR and WRAPPER_BINDIR to wrapper-defs.mk, it is | jperkin | 1 | -1/+6 |
2015-04-27 | Split cwrappers from legacy wrappers. We no longer generate the legacy | jperkin | 1 | -3/+1 |
2015-04-27 | Remove ECHO_WRAPPER_MSG and just use ECHO_BUILDLINK_MSG, which was set | jperkin | 1 | -14/+5 |
2015-04-26 | revert rev. 1.7. Although it should be correct in theory it interacts | tnn | 1 | -3/+2 |
2015-04-25 | Fix typo in comment. | wiz | 1 | -2/+2 |
2015-04-25 | If we have -Wl,--whole-archive -lfoo -lbar -Wl,--no-whole-archive | tnn | 1 | -2/+3 |
2014-12-30 | Remove pkg_views support, second part: infrastructure. | wiz | 1 | -32/+1 |
2014-11-25 | Separate dependency from nada-rule. | joerg | 1 | -2/+4 |
2014-11-24 | Add cwrappers glue as developed during Google's Summer of Code 2007. | joerg | 1 | -1/+3 |
2014-09-02 | Replace calls to cat(1) with echo(1) which is highly likely to be a shell | jperkin | 1 | -57/+37 |
2014-03-06 | Variable override is confusing. | uebayasi | 1 | -6/+6 |
2014-03-06 | Wrap not only ld but also ar and ranlib. | uebayasi | 1 | -1/+5 |
2014-02-26 | Remove special handling of -v in the wrappers. | jperkin | 1 | -3/+2 |
2013-12-31 | Don't try to convert the SunStudio option "-mt". There is no GCC option | tron | 1 | -2/+2 |
2013-05-09 | Use --sysroot in cpp/gcc/gxx cross-compiler wrappers. | riastradh | 3 | -106/+9 |
2013-04-21 | Fix a harmless typo. | uebayasi | 1 | -2/+2 |
2013-03-01 | Create a wrapper for gfortran. | jperkin | 1 | -2/+2 |
2012-07-23 | Pass through -specs, as used by devel/binutils/override-as.mk | jperkin | 1 | -1/+5 |
2012-07-08 | compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= ada | marino | 1 | -2/+2 |
2012-06-08 | Ignore SunPRO -errwarn flags to prevent it from being recognized as a entry | obache | 1 | -1/+6 |
2012-04-13 | Fix typo in comment. | wiz | 1 | -3/+3 |
2012-04-13 | Treat the '--as-needed' and '--no-as-needed' arguments to ld as if | sbd | 1 | -2/+7 |
2012-03-07 | Rewrite any -R<dir> into -Wl,-R<dir>. -R is the old form of -Wl,-R, | he | 1 | -1/+7 |
2012-02-07 | Transform -ggdb<level> to -g, too. | shattered | 1 | -2/+2 |
2012-02-06 | Make transform-gcc recognize some the strange and disturbing things which | bsiegert | 1 | -2/+9 |
2012-02-06 | Revert runaway commit | fhajny | 1 | -4/+1 |
2012-02-06 | Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicorn | fhajny | 1 | -1/+4 |
2012-01-21 | gcc also knows -mschedule=* | shattered | 1 | -1/+2 |
2011-08-04 | Add support of C++ crossbuild with g++, based on CC with gcc. | obache | 2 | -2/+125 |
2011-01-23 | Add support for MirBSD to pkgsrc. Patches from Benny Siegert and | agc | 1 | -1/+3 |
2010-08-16 | Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined. | obache | 1 | -2/+2 |
2009-11-23 | Make wrapper generation code work properly if there is a directory with | tron | 1 | -4/+4 |
2009-08-15 | Recognize -m32. Change reundant -kPIC to -kpic to match the set. | joerg | 1 | -3/+4 |
2009-06-11 | wrap some more gcc flags to suitable xlc flags | sno | 2 | -2/+58 |
2009-06-02 | shell code is not C ... | sno | 2 | -6/+4 |
2009-05-30 | Avoid one fork per wrapper call if no cleanup is necessary and debugging | joerg | 2 | -4/+12 |
2009-05-30 | Require exact match for --wrappee-name option, no leading or trailing | joerg | 1 | -2/+2 |
2009-05-30 | add some argument wrappers after studying xlc manpage | sno | 2 | -4/+26 |
2009-05-06 | Allow to set the "bourne" shell used for buildlink3 wrappers per platform. | tron | 1 | -2/+3 |
2009-01-15 | Fix cut & paste errors. From Jens Rehsack. | joerg | 3 | -6/+6 |
2009-01-09 | Further refine AIX support. From Jens Rehsack. | joerg | 2 | -4/+28 |
2008-12-29 | Also wrap the cpp command like cc for AIX/XLC. | joerg | 1 | -1/+2 |
2008-12-29 | Improve AIX/XLC support: | joerg | 3 | -8/+19 |
2008-12-29 | Emulate -rpath argument of GCC and xlC on AIX, it works like the | joerg | 1 | -1/+10 |
2008-12-01 | Skip -q64. From Jens Rehsack. | joerg | 1 | -1/+4 |
2008-11-27 | Explicitly pass down -brtl for the linker, not the compiler. From Jens | joerg | 1 | -2/+2 |
2008-11-27 | Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack. | joerg | 1 | -3/+2 |
2008-11-14 | Improve AIX/XLC support based on discussions with Jens Rehsack: | joerg | 4 | -13/+60 |
2008-11-06 | Merge aix-xlc block into the xlc block and distinguish AIX and Darwin. | joerg | 1 | -7/+9 |