summaryrefslogtreecommitdiff
path: root/mk/wrapper/bsd.wrapper.mk
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
2020-04-27mk/wrapper: allow "unwrap" to be a no-op SUBST blockrillig1-1/+2
2019-05-07mk: allow "bmake clean depends" as shortcutrillig1-4/+4
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya1-8/+1
2017-11-16Introduce a command sink for ld(1) with MKPIEkhorben1-1/+3
2017-11-16Obtain the MKPIE flags from the environmentkhorben1-1/+6
2016-03-11Add support for a number of security featureskhorben1-1/+5
2016-03-04pass correct ABI via OBJECT_MODE environment variable on AIXtnn1-3/+1
2016-03-04pass correct ABI flags to ar(1) on AIXtnn1-1/+3
2016-01-31Fixed subst.mk not to corrupt filesrillig1-2/+2
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
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-03-06Wrap not only ld but also ar and ranlib.uebayasi1-1/+5
2013-03-01Create a wrapper for gfortran.jperkin1-2/+2
2012-07-08compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= adamarino1-2/+2
2011-08-04Add support of C++ crossbuild with g++, based on CC with gcc.obache1-2/+7
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-05-30Avoid one fork per wrapper call if no cleanup is necessary and debuggingjoerg1-1/+2
2008-12-29Also wrap the cpp command like cc for AIX/XLC.joerg1-1/+2
2008-12-29Improve AIX/XLC support:joerg1-2/+5
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:joerg1-1/+9
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-02-19Add IRIX command sinks, needed to get rpath fixup when using GCC.tnn1-1/+7
2007-11-28Do not load the $cache file for every argument. Instead, load it oncerillig1-2/+2
2007-11-28Oops, don't overflow the terminal.rillig1-2/+2
2007-11-28Using a single awk process instead of a pipe of four grep processesrillig1-4/+6
2007-09-20When CPP is defined as "cc -E", the wrapper framework created therillig1-1/+2
2007-08-02Add core of the infrastructure support for cross-compilation.joerg1-1/+22
2007-06-18Changed the plain "mkdir" into ${MKDIR}, like in all the other cases.rillig1-2/+2
2007-06-06Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save somerillig1-49/+39
2007-04-21fix typotnn1-2/+2
2007-04-14Teach pkgsrc about HP-UX.tnn1-1/+7
2007-04-12Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams.tnn1-1/+4
2007-02-19The ABI for which the code should be generated can be queried from therillig1-1/+2
2007-02-18Documented WRAPPER_REORDER_CMDS.rillig1-2/+15
2007-02-06Added a new variable wrapper_type to the wrappers, so that therillig1-1/+3
2007-01-17The sunpro C++ compiler needs its own cache, since cc and CC transformrillig1-2/+3
2007-01-04Bugfix: Only regular files can be unwrapped.rillig1-2/+2
2006-11-26Removed the separate files for the cache header and footer. This makesrillig1-28/+4
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig1-6/+1
2006-11-26Added a transformation file for gcc to check for unknown options.rillig1-1/+7
2006-11-11Added wrapper-subr.sh, which provides shell functions that are useful torillig1-3/+7
2006-11-02Removed some code duplication, which results in 120 lines less code.rillig1-147/+29