https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fdc45c4bfbf382cac03e0b8267771fd7c5f678e6
commit fdc45c4bfbf382cac03e0b8267771fd7c5f678e6 Author: Corinna Vinschen <[email protected]> Date: Sat Mar 26 12:32:18 2016 +0100 Add missing OBJCOPY variable to Makefile.in Signed-off-by: Corinna Vinschen <[email protected]> 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@
