From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77985 invoked by alias); 25 Oct 2019 16:04:58 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 77943 invoked by uid 9078); 25 Oct 2019 16:04:58 -0000 Date: Fri, 25 Oct 2019 16:04:00 -0000 Message-ID: <20191025160458.77941.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] MSP430: Add missing build rule for unlink() to libgloss Makefile X-Act-Checkin: newlib-cygwin X-Git-Author: Jozef Lawrynowicz X-Git-Refname: refs/heads/master X-Git-Oldrev: 25ce0e1213dcc74e211a20ab80738ffbc1283c5c X-Git-Newrev: 0574317971f53d4471ef92aca4c57315bf777358 X-SW-Source: 2019-q4/txt/msg00005.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0574317971f53d4471ef92aca4c57315bf777358 commit 0574317971f53d4471ef92aca4c57315bf777358 Author: Jozef Lawrynowicz 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 \