[PATCH][MSP430] Add missing build rule for unlink() to libgloss Makefile
Jozef Lawrynowicz <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <20191025124731.6c5f79cb@jozef-kubuntu> |
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
0001-MSP430-Add-missing-build-rule-for-unlink-to-libgloss.patch
(text/x-patch, 639 B)
From a900d9e661d5145b3196a4c60b162e6cf33dc434 Mon Sep 17 00:00:00 2001 From: Jozef Lawrynowicz <[email protected]> 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