Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc: README
Date: Fri, 01 Apr 2011 05:20:28
Message-Id: 20110401052012.1046B20054@flycatcher.gentoo.org
1 dirtyepic 11/04/01 05:20:12
2
3 Added: README
4 Log:
5 Initial 4.6.0 patchset based on latest 4.5.2.
6
7 Revision Changes Path
8 1.1 src/patchsets/gcc/README
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/README?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/README?rev=1.1&content-type=text/plain
12
13 Index: README
14 ===================================================================
15 Naming:
16
17 00-24 boilerplate stuff not expected to change between releases
18 25-49 arch-specific bits
19 50-74 everything else
20 75-99 backports and patches already fixed upstream for later versions
21
22 ##_all_[arch]_[PR]_[GCCVER]_my-desc.patch
23
24
25 Patching configure:
26
27 During a system bootstrap autoconf may not be installed yet. If you need to
28 patch configure.ac you also need to regenerate configure. Look in the
29 configure header to get the version of autoconf it was generated with, install
30 it, and run autoconf in the directory of the configure.ac you patched.