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=c7b2b18116cd0ba73ff585299b5190a05e267d3f

commit c7b2b18116cd0ba73ff585299b5190a05e267d3f
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 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@


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