aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* update comment (about llvm target config) to match r355095Ed Maste2019-11-251-1/+1
* remove armv6 LLVM workaround introduced in r341812Ed Maste2019-11-251-1/+1
* Revert r354909: Make the warning for deprecated NO_ variables an error.Brooks Davis2019-11-221-1/+1
* Install bsd.sysdir.mk.Warner Losh2019-11-211-0/+1
* Add a kmod.opts.mk.John Baldwin2019-11-211-0/+4
* Introduce bsd.sysdir.mk to consolidate looking for the kernel.Warner Losh2019-11-213-34/+18
* Standardize EFI's ESP mount point.Warner Losh2019-11-201-0/+13
* Make the warning for deprecated NO_ variables an error.Brooks Davis2019-11-201-1/+1
* disable amd(8) by defaultEd Maste2019-11-201-1/+1
* Add flua to the base system, install to /usr/libexecKyle Evans2019-11-181-0/+45
* Allow per-file lex and yacc options.Bjoern A. Zeeb2019-11-151-4/+4
* Fix build race in bsd.files.mkAlex Richardson2019-11-151-4/+3
* Use __ as the separator for the exported vars in bsd.compiler/linker.mkAlex Richardson2019-11-152-10/+10
* Enable the RISC-V LLVM backend by default.John Baldwin2019-11-121-2/+2
* Consolidate powerpcspe CFLAGSJustin Hibbits2019-11-101-3/+2
* powerpcspe: use -mspe instead of -mspe=yes to enable SPEJustin Hibbits2019-11-101-2/+2
* mark LLVM_LIBUNWIND as broken on sparc64, with PR referenceEd Maste2019-11-081-1/+3
* add reference to PR for sparc64 BSD_CRTBEGIN in BROKEN_OPTIONSEd Maste2019-11-081-1/+1
* Turn the error about a lack of LIBCOMPAT into a warning.Brooks Davis2019-11-081-1/+1
* Revert r354518 and commit the intented fix rather than the diagnosticBrooks Davis2019-11-071-2/+1
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-072-14/+39
* Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-072-24/+8
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-072-8/+24
* armv6, armv7: Switch to llvm-libunwind by defaultConrad Meyer2019-11-051-2/+3
* armv6: Switch to LLD by defaultConrad Meyer2019-11-031-2/+2
* Allow bsd.compat.mk to be reliably included outside Makefile.inc1.Brooks Davis2019-10-313-21/+35
* Build toolchain components as dynamically linked executables by defaultDimitry Andric2019-10-231-1/+1
* Fix spelling of DPSRCS.Bryan Drewery2019-10-191-1/+1
* Install bsd.compat.mk.Brooks Davis2019-10-161-0/+1
* bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment itWarner Losh2019-10-161-1/+1
* Fix including bsd.compat.mk outside Makefile.libcompat on mips64.Brooks Davis2019-10-151-1/+1
* Add the ability to link programs against a compat ABI.Brooks Davis2019-10-153-4/+43
* Allow OBJDIR to be overridden for LIB*DIR variables.Brooks Davis2019-10-151-23/+24
* Rename top-level LIBCOMPAT to _LIBCOMPAT.Brooks Davis2019-10-151-3/+3
* Move the per-ARCH definitions to bsd.compat.mk.Brooks Davis2019-10-151-0/+106
* Merge ^/head r352764 through r353315.Dimitry Andric2019-10-086-1/+31
|\
| * Introduce stats(3), a flexible statistics gathering API.Edward Tomasz Napierala2019-10-073-0/+4
| * Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2019-10-061-0/+13
| * Override the TLS model when building mips64 binaries and static librariesKyle Evans2019-10-022-0/+11
| * [1/3] Initial infrastructure for SSL root bundle in baseKyle Evans2019-10-021-0/+1
| * Need to use ${${_${group}DIR_${file}}} for STAGE_DIRSimon J. Gerraty2019-10-011-1/+1
| * Move simple_httpd out of picobsd, add HTTPD option (default OFF)Kyle Evans2019-10-011-0/+1
* | Merge ^/head r352587 through r352763.Dimitry Andric2019-09-261-1/+1
|\|
| * In suite.test.mk, test if ${DESTDIR} exists before attempting to runDimitry Andric2019-09-251-1/+1
* | Enable OpenMP for powerpc64Dimitry Andric2019-09-261-2/+4
* | Merge ^/head r352436 through r352536.Dimitry Andric2019-09-192-2/+10
|\|
| * Add the missing bits for LIBADD to properly function now thatBaptiste Daroussin2019-09-181-1/+1
| * googletest: default-disable on all of MIPS for nowKyle Evans2019-09-181-1/+9
* | Merge ^/head r352319 through r352435.Dimitry Andric2019-09-171-3/+7
|\|
| * Document logic for __DEFAULT_DEPENDENT_OPTIONSSimon J. Gerraty2019-09-161-3/+7