summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/FREEBSD-upgrade
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-23 12:28:19 +0000
committerobrien <obrien@FreeBSD.org>2000-11-23 12:28:19 +0000
commit73a330f506aacbf1e1dc0e39fb05f3a54b24bee5 (patch)
treee30e2fb77f2ed1da5e4aaa5f399b770f62a313ad /contrib/binutils/FREEBSD-upgrade
parent4df6bea57ff04925573339366311e5f007f90228 (diff)
downloadFreeBSD-src-73a330f506aacbf1e1dc0e39fb05f3a54b24bee5.zip
FreeBSD-src-73a330f506aacbf1e1dc0e39fb05f3a54b24bee5.tar.gz
Update for the Bintuils 2.10.1 import.
Diffstat (limited to 'contrib/binutils/FREEBSD-upgrade')
-rw-r--r--contrib/binutils/FREEBSD-upgrade37
1 files changed, 10 insertions, 27 deletions
diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade
index 5f40eaf..2d785c6 100644
--- a/contrib/binutils/FREEBSD-upgrade
+++ b/contrib/binutils/FREEBSD-upgrade
@@ -1,39 +1,22 @@
$FreeBSD$
-To get a copy of the Binutils source from the Sourceware CVS repository
-this command line was used:
+To strip down a new version of GNU binutils for import, extract
+the files like this:
- cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
- # password is "anoncvs"
+ tar -xvzf binutils-2.10.1.tar.gz -X FREEBSD-Xlist
+ tar -xvzf binutils-2.10.1.tar.gz include/elf
- cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \
- co -rbinutils-2_10-branch -l src
- cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \
- co -rbinutils-2_10-branch \
- src/bfd src/binutils src/config src/etc src/gas src/include \
- src/ld src/libiberty src/opcodes
+Don't eliminate the *z8* files. They're needed because of a stupid
+hard-coded configure script in the opcodes subdirectory.
-
-To strip down a new version of GNU binutils for import (starting with a
-checked out copy from the Sourceware anoncvs repo), prune files like this:
-
- for F in `cat FREEBSD-deletelist`
- do find . -name "$F" -exec rm -rfv {} \;
- done
-
-This command should be repeated until no files are shown as being deleted.
-
-If you decide to bring in more of the files, import them -- don't use
-``cvs add''. And please remember to adjust the contents of "FREEBSD-Xlist"
-and "FREEBSD-deletelist" so that it reflects what is really imported from
+If you decide to bring in more of the files, import them -- don't
+use ``cvs add''. And please remember to adjust the contents of
+`FREEBSD-Xlist' so that it reflects what is really imported from
the vendor.
-
The vendor import was done by:
- cvs import src/contrib/binutils GNU \
- sourceware_binutils-2_10-branch_anoncvs_20000512
-
+ cvs import src/contrib/binutils GNU binutils_2_10_1
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
OpenPOWER on IntegriCloud