Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2016-06-25 19:08:06 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-06-25 19:08:06 +0300
commit980e2a62f4d1a90814f627d198387d6776ef606b (patch)
treea8fb57b3a7d2b55edecaab949eb096821a09125e /Makefile.in
parentf145c2e26186e19aec44891155b5808d852bc95c (diff)
Revert "Add missing OBJCOPY variable to Makefile.in"
This reverts commit fdc45c4bfbf382cac03e0b8267771fd7c5f678e6.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 737e6029b..117fbf5d7 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@