This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add missing OBJCOPY variable to Makefile.in


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4799377456ff1c702dc6cb71505c0d90bb204ed4

commit 4799377456ff1c702dc6cb71505c0d90bb204ed4
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Mar 26 12:32:18 2016 +0100

    Add missing OBJCOPY variable to Makefile.in
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index a519a54..1666c9d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -398,6 +398,7 @@ DLLTOOL = @DLLTOOL@
 LD = @LD@
 LIPO = @LIPO@
 NM = @NM@
+OBJCOPY = @OBJCOPY@
 OBJDUMP = @OBJDUMP@
 RANLIB = @RANLIB@
 READELF = @READELF@


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]