This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]