summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put on the core hat and back out all of the CSTD= changes. Core willimp2003-06-141-14/+0
* Revert to a known-good state. Anyone desiring to experiment with stricterdes2003-06-141-23/+9
* We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()peter2003-06-131-2/+3
* Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.obrien2003-06-071-0/+6
* Compile our code as C99 w/GNU extensions by default.obrien2003-06-061-1/+2
* I got a bazzar bug reportobrien2003-06-021-2/+2
* Turn back on c99, the tree should be ready for it now.obrien2003-06-021-1/+1
* To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"obrien2003-06-021-1/+1
* Temperarly turn off building the tree with c99.obrien2003-06-021-1/+1
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.obrien2003-06-011-1/+1
* Do not set a C standard for the C++ compiler.obrien2003-06-011-5/+7
* Compile our code as C99 by default.obrien2003-06-011-9/+11
* CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.obrien2003-05-311-1/+3
* Make CSTD style match the rest of file.obrien2003-05-311-6/+6
* Whitespace cleanup (1.15 had spaces instead of tabs)des2003-05-051-4/+4
* Don't use -pedantic unless we also set -std of some kind.des2003-05-051-1/+4
* Add a mechanism to allow Makefiles to specify the particular C dialectdes2003-05-011-1/+12
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-051-7/+0
* -Wall implies -Wuninitialized if -O is also in effect.ru2003-04-041-3/+0
OpenPOWER on IntegriCloud