diff mbox

Add missing OBJCOPY variable to Makefile.in

Message ID 5778FD6D.3010002@gmail.com
State New
Headers show

Commit Message

Jonathan Yong July 3, 2016, 11:56 a.m. UTC
This patch allows OBJCOPY to be set by configure. It was missing in
Makefile.in.

Patch OK?
From c7b2b18116cd0ba73ff585299b5190a05e267d3f Mon Sep 17 00:00:00 2001
From: Corinna Vinschen <corinna@vinschen.de>
Date: Sat, 26 Mar 2016 12:32:18 +0100
Subject: [PATCH] Add missing OBJCOPY variable to Makefile.in

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Jeff Law July 13, 2016, 10:22 p.m. UTC | #1
On 07/03/2016 05:56 AM, JonY wrote:
> This patch allows OBJCOPY to be set by configure. It was missing in
> Makefile.in.
>
> Patch OK?
With a ChangeLog and verification that some host/target combination 
still builds this is OK.

jeff
Jonathan Yong July 13, 2016, 11:29 p.m. UTC | #2
On 7/14/2016 06:22, Jeff Law wrote:
> On 07/03/2016 05:56 AM, JonY wrote:
>> This patch allows OBJCOPY to be set by configure. It was missing in
>> Makefile.in.
>>
>> Patch OK?
> With a ChangeLog and verification that some host/target combination
> still builds this is OK.
> 
> jeff
> 
> 


Hi Jeff,

I just realized a similar change is required in Makefile.tpl, how do you
regenerate Makefile.in?
diff mbox

Patch

diff --git a/Makefile.in b/Makefile.in
index 117fbf5..737e602 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -400,6 +400,7 @@  DLLTOOL = @DLLTOOL@
 LD = @LD@
 LIPO = @LIPO@
 NM = @NM@
+OBJCOPY = @OBJCOPY@
 OBJDUMP = @OBJDUMP@
 RANLIB = @RANLIB@
 READELF = @READELF@