diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-03 22:28:21 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-03 22:28:21 +0200 |
commit | 5847291b6c0dcacc0857ba29d3471a981e5e87d5 (patch) | |
tree | b453ad3b8038982e62bcf8e9df746a6aad4b870e /package/binutils/binutils.hash | |
parent | 43dd61e2eaa1d1c84efa140906e825cec8729dd8 (diff) | |
download | buildroot-5847291b6c0dcacc0857ba29d3471a981e5e87d5.tar.gz buildroot-5847291b6c0dcacc0857ba29d3471a981e5e87d5.zip |
binutils: remove support for binutils 2.25
Now that we have switched to binutils 2.27 as the default binutils
version, it's time to get rid of binutils 2.25. So this commit remove
the 2.25 version choice, the hash file entry, the patches, and adds a
Config.in.legacy option.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/binutils.hash')
-rw-r--r-- | package/binutils/binutils.hash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash index 79f804e049..c59e5f2b48 100644 --- a/package/binutils/binutils.hash +++ b/package/binutils/binutils.hash @@ -1,5 +1,4 @@ # From ftp://gcc.gnu.org/pub/binutils/releases/sha512.sum -sha512 0b36dda0e6d32cd25613c0e64b56b28312515c54d6a159efd3db9a86717f114ab0a0a1f69d08975084d55713ebaeab64e4085c9b3d1c3fa86712869f80eb954d binutils-2.25.1.tar.bz2 sha512 9d9165609fd3b0f20d616f9891fc8e2b466eb13e2bfce40125e12427f8f201d20e2b8322bb6cb2b45e8df812f0e8ac059149f8a1f69ba3ed9d86a35c6a540b67 binutils-2.26.1.tar.bz2 sha512 cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb binutils-2.27.tar.bz2 sha512 ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd binutils-2.28.tar.bz2 |