aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-26 12:32:18 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2016-06-26 17:27:03 +0100
commitc7b2b18116cd0ba73ff585299b5190a05e267d3f (patch)
treeecd87dd60d657c705839c131a16b99e7e3652b5f /Makefile.in
parentd3297c33045913576f6b8e388e26fcd55b83ef2a (diff)
downloadnewlib-c7b2b18116cd0ba73ff585299b5190a05e267d3f.zip
newlib-c7b2b18116cd0ba73ff585299b5190a05e267d3f.tar.gz
newlib-c7b2b18116cd0ba73ff585299b5190a05e267d3f.tar.bz2
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 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@