Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|