diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-19 05:59:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-19 05:59:54 +0000 |
commit | 166e2f82f79baaf5fe1490987e977eb9a01b9fa0 (patch) | |
tree | 47ea866e3a75570ab20e3c72068a9198cb2f1da1 /contrib | |
parent | f85090e7e7a02d0f34c8b153167859571c44e204 (diff) | |
download | FreeBSD-src-166e2f82f79baaf5fe1490987e977eb9a01b9fa0.zip FreeBSD-src-166e2f82f79baaf5fe1490987e977eb9a01b9fa0.tar.gz |
Update for GCC 2.95.1's bundled libf2c.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libf2c/FREEBSD-upgrade | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libf2c/FREEBSD-upgrade b/contrib/libf2c/FREEBSD-upgrade index e161c0c..f7bf802 100644 --- a/contrib/libf2c/FREEBSD-upgrade +++ b/contrib/libf2c/FREEBSD-upgrade @@ -3,12 +3,12 @@ $FreeBSD$ For the import of lib{f,g}2c, files were pruned by: - tar xvzpf egcs-1.1.2.tar.gz '*/libf2c' + tar xvzpf gcc-2.95.1.tar.gz '*/libf2c' Then imported by: - cvs import -m "Virgin import of EGCS 1.1.2's libf2c" \ - src/contrib/libf2c FSF egcs_1_1_2 + cvs import -m "Virgin import of GCC 2.95.1's libf2c" \ + src/contrib/libf2c FSF gcc_2_95_1 To make local changes to amd, simply patch and commit to the main @@ -19,4 +19,4 @@ David M. Gay <dmg@bell-labs.com> (as libg2c is based on AT&T's netlib collection). obrien@NUXI.com -17-September-1999 +19-September-1999 |