aboutsummaryrefslogtreecommitdiff
path: root/libgloss/v850/Makefile.inc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-26 20:47:38 -0500
committerMike Frysinger <vapier@gentoo.org>2023-12-31 01:42:28 -0500
commit233230b1e182ff27fe5e81f0c47155cf76563cf0 (patch)
tree368595a52b380a02018fffa762add1a5caa10a42 /libgloss/v850/Makefile.inc
parent42f5917f0040c3f35b55d59fdc5529aa877a2d52 (diff)
downloadnewlib-233230b1e182ff27fe5e81f0c47155cf76563cf0.zip
newlib-233230b1e182ff27fe5e81f0c47155cf76563cf0.tar.gz
newlib-233230b1e182ff27fe5e81f0c47155cf76563cf0.tar.bz2
libgloss: merge v850 into top-level Makefile
Avoid a recursive make to speed things up a bit. A v850e-elf build shows installed objects & libs produce same code.
Diffstat (limited to 'libgloss/v850/Makefile.inc')
-rw-r--r--libgloss/v850/Makefile.inc45
1 files changed, 45 insertions, 0 deletions
diff --git a/libgloss/v850/Makefile.inc b/libgloss/v850/Makefile.inc
new file mode 100644
index 0000000..cb7637f
--- /dev/null
+++ b/libgloss/v850/Makefile.inc
@@ -0,0 +1,45 @@
+## Copyright (c) 2002 Red Hat, Inc
+##
+## The authors hereby grant permission to use, copy, modify, distribute,
+## and license this software and its documentation for any purpose, provided
+## that existing copyright notices are retained in all copies and that this
+## notice is included verbatim in any distributions. No written agreement,
+## license, or royalty fee is required for any of the authorized uses.
+## Modifications to this software may be copyrighted by their authors
+## and need not follow the licensing terms described here, provided that
+## the new terms are clearly indicated on the first page of each file where
+## they apply.
+
+multilibtool_DATA += %D%/crt0.o
+libobjs_a_SOURCES += %D%/crt0.S
+multilibtool_LIBRARIES += %D%/libsim.a
+%C%_libsim_a_SOURCES = \
+ %D%/_exit.c \
+ %D%/access.c \
+ %D%/chmod.c \
+ %D%/chown.c \
+ %D%/close.c \
+ %D%/creat.c \
+ %D%/crt1.c \
+ %D%/execv.c \
+ %D%/execve.c \
+ %D%/fork.c \
+ %D%/fstat.c \
+ %D%/getpid.c \
+ %D%/gettime.c \
+ %D%/isatty.c \
+ %D%/kill.c \
+ %D%/link.c \
+ %D%/lseek.c \
+ %D%/open.c \
+ %D%/pipe.c \
+ %D%/read.c \
+ %D%/sbrk.c \
+ %D%/stat.c \
+ %D%/time.c \
+ %D%/times.c \
+ %D%/trap.S \
+ %D%/unlink.c \
+ %D%/utime.c \
+ %D%/wait.c \
+ %D%/write.c