Age | Commit message (Collapse) | Author |
|
to find each other.
okay niklas@ (`deja-vu')
|
|
|
|
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.
|
|
|
|
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@
|
|
|
|
Handle that in g77spec.
Taken from gcc 3.1 (apart from the Makefile.bsd-wrapper changes).
This allows one to link fortran code with other languages on ELF
platforms: putting main.c in libg2c.so would make libg2c insist it
got a MAIN__ symbol.
Okay fgs@, pval@.
|
|
|
|
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.
|
|
Install it under /usr/include
|
|
Official patch, submitted to egcs and accepted in the main source.
(strongly suggested by mickey@)
|
|
|
|
|
|
Exact copy of the snapshot, except for the removal of
texinfo/
gcc/ch/
libchill/
|