public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] MSP430: Add missing build rule for unlink() to libgloss Makefile
@ 2019-10-25 16:04 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-10-25 16:04 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0574317971f53d4471ef92aca4c57315bf777358

commit 0574317971f53d4471ef92aca4c57315bf777358
Author: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date:   Thu Oct 24 16:12:24 2019 +0100

    MSP430: Add missing build rule for unlink() to libgloss Makefile

Diff:
---
 libgloss/msp430/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
index 59c11a9..5342596 100644
--- a/libgloss/msp430/Makefile.in
+++ b/libgloss/msp430/Makefile.in
@@ -69,6 +69,7 @@ LIB_CRT = libcrt.a
 SIM_OBJS = syscalls.o \
 	cio.o \
 	write.o \
+	unlink.o \
 	sbrk.o
 
 NOSYS_OBJS = ciosyscalls.o \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-25 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 16:04 [newlib-cygwin] MSP430: Add missing build rule for unlink() to libgloss Makefile Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).