summaryrefslogtreecommitdiff
path: root/gnu/egcs/libf2c
AgeCommit message (Collapse)Author
2005-01-09go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chanceMarc Espie
to find each other. okay niklas@ (`deja-vu')
2004-09-18gnu code will never, ever, EVER, get close to passing lintTheo de Raadt
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
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
2003-11-24Switch to using libiberty in new location.Marc Espie
Disable building of cxxfilt in gcc, build it from its own directory.
2003-04-28work around XOPEN declTheo de Raadt
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
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@
2002-06-20need stdio.h for some prototypes; espie okTheo de Raadt
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@.
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
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-09-17Invoke sh move-if-change explicitly.Marc Espie
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@)
1999-08-24m68k code generation work-around that I had forgotten to remove...Marc Espie
1999-05-26Wrappers + lib versionsMarc Espie
1999-05-26egcs projects compiler systemMarc Espie
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/