diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-09-07 22:17:24 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-08 20:28:56 +0200 |
commit | 49d7c797f152685a7187acbcefd9636d112b33b6 (patch) | |
tree | e4e32cf5fd25f2933f0bfb2a894267f2fcb03d75 | |
parent | 3ca860a95f1860c4b2e96fafe93b85030db15ed2 (diff) | |
download | buildroot-49d7c797f152685a7187acbcefd9636d112b33b6.tar.gz buildroot-49d7c797f152685a7187acbcefd9636d112b33b6.zip |
binutils: bump default to version 2.26.x
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 6ef89a5a5c..2333a6e519 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -3,7 +3,7 @@ comment "Binutils Options" choice prompt "Binutils Version" depends on !BR2_arc - default BR2_BINUTILS_VERSION_2_25_X + default BR2_BINUTILS_VERSION_2_26_X help Select the version of binutils you wish to use. |