Age | Commit message (Collapse) | Author |
|
|
|
to find each other.
okay niklas@ (`deja-vu')
|
|
|
|
and they have different major numbers to prevent collision.
|
|
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
|
|
Disable building of cxxfilt in gcc, build it from its own directory.
|
|
target names.
|
|
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@
|
|
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@
|
|
|
|
|
|
|
|
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/
|