aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devIsaac Freund2024-12-231-1/+1
* csu: add include path to CFLAGS to be able to find libsys.hStephen J. Kiernan2024-09-191-1/+2
* csu: add crtbrand.o dependency on sys/param.hEd Maste2024-01-311-0/+3
* pkgbase: Move headers and libs out of runtime and utilitiesDoug Rabson2023-09-121-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* csu: Implement _start using as to satisfy unwinders on i386Dmitry Chagin2023-07-111-6/+0
* csu: Implement _start using as to satisfy unwinders on x86_64Dmitry Chagin2023-06-291-9/+11
* csu: define STRIP_FBSDIDEd Maste2021-12-211-0/+1
* Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne2021-08-041-2/+1
* Add build system support for ASAN+UBSAN instrumentationAlex Richardson2021-08-021-0/+3
* Include ABI note tag in shared libraries.John Baldwin2020-07-161-1/+8
* Invoke objcopy on the right object when building Scrt1.o on i386.John Baldwin2020-07-071-2/+2
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-0/+37
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-151-2/+2
* Use -fno-asynchronous-unwind-tables to compile lib/csuDimitry Andric2020-05-111-0/+3
* retire BSD_CRTBEGIN optionEd Maste2020-01-311-1/+1
* Support reading in .depend files.Bryan Drewery2019-06-151-2/+3
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+23
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery2015-09-211-5/+0
* Put lib/csu/amd64/Makefile back the way it is in headSimon J. Gerraty2014-11-301-0/+5
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-111-0/+2
* Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein2010-03-051-1/+1
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-1/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+3