aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2011-04-01 05:20:11 +0000
committerRyan Hill <rhill@gentoo.org>2011-04-01 05:20:11 +0000
commit9a3cdf6f5a71454ce7375a50076740c57e08f247 (patch)
treec1086c3c42b71725fe58ca212260fb27faaf0b6d /README
parentAdded piepatchset for gcc-4.6.0 (diff)
downloadgcc-patches-9a3cdf6f5a71454ce7375a50076740c57e08f247.tar.gz
gcc-patches-9a3cdf6f5a71454ce7375a50076740c57e08f247.tar.bz2
gcc-patches-9a3cdf6f5a71454ce7375a50076740c57e08f247.zip
Initial 4.6.0 patchset based on latest 4.5.2.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..517c550
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+Naming:
+
+00-24 boilerplate stuff not expected to change between releases
+25-49 arch-specific bits
+50-74 everything else
+75-99 backports and patches already fixed upstream for later versions
+
+##_all_[arch]_[PR]_[GCCVER]_my-desc.patch
+
+
+Patching configure:
+
+During a system bootstrap autoconf may not be installed yet. If you need to
+patch configure.ac you also need to regenerate configure. Look in the
+configure header to get the version of autoconf it was generated with, install
+it, and run autoconf in the directory of the configure.ac you patched.
+