summaryrefslogtreecommitdiff
path: root/lib/csu/c++
AgeCommit message (Collapse)Author
1999-02-01When compiling for ELF use .init and .fini sections instead of special syms.Per Fogelstrom
1998-09-15If something is a.out dependent... don't use if in elf ports...Per Fogelstrom
1998-02-09merge in rev 1.2Niklas Hallqvist
1998-02-08Update from NetBSDNiklas Hallqvist
1998-02-03Make __{CTOR,DTOR}_LIST__ extern instead of array of size zeroMarco S Hyman
1997-10-07Makefile refers to NOPIC, so at least bring bsd.own.mk in before, as someNiklas Hallqvist
ports define NOPIC in there.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-03-05Don't use -fpic if NOPIC defined. From Dale Rahn.Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt