summaryrefslogtreecommitdiffstats
path: root/package/binutils/Config.in.host
diff options
context:
space:
mode:
Diffstat (limited to 'package/binutils/Config.in.host')
-rw-r--r--package/binutils/Config.in.host5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index dce699621d..af9339e11b 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -17,15 +17,12 @@ choice
config BR2_BINUTILS_VERSION_2_27_X
bool "binutils 2.27"
- # supported but broken on Microblaze
- # see https://sourceware.org/bugzilla/show_bug.cgi?id=20748
- depends on !BR2_microblaze
endchoice
config BR2_BINUTILS_VERSION
string
- default "arc-2016.09-eng015" if BR2_arc
+ default "arc-2016.09-rc1" if BR2_arc
default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X
default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
OpenPOWER on IntegriCloud