https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=980e2a62f4d1a90814f627d198387d6776ef606b
commit 980e2a62f4d1a90814f627d198387d6776ef606b Author: Jon Turney <[email protected]> Date: Sat Jun 25 17:08:06 2016 +0100 Revert "Add missing OBJCOPY variable to Makefile.in" This reverts commit fdc45c4bfbf382cac03e0b8267771fd7c5f678e6. Diff: --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 737e602..117fbf5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -400,7 +400,6 @@ DLLTOOL = @DLLTOOL@ LD = @LD@ LIPO = @LIPO@ NM = @NM@ -OBJCOPY = @OBJCOPY@ OBJDUMP = @OBJDUMP@ RANLIB = @RANLIB@ READELF = @READELF@
