summaryrefslogtreecommitdiff
path: root/gnu/egcs/libstdc++
AgeCommit message (Collapse)Author
2006-01-13Major number bump due to types changes.Todd C. Miller
2005-01-09go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chanceMarc Espie
to find each other. okay niklas@ (`deja-vu')
2004-09-18gnu code will never, ever, EVER, get close to passing lintTheo de Raadt
2004-07-13bump these again, depending on gcc2/gcc3 a different library is installedDale Rahn
and they have different major numbers to prevent collision.
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2003-11-24Switch to using libiberty in new location.Marc Espie
Disable building of cxxfilt in gcc, build it from its own directory.
2003-02-09cosmetic clean-up: use ${.TARGET} extensively, instead of hard-codingMarc Espie
target names.
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2001-11-22Bad .IMPSRC.Marc Espie
2001-01-29Automatic mergerMarc Espie
2001-01-292.95.3, test release 2Marc Espie
2000-08-25Move NOPIC for mips from toplevel to the libraries that have problemsMats O Jansson
with shared libraries. This will allow libiberty.so to be created by default. -moj
2000-06-05FixMarc Espie
2000-06-05Synch with 2.95.3 (pre-rel)Marc Espie
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage.
2000-01-19Update to 2.95.2Marc Espie
1999-12-07Remove work-around for make buglet that I just fixed.Marc Espie
(No need to wait for a rebuild, as the bug only manifests itself as a warning anyway).
1999-09-30Explanation for why strerror.o is needed.Marc Espie
1999-09-30In the constructMarc Espie
VAR!=cat file make warns if file exists, but is empty (couldn't read shell output, or such bullshit) Weird, as everything actually went right. As I don't want to change that behavior so close to release, and since the needed-list may again be needed in the future, the line VAR!=cat file && echo is used instead. make will happily get a new line to eat, that it will strip right away => no more warning. Go figure.
1999-08-23Update to gcc 2.95.1, official release.Marc Espie
1999-07-22insque is no longer part of libstdc++ (inherited from libiberty behavior)Marc Espie
1999-07-22990718, very close to release.Marc Espie
testsuite temporarily removed from snapshots because of copyright checks.
1999-07-18Change libiberty SRC->OBJ conversion.Marc Espie
The old version won't work with empty lists, and the new one will, as libiberty only holds .c files.
1999-07-18Update to 990629 snapshotMarc Espie
closer to gcc 2.95 release.
1999-06-18incorporate valarray in installed filesMarc Espie
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-05-28Clean up includes installation...Marc Espie
I had left some duplicate code in ??? retrieve HEADERS directly from Makefile.in, this avoids synch problems.
1999-05-26Wrappers + lib versionsMarc Espie
1999-05-26egcs projects compiler systemMarc Espie
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/