diff options
author | Nick Clifton <nickc@redhat.com> | 2025-07-14 16:43:24 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-07-14 16:43:24 +0100 |
commit | 9ab6d84937d7d7d493137fc51b3b67b4fe9cfdaf (patch) | |
tree | 8bb973f3731c8e358f18ab2aa8d628ea5b71ff45 | |
parent | 78437d947e5e589c72d6e7198012df7ccc0abea8 (diff) | |
download | binutils-9ab6d84937d7d7d493137fc51b3b67b4fe9cfdaf.zip binutils-9ab6d84937d7d7d493137fc51b3b67b4fe9cfdaf.tar.gz binutils-9ab6d84937d7d7d493137fc51b3b67b4fe9cfdaf.tar.bz2 |
More updates to the 'how to make a release' documentation
-rw-r--r-- | binutils/README-how-to-make-a-release | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 5e7ecac..6e19a8b 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -222,6 +222,15 @@ Hi Everyone, Ideally I would like to make the release happen in two weeks time, i.e. <DATE>. Which I hope will be enough time for everyone to get their final fixes in. + +If this is an EVEN numbered release: + + Note - this release does contain the sources for GOLD. + +If this is an ODD numbered release: + + Note - this release does not contain the sources for GOLD. + ------------------------------------------------------------------------ 12. Build various different toolchains, test them and nag @@ -354,7 +363,7 @@ How to create the release. make check-gas check-binutils check-ld make install-gas install-ld install-binutils install-gprofng - If this is an ODD numbered release: + If this is an EVEN numbered release: make -j1 all-gold make check-gold @@ -534,6 +543,17 @@ Cheers git log -1 --format=%cd --date=format:%F bfd/version.m4 +If this is an EVEN numbered release: + + As this is an even numbered release, the sources for the GOLD + linker are included. + +If this is an ODD numbered release: + + As this is an odd numbered release, the sources for the GOLD + linker are *not* included. + + This release contains numerous bug fixes, and also the following new features: |