[PATCH][MSP430] Add missing build rule for unlink() to libgloss Makefile

Corinna Vinschen vinschen@redhat.com
Fri Oct 25 16:05:00 GMT 2019


On Oct 25 12:47, Jozef Lawrynowicz wrote:
> If the attached patch is acceptable, I would appreciate if someone would commit
> it for me, as I do not have write access.
> 
> Thanks,
> Jozef

> >From a900d9e661d5145b3196a4c60b162e6cf33dc434 Mon Sep 17 00:00:00 2001
> From: Jozef Lawrynowicz <jozef.l@mittosystems.com>
> Date: Thu, 24 Oct 2019 16:12:24 +0100
> Subject: [PATCH] MSP430: Add missing build rule for unlink() to libgloss
>  Makefile
> 
> ---
>  libgloss/msp430/Makefile.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
> index f9fe69300..4d5ee4a48 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 \
> -- 
> 2.17.1
> 

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20191025/b05bc28e/attachment.sig>


More information about the Newlib mailing list