diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-20 02:56:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-20 02:56:57 +0000 |
commit | 4b769f6d5b55aebb645706db38d62cc619bbf4da (patch) | |
tree | 6b4e6baae3d12e9140d6750075558ec1437b3ff2 /contrib/binutils | |
parent | 02712d67bab340ab748f25549553f6dcc74e9af2 (diff) | |
download | FreeBSD-src-4b769f6d5b55aebb645706db38d62cc619bbf4da.zip FreeBSD-src-4b769f6d5b55aebb645706db38d62cc619bbf4da.tar.gz |
Update for the Bintuils 2.11.2 import.
Diffstat (limited to 'contrib/binutils')
-rw-r--r-- | contrib/binutils/FREEBSD-upgrade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade index e682785..4531554 100644 --- a/contrib/binutils/FREEBSD-upgrade +++ b/contrib/binutils/FREEBSD-upgrade @@ -3,8 +3,8 @@ $FreeBSD$ To strip down a new version of GNU binutils for import, extract the files like this: - tar -xvjf binutils-2.11.tar.bz2 -X FREEBSD-Xlist - tar -xvjf binutils-2.11.tar.bz2 binutils-2.11/include/elf + tar -xvjf binutils-2.11.2.tar.bz2 -X FREEBSD-Xlist + tar -xvjf binutils-2.11.2.tar.bz2 binutils-2.11.2/include/elf Don't eliminate the *z8* files. They're needed because of a stupid hard-coded configure script in the opcodes subdirectory. @@ -16,7 +16,7 @@ the vendor. The vendor import was done by: - cvs import src/contrib/binutils GNU binutils_2_11_0 + cvs import src/contrib/binutils GNU binutils_2_11_2 Note that many of the files generated by GNU configure are present pre-built in the "src/gnu/usr.bin/binutils" tree. These can be regenerated for a new |