aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/FREEBSD-upgrade
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-28 17:48:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-28 17:48:04 +0000
commitef734dd386f62d6e9d7067a214a99ee1f39aec3c (patch)
tree823eb725535a32d7bebc2c16db0fbfc8cb4fc52e /contrib/binutils/FREEBSD-upgrade
parent2722315d7068da44f326773d9b3805c9cd1e57b4 (diff)
downloadsrc-ef734dd386f62d6e9d7067a214a99ee1f39aec3c.tar.gz
src-ef734dd386f62d6e9d7067a214a99ee1f39aec3c.zip
Update for the Bintuils 2.11.0 import.
Notes
Notes: svn path=/head/; revision=77357
Diffstat (limited to 'contrib/binutils/FREEBSD-upgrade')
-rw-r--r--contrib/binutils/FREEBSD-upgrade6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade
index 2d785c62540b..e682785c2f81 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 -xvzf binutils-2.10.1.tar.gz -X FREEBSD-Xlist
- tar -xvzf binutils-2.10.1.tar.gz include/elf
+ tar -xvjf binutils-2.11.tar.bz2 -X FREEBSD-Xlist
+ tar -xvjf binutils-2.11.tar.bz2 binutils-2.11/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_10_1
+ cvs import src/contrib/binutils GNU binutils_2_11_0
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