aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/i386/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* csu: Implement _start using as to satisfy unwinders on i386Dmitry Chagin2023-07-111-1/+2
* csu: move common code to libcKonstantin Belousov2023-03-111-1/+0
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-32/+2
* Only include object files from .ALLSRC when linking crt1 objects.John Baldwin2020-06-261-3/+3
* Always compile the brand and ignore init ELF notes standalone.John Baldwin2020-06-241-6/+7
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-151-24/+5
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-1/+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
* All FreeBSD platforms are elf: move i386-elf to i386Ed Maste2015-05-191-0/+55
* Remnant code (broken, unhooked) from a.out which I missed.Tom Rhodes2005-01-111-59/+0
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Avoid using ld -O (as in bsd.lib.mk).Bruce Evans1998-12-271-7/+16
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra1998-02-111-6/+2
* Move the trampolines for dlopen and related functions from crt0.oJohn Polstra1998-02-091-5/+1
* Implement dladdr.John Polstra1998-02-061-2/+2
* ${TARGET} -> ${.TARGET}Eivind Eklund1998-01-121-2/+2
* Make this file p-make clean. (Use "ld -O foo" instead of "ld; mvSatoshi Asami1997-10-111-11/+6
* Use our copy of dlfcn.h, not the version in /usr/include, which may notMike Smith1997-04-301-2/+2
* Fix an error in the previous revision that caused make world breakage.John Polstra1997-04-021-1/+3
* Simplified install rule.Bruce Evans1997-04-011-6/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use ${COPY} instead of -C for installing non-source files. crt*.oBruce Evans1997-01-011-2/+2
* cmp -s || install -c --> install -CPeter Wemm1996-08-301-7/+5
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-6/+6
* Remove my locale hack. Sigh.Andrey A. Chernov1995-11-021-2/+2
* Clean up and make code (more) readable.Poul-Henning Kamp1995-10-291-2/+2
* Fixed dependencies for scrt0.o.Bruce Evans1995-10-221-7/+14
* -fomit-frame-pointer is becomming an increasingly popular optimization,Poul-Henning Kamp1995-10-201-2/+2
* Create a scrt0.o file that specifically excludes the shared-lib support.David Greenman1995-10-181-6/+11
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-2/+2
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-3/+4
* Numerous Makefile fixes:Garrett Wollman1995-06-301-11/+30
* Install the dlopen.3 manpage.Poul-Henning Kamp1995-03-301-2/+2
* Install the header files.Jordan K. Hubbard1995-02-091-1/+3
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-1/+2
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEAndrey A. Chernov1994-09-191-3/+0
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cAndrey A. Chernov1994-09-181-1/+4
* Remove dead code. gmon stuff is now done better in libc/gmon anBruce Evans1994-08-221-11/+3
* From Jordan via. Paul K.Nate Williams1994-03-091-5/+5
* Adding embryonic C++ shared lib support (all tests positive so far).Jordan K. Hubbard1993-12-241-12/+16