Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | mk: Cross-eyed hacks to support cross-libtool. | riastradh | 1 | -4/+4 |
2022-03-13 | mk: MKPIE is not GCC-specific. Should help ObjC packages. | nia | 1 | -2/+2 |
2022-01-18 | Add a package-settable variable PKGSRC_OVERRIDE_MKPIE | pho | 1 | -2/+2 |
2021-06-25 | switch $echo statements to printf "%s\n". | maya | 1 | -30/+29 |
2020-05-02 | mk/wrapper/transform-gcc: pass -Wno-* without warning | rillig | 1 | -15/+2 |
2020-04-27 | mk/wrapper: allow "unwrap" to be a no-op SUBST block | rillig | 1 | -1/+2 |
2020-03-22 | mk/wrapper/transform-gcc: pass -Werror=* without warning | rillig | 1 | -1/+2 |
2019-05-07 | mk: allow "bmake clean depends" as shortcut | rillig | 1 | -4/+4 |
2018-11-20 | Add a rule for -Wp,-MD, which isn't provided by MIPSPro. | maya | 1 | -1/+2 |
2018-08-22 | Remove clauses 3,4 from TNF-only copyright blocks. | maya | 30 | -240/+30 |
2018-06-19 | Disable the flags for PKGSRC_MKPIE when explicitly required | khorben | 1 | -1/+6 |
2017-11-16 | Really use the parent sink for ld(1) | khorben | 1 | -2/+2 |
2017-11-16 | Introduce a command sink for ld(1) with MKPIE | khorben | 2 | -1/+41 |
2017-11-16 | Recognize more situations where not linking executables | khorben | 1 | -2/+2 |
2017-11-16 | Obtain the MKPIE flags from the environment | khorben | 2 | -5/+9 |
2017-11-16 | Let the MKPIE command sink for GCC re-use the generic command sink | khorben | 1 | -10/+2 |
2017-04-16 | More consistent log output | khorben | 1 | -2/+2 |
2016-09-16 | Allow '-l m' like '-lm' and update the comment for -l and -D | ryoon | 1 | -3/+4 |
2016-03-14 | Add support for -isystem to legacy wrappers. | markd | 4 | -4/+35 |
2016-03-13 | Also determine when compiling from source files | khorben | 2 | -4/+16 |
2016-03-12 | Also register "-pie" as a known argument for gcc(1) | khorben | 1 | -1/+2 |
2016-03-11 | Add support for a number of security features | khorben | 4 | -3/+69 |
2016-03-04 | pass correct ABI via OBJECT_MODE environment variable on AIX | tnn | 2 | -52/+1 |
2016-03-04 | pass correct ABI flags to ar(1) on AIX | tnn | 2 | -1/+52 |
2016-01-31 | Fixed subst.mk not to corrupt files | rillig | 1 | -2/+2 |
2015-11-20 | PR pkg/47404 | richard | 1 | -3/+5 |
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 |