diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-10 23:34:58 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-10 23:34:58 +0100 |
| commit | 457eb9c9ae6857c5c635f1d2576cd098acbdc5ff (patch) | |
| tree | 9558532e47ea20cf0837e5d9aa36b968da3991d0 /package/binutils | |
| parent | bd3cbf3e564e890f7fe08aab5c8fa7b8beccff10 (diff) | |
| download | buildroot-457eb9c9ae6857c5c635f1d2576cd098acbdc5ff.tar.gz buildroot-457eb9c9ae6857c5c635f1d2576cd098acbdc5ff.zip | |
binutils: use binutils 2.25.1 by default
Recent commit 5eb37d6adcfef996f1cd71effec8c2af42c0aed3 broke the build
by default to binutils 2.25 for the target, while we only have hashes
for 2.25.1. Use 2.25.1 instead.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils')
| -rw-r--r-- | package/binutils/binutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index a40fdb7d5c..66ee247b9f 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),) ifeq ($(BR2_arc),y) BINUTILS_VERSION = arc-2015.12 else -BINUTILS_VERSION = 2.25 +BINUTILS_VERSION = 2.25.1 endif endif # BINUTILS_VERSION |

