2 GCC-3.4.5 AS USED BY DRAGONFLY
4 This directory contains a selected set of files from the gnu
5 gcc-3.4.6 distribution. The entire distribution is 102MB but
6 we really only need around 31MB of it. No files have been moved
7 or modified from their extracted position.
9 DO NOT CREATE OR EDIT ANY FILES IN THIS DIRECTORY HIERARCHY! THIS
10 HIERARCHY REPRESENTS AN EXACT COPY, MINUS UNNEEDED FILES, OF THE GNU
11 GCC DISTRIBUTION. All modifications are made in the
12 DragonFly build wrapper, in /usr/src/gnu/usr.bin/cc34 and
13 /usr/src/gnu/lib/gcc34, by creating overrides or performing surgery
14 on the distribution. The only additional files added to this directory
15 are README.DRAGONFLY and README.DELETED.
18 MD5 (gcc-core-3.4.6.tar.bz2) = 5324ace5145b12afd9ca867af7ec084d
19 MD5 (gcc-g++-3.4.6.tar.bz2) = ef81fd74bc9fd964120af47243a1360f
20 MD5 (gcc-g77-3.4.6.tar.bz2) = eb4c248fa10a96e8d9edc9831c75a895
21 MD5 (gcc-objc-3.4.6.tar.bz2) = 87453b6e9b32047de11ae933a985155f
25 * download a new gcc-3.4.X dist greater then 3.4.6.
27 * extract the archive into this directory, overlaying the
30 * A 'cvs update' will show you what has changed ('M') relative
31 to what we had before. There will be hundreds of files marked
32 '?' which, if not needed, should be deleted and NOT COMMITTED.
33 If any new files are needed you can cvs add and commit them.
35 * Make sure that both buildworld and a crossbuilt buildworld
36 for supported architectures works before committing the upgrade,
37 making adjustments within /usr/src/gnu/usr.bin/cc34.
39 DO NOT MAKE ANY EDITS TO THE GCC DISTRIBUTION IN THIS CONTRIB
40 DIRECTORY, OTHER THEN TO ADD OR DELETE FILES ASSOCIATED WITH THE
43 Do not overlay major rev changes in the contrib directory or
44 build infrastructure directory for older major revs! Create a new
45 major rev directory as contrib/gcc-x.x. The older major revs in
46 contrib/gcc-x.x can be physically removed from the CVS repository,
47 leaving only this file (README.DRAGONFLY) and README.DELETED in place.
48 Older gcc dists can be recovered by manually unpacking older gnu dists
49 in /usr/src/contrib, without CVS support. Do not physically remove
50 the DFly build infrastructure for older GCCs from
51 /usr/src/gnu/usr.bin/. cvs delete, sure, but no physical removal,
52 because then you won't be able to revert your cvs tree past a major
55 The file README.DELETED contains a list of deleted files.