artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c120e34
)
Add risc-v support code for clang -msave-restore
author
jca
<jca@openbsd.org>
Tue, 6 Feb 2024 05:07:28 +0000
(
05:07
+0000)
committer
jca
<jca@openbsd.org>
Tue, 6 Feb 2024 05:07:28 +0000
(
05:07
+0000)
ok kettenis@
gnu/lib/libcompiler_rt/Makefile
patch
|
blob
|
history
diff --git
a/gnu/lib/libcompiler_rt/Makefile
b/gnu/lib/libcompiler_rt/Makefile
index
b2dfb53
..
cac7f41
100644
(file)
--- a/
gnu/lib/libcompiler_rt/Makefile
+++ b/
gnu/lib/libcompiler_rt/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
7 2024/02/06 05:00:12
jca Exp $
+# $OpenBSD: Makefile,v 1.
8 2024/02/06 05:07:28
jca Exp $
.include <bsd.own.mk>
@@
-320,6
+320,8
@@
SRCS+= comparetf2.c \
floatunsitf.c \
floatuntitf.c \
multc3.c \
+ restore.S \
+ save.S \
trunctfdf2.c \
trunctfsf2.c
.endif