Deleted Added
full compact
FREEBSD-upgrade (69091) FREEBSD-upgrade (77357)
1$FreeBSD: head/contrib/binutils/FREEBSD-upgrade 69091 2000-11-23 12:28:19Z obrien $
1$FreeBSD: head/contrib/binutils/FREEBSD-upgrade 77357 2001-05-28 17:48:04Z obrien $
2
3To strip down a new version of GNU binutils for import, extract
4the files like this:
5
2
3To strip down a new version of GNU binutils for import, extract
4the files like this:
5
6 tar -xvzf binutils-2.10.1.tar.gz -X FREEBSD-Xlist
7 tar -xvzf binutils-2.10.1.tar.gz include/elf
6 tar -xvjf binutils-2.11.tar.bz2 -X FREEBSD-Xlist
7 tar -xvjf binutils-2.11.tar.bz2 binutils-2.11/include/elf
8
9Don't eliminate the *z8* files. They're needed because of a stupid
10hard-coded configure script in the opcodes subdirectory.
11
12If you decide to bring in more of the files, import them -- don't
13use ``cvs add''. And please remember to adjust the contents of
14`FREEBSD-Xlist' so that it reflects what is really imported from
15the vendor.
16
17The vendor import was done by:
18
8
9Don't eliminate the *z8* files. They're needed because of a stupid
10hard-coded configure script in the opcodes subdirectory.
11
12If you decide to bring in more of the files, import them -- don't
13use ``cvs add''. And please remember to adjust the contents of
14`FREEBSD-Xlist' so that it reflects what is really imported from
15the vendor.
16
17The vendor import was done by:
18
19 cvs import src/contrib/binutils GNU binutils_2_10_1
19 cvs import src/contrib/binutils GNU binutils_2_11_0
20
21Note that many of the files generated by GNU configure are present pre-built
22in the "src/gnu/usr.bin/binutils" tree. These can be regenerated for a new
23version of binutils by running the "update.sh" script in that directory.
24
25When upgrading to a new version, you also need to update the VERSION
26definition in "src/gnu/usr.bin/binutils/Makefile.inc0".
20
21Note that many of the files generated by GNU configure are present pre-built
22in the "src/gnu/usr.bin/binutils" tree. These can be regenerated for a new
23version of binutils by running the "update.sh" script in that directory.
24
25When upgrading to a new version, you also need to update the VERSION
26definition in "src/gnu/usr.bin/binutils/Makefile.inc0".