mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
Add risc-v support code for clang -msave-restore
ok kettenis@
This commit is contained in:
parent
c120e3490c
commit
34cf86345c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user