This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix libcc1 dependencies in toplevel Makefile


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]