summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r262613:dim2014-03-261-0/+4
* MFC 261991:dim2014-03-211-1/+1
* MFC r262689:ache2014-03-091-2/+6
* MFC r262310:dim2014-02-241-0/+6
* MFC r260102:dim2014-01-091-0/+1
* MFC r257532 (by adrian):dim2013-12-301-1/+8
* MFC r259083:dim2013-12-101-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
* Turn of SSP for mips for now until support is added to the baseimp2008-07-231-1/+1
* Disable SSP on arm for the time being.cognet2008-07-191-1/+2
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+6
* Re-enable -Werror again.jb2007-11-221-2/+0
* Unfortunately the tinderbox setup uses custom CFLAGS which are a bigjb2007-11-191-0/+2
* Re-enable -Werror ins WARNS as it was roughly 6 months ago beforejb2007-11-191-3/+0
* Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from theobrien2007-05-241-0/+2
* Universally disable -Werror until src/ is in better shape for GCC 4.2.kan2007-05-191-0/+4
* Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code canjb2006-11-041-0/+4
* Reintroduce CSTD, which allows a Makefile to specify the precise dialectdes2006-08-111-0/+15
* Move -Wunused-parameter from WARNS level 3 level 4.obrien2005-01-161-2/+4
* Use >= so we can use the actual WARNS levels.obrien2005-01-161-6/+6
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+1
* Remove -Wbad-function-cast. Its main purpose is to catch bugs that wedes2004-02-161-1/+1
* Put the warning flags to where they belong (into CWARNFLAGS).ru2004-01-111-10/+10
OpenPOWER on IntegriCloud