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