Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Cook <simon.cook@embecosm.com>2022-10-18 22:48:56 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-10-20 17:53:06 +0300
commit8c87ffd372232476ac5d1705dd32ddda54134c2b (patch)
tree39f9f9034953be81f3ac2963cd29a619490738ae /libgloss/riscv
parent5781871775fcba783938bc4ac645eba866711fc5 (diff)
libgloss: riscv: Install machine/syscall.h
A recent change to the Makefile.in for riscv resulted in the machine/syscall.h header not being installed. This updates the file to install this file again. Signed-off-by: Simon Cook <simon.cook@embecosm.com>
Diffstat (limited to 'libgloss/riscv')
-rw-r--r--libgloss/riscv/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/riscv/Makefile.inc b/libgloss/riscv/Makefile.inc
index 5341038b3..fafc74374 100644
--- a/libgloss/riscv/Makefile.inc
+++ b/libgloss/riscv/Makefile.inc
@@ -69,3 +69,6 @@ multilibtool_LIBRARIES += %D%/libsemihost.a
%D%/semihost-sys_stat_common.c \
%D%/semihost-sys_unlink.c \
%D%/semihost-sys_write.c
+
+includemachinetooldir = $(tooldir)/include/machine
+includemachinetool_DATA = %D%/machine/syscall.h