summaryrefslogtreecommitdiff
path: root/lib/csu/amd64/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-06-29csu: Implement _start using as to satisfy unwinders on x86_64Dmitry Chagin
2023-03-12csu: move common code to libcKonstantin Belousov
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
2018-10-13Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov
2017-04-07Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin
2017-01-20Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper
2015-09-21Fix installation of 32bit libraries after r288074.Bryan Drewery
2015-09-21Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery
2014-08-19Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery
2014-06-08In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery
2012-04-20After r217375, some startup objects under lib/csu are built in a specialDimitry Andric
2012-03-11Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov
2011-01-13Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric
2009-12-02Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov
2008-08-22Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.Konstantin Belousov
2003-06-30MFi386: revision 1.19.Ruslan Ermilov
2002-07-29Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov
2002-05-13Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov
2002-05-13SOBJS are not used here for a long time, and were justRuslan Ermilov
2002-05-13Major cleanup of bsd.lib.mk.Ruslan Ermilov
2002-05-12Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov
2002-05-11Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien
2002-04-29Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectBruce Evans
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
2001-10-27minor style updatingDavid E. O'Brien
2000-10-28* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien
2000-05-20Take crtbegin.c and crtend.c from the new machine-independentJohn Polstra
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-03-15Add "-fkeep-inline-functions" to CFLAGS so that higher optimizationJohn Polstra
1999-03-12Move the code for the ".init" and ".fini" sections outside of aJohn Polstra
1999-01-09Switch to using ".So" as the extension for PIC object files ratherJohn Polstra
1998-09-07Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra
1998-03-07Import C startup files for ELF support.John Polstra