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:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-26 14:32:18 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-06-25 19:04:10 +0300
commitfdc45c4bfbf382cac03e0b8267771fd7c5f678e6 (patch)
tree7f846c49cbbb89b59bdcb9f8a9956f43b23031a8 /Makefile.in
parent62b0bf0b8b65f16909b0e8d150a9c238cf6eb44a (diff)
Add missing OBJCOPY variable to Makefile.in
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 117fbf5d7..737e6029b 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@