summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2022-04-04mk: Cross-eyed hacks to support cross-libtool.riastradh1-4/+4
2022-03-13mk: MKPIE is not GCC-specific. Should help ObjC packages.nia1-2/+2
2022-01-18Add a package-settable variable PKGSRC_OVERRIDE_MKPIEpho1-2/+2
2021-06-25switch $echo statements to printf "%s\n".maya1-30/+29
2020-05-02mk/wrapper/transform-gcc: pass -Wno-* without warningrillig1-15/+2
2020-04-27mk/wrapper: allow "unwrap" to be a no-op SUBST blockrillig1-1/+2
2020-03-22mk/wrapper/transform-gcc: pass -Werror=* without warningrillig1-1/+2
2019-05-07mk: allow "bmake clean depends" as shortcutrillig1-4/+4
2018-11-20Add a rule for -Wp,-MD, which isn't provided by MIPSPro.maya1-1/+2
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya30-240/+30
2018-06-19Disable the flags for PKGSRC_MKPIE when explicitly requiredkhorben1-1/+6
2017-11-16Really use the parent sink for ld(1)khorben1-2/+2
2017-11-16Introduce a command sink for ld(1) with MKPIEkhorben2-1/+41
2017-11-16Recognize more situations where not linking executableskhorben1-2/+2
2017-11-16Obtain the MKPIE flags from the environmentkhorben2-5/+9
2017-11-16Let the MKPIE command sink for GCC re-use the generic command sinkkhorben1-10/+2
2017-04-16More consistent log outputkhorben1-2/+2
2016-09-16Allow '-l m' like '-lm' and update the comment for -l and -Dryoon1-3/+4
2016-03-14Add support for -isystem to legacy wrappers.markd4-4/+35
2016-03-13Also determine when compiling from source fileskhorben2-4/+16
2016-03-12Also register "-pie" as a known argument for gcc(1)khorben1-1/+2
2016-03-11Add support for a number of security featureskhorben4-3/+69
2016-03-04pass correct ABI via OBJECT_MODE environment variable on AIXtnn2-52/+1
2016-03-04pass correct ABI flags to ar(1) on AIXtnn2-1/+52
2016-01-31Fixed subst.mk not to corrupt filesrillig1-2/+2
2015-11-20PR pkg/47404richard1-3/+5
2015-04-29Introduce _USE_CWRAPPERS logic to ensure consistency, USE_CWRAPPERS couldjperkin1-2/+2
2015-04-28Move cwrappers WRAPPER_DIR and WRAPPER_BINDIR to wrapper-defs.mk, it isjperkin1-1/+6
2015-04-27Split cwrappers from legacy wrappers. We no longer generate the legacyjperkin1-3/+1
2015-04-27Remove ECHO_WRAPPER_MSG and just use ECHO_BUILDLINK_MSG, which was setjperkin1-14/+5
2015-04-26revert rev. 1.7. Although it should be correct in theory it interactstnn1-3/+2
2015-04-25Fix typo in comment.wiz1-2/+2
2015-04-25If we have -Wl,--whole-archive -lfoo -lbar -Wl,--no-whole-archivetnn1-2/+3
2014-12-30Remove pkg_views support, second part: infrastructure.wiz1-32/+1
2014-11-25Separate dependency from nada-rule.joerg1-2/+4
2014-11-24Add cwrappers glue as developed during Google's Summer of Code 2007.joerg1-1/+3
2014-09-02Replace calls to cat(1) with echo(1) which is highly likely to be a shelljperkin1-57/+37
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+= adamarino1-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