freebsd-src/contrib/libf2c/FREEBSD-upgrade

23 lines
560 B
Plaintext
Raw Normal View History

1999-09-19 06:50:17 +01:00
# ex:ts=8
$FreeBSD$
For the import of lib{f,g}2c, files were pruned by:
1999-11-01 07:22:02 +00:00
tar xvypf gcc-2.95.2.tar.bz2 '*/libf2c'
1999-09-19 06:50:17 +01:00
Then imported by:
1999-11-01 07:22:02 +00:00
cvs import -m "Virgin import of GCC 2.95.2's libf2c" \
src/contrib/libf2c FSF gcc_2_95_2
1999-09-19 06:50:17 +01:00
To make local changes to amd, simply patch and commit to the main
branch (aka HEAD). Never make local changes on the vendor (FSF) branch.
All local changes should be submitted to "gcc-patches@gcc.gnu.org" and/or
David M. Gay <dmg@bell-labs.com> (as libg2c is based on AT&T's netlib
collection).
obrien@NUXI.com
1999-11-01 07:22:02 +00:00
31-October-1999