diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2016-06-25 17:08:06 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-06-25 17:08:06 +0100 |
commit | 980e2a62f4d1a90814f627d198387d6776ef606b (patch) | |
tree | a8fb57b3a7d2b55edecaab949eb096821a09125e /Makefile.in | |
parent | f145c2e26186e19aec44891155b5808d852bc95c (diff) | |
download | newlib-980e2a62f4d1a90814f627d198387d6776ef606b.zip newlib-980e2a62f4d1a90814f627d198387d6776ef606b.tar.gz newlib-980e2a62f4d1a90814f627d198387d6776ef606b.tar.bz2 |
Revert "Add missing OBJCOPY variable to Makefile.in"
This reverts commit fdc45c4bfbf382cac03e0b8267771fd7c5f678e6.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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@ |