summaryrefslogtreecommitdiff
path: root/gnu/egcs/libstdc++
AgeCommit message (Collapse)Author
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/