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:
Diffstat (limited to 'libgloss/riscv')
-rw-r--r--libgloss/riscv/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/riscv/Makefile.inc b/libgloss/riscv/Makefile.inc
index fafc74374..452b7da4d 100644
--- a/libgloss/riscv/Makefile.inc
+++ b/libgloss/riscv/Makefile.inc
@@ -40,6 +40,10 @@ multilibtool_LIBRARIES += %D%/libgloss.a
%D%/sys_wait.c \
%D%/sys_write.c
+multilibtool_LIBRARIES += %D%/libsim.a
+%C%_libsim_a_CPPFLAGS = $(%C%_libgloss_a_CPPFLAGS) -DUSING_SIM_SPECS
+%C%_libsim_a_SOURCES = $(%C%_libgloss_a_SOURCES)
+
multilibtool_LIBRARIES += %D%/libsemihost.a
%C%_libsemihost_a_CPPFLAGS = -I$(srcdir)/%D%
%C%_libsemihost_a_SOURCES = \