aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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