aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-31/+1
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-151-23/+14
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-2/+2
* Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin2017-04-071-3/+3
* Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper2017-01-201-3/+3
* Fix installation of 32bit libraries after r288074.Bryan Drewery2015-09-211-0/+2
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery2015-09-211-5/+5
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* After r217375, some startup objects under lib/csu are built in a specialDimitry Andric2012-04-201-3/+3
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-111-3/+3
* Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-131-4/+23
* Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-021-1/+4
* Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.Konstantin Belousov2008-08-221-0/+1
* MFi386: revision 1.19.Ruslan Ermilov2003-06-301-3/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-5/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-111-4/+1
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectBruce Evans2002-04-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-1/+2
* minor style updatingDavid E. O'Brien2001-10-271-4/+3
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-281-3/+3
* Take crtbegin.c and crtend.c from the new machine-independentJohn Polstra2000-05-201-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add "-fkeep-inline-functions" to CFLAGS so that higher optimizationJohn Polstra1999-03-151-3/+2
* Move the code for the ".init" and ".fini" sections outside of aJohn Polstra1999-03-121-2/+2
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-3/+3
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-071-1/+5
* Import C startup files for ELF support.John Polstra1998-03-071-0/+24