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
committerCorinna Vinschen <corinna@vinschen.de>2016-03-26 14:32:18 +0300
commit4799377456ff1c702dc6cb71505c0d90bb204ed4 (patch)
treef440c87133ae0237bdf934c1e0e91321bcd681ab /Makefile.in
parentacc5f02ce8637bb6b395292fa259d20c296d8aa8 (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 a519a5475..1666c9de8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -398,6 +398,7 @@ DLLTOOL = @DLLTOOL@
LD = @LD@
LIPO = @LIPO@
NM = @NM@
+OBJCOPY = @OBJCOPY@
OBJDUMP = @OBJDUMP@
RANLIB = @RANLIB@
READELF = @READELF@