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