summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remnant code (broken, unhooked) from a.out which I missed.trhodes2005-01-111-59/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Avoid using ld -O (as in bsd.lib.mk).bde1998-12-271-7/+16
* Fixed double slashes in pathnames.bde1998-05-311-2/+2
* ELF preparation step 2:sos1998-05-261-2/+2
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowjdp1998-02-111-6/+2
* Move the trampolines for dlopen and related functions from crt0.ojdp1998-02-091-5/+1
* Implement dladdr.jdp1998-02-061-2/+2
* ${TARGET} -> ${.TARGET}eivind1998-01-121-2/+2
* Make this file p-make clean. (Use "ld -O foo" instead of "ld; mvasami1997-10-111-11/+6
* Use our copy of dlfcn.h, not the version in /usr/include, which may notmsmith1997-04-301-2/+2
* Fix an error in the previous revision that caused make world breakage.jdp1997-04-021-1/+3
* Simplified install rule.bde1997-04-011-6/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use ${COPY} instead of -C for installing non-source files. crt*.obde1997-01-011-2/+2
* cmp -s || install -c --> install -Cpeter1996-08-301-7/+5
* ``mv'' -> ``mv -f''wosch1996-05-071-6/+6
* Remove my locale hack. Sigh.ache1995-11-021-2/+2
* Clean up and make code (more) readable.phk1995-10-291-2/+2
* Fixed dependencies for scrt0.o.bde1995-10-221-7/+14
* -fomit-frame-pointer is becomming an increasingly popular optimization,phk1995-10-201-2/+2
* Create a scrt0.o file that specifically excludes the shared-lib support.dg1995-10-181-6/+11
* Install source files with the -c flag, not with the optional flag ${COPY}.bde1995-08-061-2/+2
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-3/+4
* Numerous Makefile fixes:wollman1995-06-301-11/+30
* Install the dlopen.3 manpage.phk1995-03-301-2/+2
* Install the header files.jkh1995-02-091-1/+3
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-1/+2
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEache1994-09-191-3/+0
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cache1994-09-181-1/+4
* Remove dead code. gmon stuff is now done better in libc/gmon anbde1994-08-221-11/+3
* From Jordan via. Paul K.nate1994-03-091-5/+5
* Adding embryonic C++ shared lib support (all tests positive so far).jkh1993-12-241-12/+16
* -r option incorrectly removed:ache1993-11-181-2/+2
* Removed all the ld -x -r stuff -- paranoia.paul1993-11-161-8/+9
* shlib update:paul1993-11-091-4/+4
* Removed install -d line since our install doesn't support the -dpaul1993-11-071-2/+1
* Added shared libs support from NetBSD.paul1993-11-041-6/+8
* Added ${COPY} knob to the install commandsroot1993-07-031-1/+1
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+33
OpenPOWER on IntegriCloud