Age | Commit message (Expand) | Author |
2019-04-21 | Build clang on powerpc. | Mark Kettenis |
2019-04-17 | Switch powerpc to big PIC. This is necessary to build libc++abi and libc++ | Mark Kettenis |
2019-04-02 | libLLVM.a is no longer installed | Jonathan Gray |
2019-04-02 | new variable NOLIBSTATIC= prevents installation of a static library, | Theo de Raadt |
2019-04-02 | Remove commented-out historical ranlib operation, which would be | Theo de Raadt |
2019-04-02 | only static libraries undergo ranlink | Theo de Raadt |
2019-04-01 | aarch64 also uses PIE by default, make ${NOPIE*} flags available | Jeremie Courreges-Anglas |
2019-03-05 | add libLLVM | Jonathan Gray |
2019-02-26 | crank to 6.5-beta | Theo de Raadt |
2019-02-24 | Remove -S from install commands | kn |
2019-02-20 | when building syspatches with lld exclude more non-existent object files | Robert Nagy |
2019-02-11 | During build, delete all old library relink files to save disk space. | Theo de Raadt |
2019-02-07 | add LIBELF | Jonathan Gray |
2019-01-28 | Switch i386 to use lld as the default linker. | Christian Weisgerber |
2018-12-30 | Define SOLIB when assembling for a shared-object library | Philip Guenther |
2018-12-03 | If a regress uses REGRESS_SKIP_TARGETS to skip part of its tests, | Alexander Bluhm |
2018-11-11 | Build clang on mips64. | Visa Hankala |
2018-11-08 | Do not pass -fno-pie to the compiler on mips64. It has no effect | Visa Hankala |
2018-10-22 | Switch amd64 to use lld as the default linker. | Christian Weisgerber |
2018-10-18 | Ensure that the install media are built with a consistent set of | Christian Weisgerber |
2018-10-05 | Add regress variable to run setup once for all tests. | Alexander Bluhm |
2018-09-26 | Add variables for setup and cleanup of regression tests. | Alexander Bluhm |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-07-26 | Add infrastructure to install lld as the default linker. The old GNU linker | Mark Kettenis |
2018-06-06 | Add RETGUARD to clang for amd64. This security mechanism uses per-function | mortimer |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-01-19 | Build clang on sparc64. | Mark Kettenis |
2018-01-19 | Switch the default compiler on armv7 to clang. | Mark Kettenis |
2018-01-15 | We have no deprecated regress variables in our tree. Remove the | Alexander Bluhm |
2017-11-14 | Set soname when building shared libraries. | Mark Kettenis |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer |
2017-10-26 | Build clang on armv7. | Mark Kettenis |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-08-20 | crank to 6.2-beta | Theo de Raadt |
2017-08-12 | Let DFLAGS been added to by the per-directory Makefile | Philip Guenther |
2017-08-09 | switch the order of substitutions for syspatch object file order to avoid | Robert Nagy |
2017-07-26 | switch the default compiler on amd64 and i386 to clang, | Robert Nagy |
2017-07-25 | convert one more -Os -> -Oz | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-21 | document that usage of .PHONY, since it's not exactly obvious. | Marc Espie |
2017-07-21 | Garbage collect unused manual page .SUFFIXES, left over | Ingo Schwarze |
2017-07-19 | Avoid the historical term "loader", consistently talk about the "linker". | Ingo Schwarze |
2017-07-19 | 1. The cleandir target no longer deletes manual pages, that's a | Ingo Schwarze |
2017-07-13 | add sys.mk to the table of contents, and make the description of | Ingo Schwarze |
2017-07-11 | explain the limitations of PROGS; joint work with espie@ | Ingo Schwarze |
2017-07-11 | Move the section about <bsd.sys.mk> up just below <sys.mk> which it is | Ingo Schwarze |
2017-07-11 | use the previous syspatch's fake root for getting the link order | Robert Nagy |
2017-07-10 | two minor tweaks and two minor fixes; OK espie@ | Ingo Schwarze |
2017-07-10 | re-add unintentionally removed cleandir part that rm tags from the .CURDIR | Marc Espie |
2017-07-10 | Thinko. It's called BUILDAFTER | Marc Espie |