summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386-elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Unbreak lib/csu for i386 and amd64 (MK_LIB32 == yes) after r313582ngie2017-02-111-1/+1
* MFC r312455:ngie2017-02-111-3/+3
* MFC r280980:dim2015-04-091-2/+2
* After r217375, some startup objects under lib/csu are built in a specialdim2012-04-201-3/+3
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-111-3/+3
* Apply a workaround for a binutils issue with the .note.ABI-tag sectiondim2011-01-131-4/+23
* Do not create *.gmon files for PIE executables on i386.jilles2010-03-201-1/+1
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+0
* Properly support -fPIE by linking PIE binaries with specially-builtkib2009-12-021-5/+19
* The <bsd.files.mk> API seems the best to use here.ru2004-01-201-11/+7
* Removed garbage:bde2003-06-041-3/+1
* This is now Gcc 3.3 WARNS 6 clean.obrien2003-05-041-0/+1
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justru2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.ru2002-05-131-5/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-111-4/+1
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectbde2002-04-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-1/+2
* minor style updatingobrien2001-10-271-4/+3
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-281-3/+3
* Take crtbegin.c and crtend.c from the new machine-independentjdp2000-05-201-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add "-fkeep-inline-functions" to CFLAGS so that higher optimizationjdp1999-03-151-3/+2
* Move the code for the ".init" and ".fini" sections outside of ajdp1999-03-121-2/+2
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-3/+3
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+5
* Import C startup files for ELF support.jdp1998-03-071-0/+24
OpenPOWER on IntegriCloud