diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-10-30 14:25:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-01 16:16:01 +0100 |
commit | fa921541902751b3cc3355ac4ea8f66ada18e91f (patch) | |
tree | 06c64f3696f64e70720fca434db82a5572f23e98 /package | |
parent | 437d90f03796c56d7b2709c0af4e7d1f986d0202 (diff) | |
download | buildroot-fa921541902751b3cc3355ac4ea8f66ada18e91f.tar.gz buildroot-fa921541902751b3cc3355ac4ea8f66ada18e91f.zip |
binutils: add comment with bug report reference
Add requested bug report
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/binutils/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index a7610b447c..dce699621d 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -18,6 +18,7 @@ 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 |