summaryrefslogtreecommitdiff
path: root/lib/csu/Makefile.inc
AgeCommit message (Expand)Author
2024-12-23pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devIsaac Freund
2024-09-19csu: add include path to CFLAGS to be able to find libsys.hStephen J. Kiernan
2024-01-31csu: add crtbrand.o dependency on sys/param.hEd Maste
2023-09-12pkgbase: Move headers and libs out of runtime and utilitiesDoug Rabson
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-11csu: Implement _start using as to satisfy unwinders on i386Dmitry Chagin
2023-06-29csu: Implement _start using as to satisfy unwinders on x86_64Dmitry Chagin
2021-12-21csu: define STRIP_FBSDIDEd Maste
2021-08-04Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne
2021-08-02Add build system support for ASAN+UBSAN instrumentationAlex Richardson
2020-07-16Include ABI note tag in shared libraries.John Baldwin
2020-07-07Invoke objcopy on the right object when building Scrt1.o on i386.John Baldwin
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin
2020-06-15Remove the sed hack for ABI tag notes.John Baldwin
2020-05-11Use -fno-asynchronous-unwind-tables to compile lib/csuDimitry Andric
2020-01-31retire BSD_CRTBEGIN optionEd Maste
2019-06-15Support reading in .depend files.Bryan Drewery
2018-10-25Implement a BSD licensed crtbegin/crtendAndrew Turner
2015-09-21Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery
2014-11-30Put lib/csu/amd64/Makefile back the way it is in headSimon J. Gerraty
2013-04-19Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten
2012-03-11Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov
2010-03-05Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-02-21Fix build when WITH_SSP is set explicitly.Ruslan Ermilov
2008-06-25Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov