public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] MSP430: Add missing build rule for unlink() to libgloss Makefile
Date: Fri, 25 Oct 2019 16:04:00 -0000	[thread overview]
Message-ID: <20191025160458.77941.qmail@sourceware.org> (raw)

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 \


                 reply	other threads:[~2019-10-25 16:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191025160458.77941.qmail@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).