summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
Commit message (Expand)AuthorAgeFilesLines
* Put the conditional back. For the default case it isn't really needed,imp2015-01-011-0/+6
* Fix module builds on arm (and maybe others) by turning off a wholeimp2015-01-011-4/+0
* Ensure boot2 stays below the limit, by applying a patch from Romandim2014-11-241-1/+1
* Add -Wthread-safety to WARNS=6.ed2014-09-011-0/+3
* Remove ia64.marcel2014-07-071-2/+2
* g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the portsimp2014-05-101-5/+1
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-4/+0
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aimp2014-05-101-4/+3
* Support, to the extent we generate proper command lines, compilingimp2014-05-101-1/+4
* Simplify use of the semi-bogus EARLY_BUILD variable. Also, simplifyimp2014-05-051-12/+13
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-20/+20
* Generalize FOO.clang to FOO.${COMPILER_TYPE}. There's no reason theseimp2014-04-251-17/+10
* Add fetch and patch to .PHONY and .NOTMAIN only if PORTNAME is defined.ache2014-03-021-2/+6
* Merge from head up to r262311.dim2014-02-211-0/+6
|\
| * Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang todim2014-02-211-0/+6
* | In case source files are compiled with -g, tell clang not to emit .cfidim2014-02-211-0/+4
|/
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-1/+1
* Apply band-aid for 32-bit compat libs failures after r260334: put backdim2014-01-061-0/+1
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-051-1/+0
* In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk,dim2014-01-051-0/+1
* To avoid having to explicitly test COMPILER_TYPE for settingdim2013-12-221-1/+8
* For WARNS <= 3, change the clang warning flag -Wno-conversion todim2013-12-071-1/+1
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+4
* Since clang 3.2 now has an option to suppress warnings about implicitlydim2013-02-161-1/+1
* Add support for bmake. This includes:marcel2012-10-061-0/+15
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-131-14/+12
* During buildworld and buildkernel, define EARLY_BUILD in the earlierdim2012-06-031-3/+6
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-161-2/+11
* Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mkdim2012-03-161-84/+85
* Make boot2 build with Clang again.jkim2012-03-091-2/+4
* Revert r232473. I have been convinced by Doug Barton and Bjoern Zeebdim2012-03-031-6/+6
* After r232322, it turned out many people (and some ports) are buildingdim2012-03-031-6/+6
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-6/+6
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-4/+10
* Disable another clang warning (-Wempty-body) when WARNS <= 2.dim2011-12-181-1/+1
* Disable yet another clang warning (-Wconversion) when WARNS <= 3.dim2011-12-181-1/+2
* Disable yet another clang warning when WARNS <= 3.dim2011-12-171-1/+1
* Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang,dim2011-12-161-0/+3
* Disable one more clang warning when WARNS <= 3.dim2011-12-151-1/+2
* Clang has more warnings enabled by default, and when using -Wall, so if WARNSdim2011-12-151-0/+13
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-11/+8
* To be able to use printf extensions we need to turn off gcc format checking.pjd2011-03-071-0/+3
* MFtbemd:imp2010-08-231-2/+3
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-3/+3
* Allow suppression of -Wcast-align for WARNS>=4 by definingmarcel2010-02-181-1/+4
* Undo r169961, removing WITH_GCC3, added as a temporary workaround threetrasz2010-01-181-2/+0
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-1/+2
* Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control.ru2009-10-221-1/+3
* Set CSTD in all cases except when CC=icc and NO_WARNS is set. Thisrdivacky2009-10-211-1/+1
* Switch over to gnu99 compilation on default for userland.rdivacky2009-03-141-8/+9
OpenPOWER on IntegriCloud