summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.compiler.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r328972: add retpoline compiler and linker feature flagsemaste2018-04-081-4/+8
* MFC r320243 (bdrewery): Fix spelling error.emaste2018-04-081-1/+1
* MFC kernel build-id supportemaste2018-03-291-0/+1
* WITH_CCACHE_BUILD + WITH_META_MODE: Ignore ccache changes.bdrewery2016-06-031-0/+3
* GCC External: Revert r300886, r300904, r300917, r300918bdrewery2016-05-291-15/+7
* Always export X_* vars.bdrewery2016-05-281-7/+15
* Use sed(1) to determine cc version rather than tail(1) since it is already in...bdrewery2016-05-231-1/+1
* Fetch the __FreeBSD_cc_version as COMPILER_FREEBSD_VERSION.bdrewery2016-05-211-1/+15
* Auto determine X_COMPILER_TYPE/X_COMPILER_VERSION if XCC is set.bdrewery2016-05-211-29/+44
* CCACHE_BUILD+META_MODE: Lookup and canonicalize the default CCACHE_DIR.bdrewery2016-03-011-1/+5
* Merge r293006 from clang380-import branch:dim2015-12-311-1/+1
* CCACHE_BUILD: Only export CCACHE_PATH= if it was already set with a value.bdrewery2015-12-081-0/+2
* Fix some makeman issues.bdrewery2015-12-081-0/+1
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-081-0/+65
* Don't hide stderr when checking ${CC} --version.bdrewery2015-10-311-1/+1
* Improve safety of caching from r289659 by only importing of none of thebdrewery2015-10-201-0/+9
* Pass COMPILER_TYPE and COMPILER_VERSION to sub-makes to avoid redundantbdrewery2015-10-201-0/+20
* Mention what 'common' is forsjg2015-06-101-0/+2
* Merge from headsjg2015-05-261-12/+16
|\
| * The previous commit should have been a logical or not a logical "and"ngie2014-12-081-1/+1
| * ${CC} --version doesn't need to be queried if both COMPILER_TYPE andngie2014-12-081-0/+2
| * Fix typos in comments and wrap to <80 columnsngie2014-12-061-10/+14
* | Merge from head@274682sjg2014-11-191-1/+2
|\ \ | |/
| * When using an external toolchain note that gcc 4.8+ supports C++11bapt2014-10-211-1/+2
* | Merge head from 7/28sjg2014-08-191-15/+31
|\ \ | |/
| * Allow CC to not actually exist. During the ports INDEX run, all theimp2014-05-231-3/+3
| * Support, to the extent we generate proper command lines, compilingimp2014-05-101-8/+27
* | Merge from headsjg2014-05-081-0/+5
|\ \ | |/
| * bsd.compiler.mk was implicitly included by bsd.own.mk in historicalimp2014-05-071-0/+5
* | Some warnings depened on the version of clang, allow us to check.sjg2014-05-021-0/+5
* | Avoid errors when MACHINE is a pseudo machine like "common".sjg2013-10-121-0/+4
|/
* Provide slightly more helpful feedback when we can't figure out whatbrooks2013-03-011-1/+1
* Fix typo in bsd.compiler.mk.dim2012-11-061-1/+1
* Allow CC to be gcc46 or similar by matching gcc*.brooks2012-11-051-5/+5
* Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk.brooks2012-09-261-0/+6
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-131-0/+21
OpenPOWER on IntegriCloud