summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove an outdated comment as requested by Bruce Evans in a private email tobrucec2011-05-241-5/+2
* gcc and clang semantics imply certain -mno-* flags when other certain -mno-*brucec2011-05-141-5/+28
* Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish thosebrucec2011-05-021-10/+11
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-17/+3
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-0/+7
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout thedim2011-01-051-1/+1
* Prefer MACHINE_CPUARCH over MACHINE_ARCHimp2010-09-131-9/+10
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-6/+6
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-221-2/+4
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use thenwhitehorn2010-07-131-1/+1
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-0/+8
* Removed NO_UNDEF.ru2010-01-191-4/+1
* Undo r169961, removing WITH_GCC3, added as a temporary workaround threetrasz2010-01-181-4/+1
* Merge r201902 and r195669 from projects/mips into head by hand:imp2010-01-091-3/+2
* Bump down the inline limit on MIPS.imp2009-03-031-1/+1
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-221-1/+2
* Disable SSP for mips until support is added to the base architecture.imp2008-07-231-1/+1
* Disable SSP for the kernel on arm as well (see rev 180605).cognet2008-07-221-1/+2
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+7
* Add -mno-sse3 for amd64 case tooache2008-05-101-1/+1
* Define INLINE_LIMIT and additional CFLAGS for mips.gonzo2008-04-291-0/+9
* Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from theobrien2007-05-241-1/+4
* Add -Wno-pointer-sign to CWARNFLAGS.kan2007-05-191-2/+2
* Fix module loading for sparc on machines with greater than 1GB of RAMkmacy2006-11-261-1/+1
* Create new dialect knob, as setting the language dialect isn't a warning flag.obrien2006-06-291-1/+1
* Enable -Wundef warnings for kernel/module compiles. From cpp.info:ru2006-05-301-1/+4
* First pass at removing Alpha kernel support.jhb2006-05-111-10/+0
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Since the question keeps coming up, explain why the -mno-sse etc switchespeter2005-03-311-2/+6
* Remove OBE comment about AMD64 memory model.obrien2005-03-151-2/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-1/+2
* Define INLINE_LIMIT for arm.cognet2004-05-141-0/+3
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+14
* Lower i386's INLINE_LIMIT to AMD64's level.obrien2004-03-031-1/+1
* Reduce the inline limit from 20000 to 8000 after the previous changespeter2004-02-061-1/+1
* Add PowerPC CFLAGS.obrien2003-12-071-0/+9
* Move the inline limit default variable to a per-arch place. For example,peter2003-11-041-0/+5
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"peter2003-05-301-1/+2
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-231-1/+1
* Use C99 for the kernel.obrien2003-05-031-1/+1
* Add AMD64 hookspeter2003-04-301-0/+9
* Sync with bsd.kern.mk.jake2003-02-281-0/+9
* ia64 specific CFLAGS change:marcel2002-10-131-1/+1
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.bde2002-10-041-1/+1
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingpeter2002-09-061-2/+2
* Turned format checking back on. It was left turned off for too long afterbde2002-08-251-7/+1
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatpeter2002-05-241-7/+1
* Use -ffreestanding for kernel bits unconditionally.obrien2002-05-041-2/+0
* This will have to be revised, but allow putting 'makeoptions GCC3=true'peter2001-09-101-0/+15
OpenPOWER on IntegriCloud