diff mbox

[v3] use default binutils for sh architecture

Message ID 20140702153153.GA29927@waldemar-brodkorb.de
State Accepted
Commit 26974bf6a7c94c0c44722fe072182cfcc49bdb6e
Headers show

Commit Message

Waldemar Brodkorb July 2, 2014, 3:31 p.m. UTC
Tested toolchain compiles with binutils 2.22 and 2.24.
Result tested in Qemu 2.0.0. (only little endian version
tested)

---
 Changes v2 -> v3:
   - sync with upstream changes
 Changes v1 -> v2:
   - split binutils and kernel patch (requested via #buildroot)

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/binutils/Config.in.host |    1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni July 2, 2014, 10:01 p.m. UTC | #1
Dear Waldemar Brodkorb,

On Wed, 2 Jul 2014 17:31:53 +0200, Waldemar Brodkorb wrote:
> Tested toolchain compiles with binutils 2.22 and 2.24.
> Result tested in Qemu 2.0.0. (only little endian version
> tested)
> 
> ---
>  Changes v2 -> v3:
>    - sync with upstream changes
>  Changes v1 -> v2:
>    - split binutils and kernel patch (requested via #buildroot)
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/binutils/Config.in.host |    1 -
>  1 file changed, 1 deletion(-)

Your Signed-off-by line is misplaced, it should be before the first
'---', otherwise it gets stripped by git when applying.

Thanks,

Thomas
Peter Korsgaard July 10, 2014, 12:40 p.m. UTC | #2
>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > Tested toolchain compiles with binutils 2.22 and 2.24.
 > Result tested in Qemu 2.0.0. (only little endian version
 > tested)

 > ---
 >  Changes v2 -> v3:
 >    - sync with upstream changes

Committed (with your s-o-b added), thanks.
diff mbox

Patch

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index bc21f5e..a58fe93 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -3,7 +3,6 @@  comment "Binutils Options"
 choice
 	prompt "Binutils Version"
 	depends on !BR2_arc
-	default BR2_BINUTILS_VERSION_2_21 if BR2_sh
 	default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
 	default BR2_BINUTILS_VERSION_2_22
 	help