Age | Commit message (Collapse) | Author |
|
with shared libraries. This will allow libiberty.so to be created by
default. -moj
|
|
|
|
|
|
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.
|
|
|
|
(No need to wait for a rebuild, as the bug only manifests itself as
a warning anyway).
|
|
|
|
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.
|
|
|
|
|
|
testsuite temporarily removed from snapshots because of copyright checks.
|
|
The old version won't work with empty lists, and the new one will,
as libiberty only holds .c files.
|
|
closer to gcc 2.95 release.
|
|
|
|
Highlights:
- official fix for an alpha bug,
- cpp changes semantic slightly,
- valarray in libstdc++.
|
|
I had left some duplicate code in ???
retrieve HEADERS directly from Makefile.in, this avoids synch problems.
|
|
|
|
Exact copy of the snapshot, except for the removal of
texinfo/
gcc/ch/
libchill/
|