fix libcc1 dependencies in toplevel Makefile
Alexandre Oliva
oliva@gnu.org
Mon Jul 2 07:43:00 GMT 2018
On Jun 26, 2018, Alexandre Oliva <oliva@gnu.org> wrote:
> Introduce @unless/@endunless and postbootstrap Makefile targets
FYI, before the above, I installed this:
Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuild
From: Alexandre Oliva <oliva@adacore.com>
for ChangeLog
* Makefile.tpl (OBJCOPY): Add it.
* Makefile.in: Rebuilt, unchanged.
---
Makefile.tpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.tpl b/Makefile.tpl
index 94a4f79f68e6..597107c24541 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -403,6 +403,7 @@ DLLTOOL = @DLLTOOL@
LD = @LD@
LIPO = @LIPO@
NM = @NM@
+OBJCOPY = @OBJCOPY@
OBJDUMP = @OBJDUMP@
RANLIB = @RANLIB@
READELF = @READELF@
--
Alexandre Oliva, freedom fighter https://FSFLA.org/blogs/lxo
Be the change, be Free! FSF Latin America board member
GNU Toolchain Engineer Free Software Evangelist
More information about the Newlib
mailing list