summaryrefslogtreecommitdiff
path: root/gnu/egcs/libf2c/Makefile.bsd-wrapper
AgeCommit message (Collapse)Author
2002-05-30separate main.c into a separate libfrtbegin.a.Marc Espie
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@.
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.
1999-11-20Generate g2c.h at prereq stage.Marc Espie
Install it under /usr/include
1999-08-24m68k code generation work-around that I had forgotten to remove...Marc Espie
1999-05-26Wrappers + lib versionsMarc Espie