diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-19 23:33:48 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-19 23:33:48 +0300 |
commit | d7ce6bd337e14c5d92e68dabdf6e52966072d299 (patch) | |
tree | c5e84658565bb26de9afb63ffff74131fc72e2d4 /README.Gentoo.patches | |
download | binutils-patches-d7ce6bd337e14c5d92e68dabdf6e52966072d299.tar.gz binutils-patches-d7ce6bd337e14c5d92e68dabdf6e52966072d299.tar.bz2 binutils-patches-d7ce6bd337e14c5d92e68dabdf6e52966072d299.zip |
Add files from Gentoo binutils repo, tag gentoo/binutils-9999-6
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'README.Gentoo.patches')
-rw-r--r-- | README.Gentoo.patches | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.Gentoo.patches b/README.Gentoo.patches new file mode 100644 index 0000000..504dc67 --- /dev/null +++ b/README.Gentoo.patches @@ -0,0 +1,31 @@ + ============ + === What === + ============ + +Gentoo patchsets for binutils are maintained as vendor branches of the upstream +binutils-glb git repository. From there, we bundle all the commits into a tarball +and distribute it via our public mirroring system. + +If you want specific info about a patch (like what it does or whose great idea +it was to change the code), read the patch! We try to fill out the commit +messages with useful info such as what it does, why it's needed, bug reports, +original creators, etc... + + ============= + === Where === + ============= + +Currently, https://github.com/gentoo/binutils-gdb + + =========== + === How === + =========== + +The patch naming convention is precisely as generated by "git format-patch". + +All patches should apply with -p1 (so they can be used both with the legacy +epatch function and the new, more strict eapply function). + +Commits where the commit message starts with "[no patch]" will not be included +in the patch tarball. This is useful for changes to the tarball generation +script, or for the addition of extra files that are not patches. |