aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r339813 through r340125.Dimitry Andric2018-11-041-4/+0
|\
| * Retire CLANG_NO_IAS34Ed Maste2018-11-011-4/+0
* | Merge ^/head r338392 through r338594.Dimitry Andric2018-09-111-1/+1
|\|
| * Enable 'C'-compressed ISA extension.Ruslan Bukin2018-09-031-1/+1
* | Put in a temporary workaround for strange array access in if_fxp.c.Dimitry Andric2018-08-041-0/+1
|/
* Disable 'C'-compressed ISA extension.Ruslan Bukin2018-07-251-1/+1
* Remove kernel support for armebWarner Losh2018-07-171-1/+0
* Fix build: ignore a GCC 7.2.0 warning which says that third argument ofRuslan Bukin2018-06-041-0/+3
* disable set but not used on code that can't be changedMatt Macy2018-05-191-0/+1
* Silence non-actionable warnings in vendor codeMatt Macy2018-05-191-4/+5
* % WITHOUT_FORMAT_EXTENSIONS= XCC=/usr/local/bin/gcc8 make -j96 buildkernel K...Matt Macy2018-05-041-1/+1
* fix gcc8 compileMatt Macy2018-05-041-0/+3
* Add ld emulation types for hard-float mipses.Ruslan Bukin2018-04-121-0/+4
* Implement NO_WCAST_QUAL for gcc4.2 architecturesConrad Meyer2018-03-121-0/+3
* Add kernel retpoline option for amd64Ed Maste2018-02-281-1/+9
* Automatically use the ELFv2 ABI on powerpc64 if supported by the compiler.Nathan Whitehorn2017-11-251-1/+7
* Remove build system support for lint.Warner Losh2017-11-171-1/+1
* Remove CPU_HAVEFPU.John Baldwin2017-10-181-3/+0
* Support armv7 builds for userlandWarner Losh2017-10-051-0/+1
* gcc builds: reenable -Wstrict-overflow for kern.mkRyan Libby2017-09-141-1/+0
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-101-1/+1
* Fix the linker emulation setting for riscv.John Baldwin2017-04-051-1/+1
* Always pass the linker emulation via -m when linking modules and kernels.John Baldwin2017-04-051-2/+1
* Use correct linker emulation name for armeb.John Baldwin2017-04-051-1/+1
* Merge ^/head r312968 through r313054.Dimitry Andric2017-02-011-4/+2
|\
| * Update CFLAGS for clang compatibilityJustin Hibbits2017-01-311-4/+2
* | For kernel builds, make the -Waddress-of-packed-member warning non-fatal.Dimitry Andric2017-01-081-0/+3
|/
* Support mips[*]hf variants in config filesAlexander Kabaev2016-12-301-1/+1
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-311-0/+3
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-0/+5
* Set INLINE_LIMIT in the aarch64 case for gcc.Andrew Turner2016-10-091-0/+1
* Always pass -m to ld for converting binary files to kernel ELF objectsEd Maste2016-09-201-0/+20
* For kernel builds, instead of suppressing certain clang warnings, makeDimitry Andric2016-09-041-6/+6
* Normalise the CWARNFLAGS inter-word spacing: remove all leadingRuslan Bukin2016-07-281-1/+1
* o Add warn flags required to build modules with GCC 6.1;Ruslan Bukin2016-07-281-6/+16
* Fix style.Ruslan Bukin2016-07-241-1/+1
* Add GCC 6.1 warn flags for kernel as well.Ruslan Bukin2016-07-221-0/+3
* Revert r302403Enji Cooper2016-07-081-1/+1
* Do not use -fformat-extensions with non-base versions of gccEnji Cooper2016-07-071-1/+1
* We only support GCC 4.8 for these flags.Bryan Drewery2016-03-131-3/+2
* Remove more references to targets we've never had.Bryan Drewery2016-02-261-3/+3
* Use medany (Medium/Anywhere) GCC code model for RISC-V.Ruslan Bukin2016-02-181-0/+1
* Welcome the RISC-V 64-bit kernel.Ruslan Bukin2016-01-291-0/+4
* Revert this change. It broke the trampoline build. Until I'm sureWarner Losh2015-12-211-1/+0
* Move some MIPS specific flags to be more congruent with otherWarner Losh2015-12-191-0/+1
* Build changes that allow the modules on arm64.Konstantin Belousov2015-10-081-0/+7
* For kernel builds, make the -Wshift-negative-value non-fatal for now.Dimitry Andric2015-08-171-0/+3
* Only include CWARNFLAGS once to reduce command line size from ~1400Warner Losh2015-04-281-1/+1
* Merge ^/head r279313 through r279595.Dimitry Andric2015-03-041-2/+4
|\
| * Use appropriate alternative to -msoft-float for clang-built PowerPC kernels.Nathan Whitehorn2015-02-271-2/+4