From 34cf86345c650aa1f68e82b3d470fae5d3bb4ecb Mon Sep 17 00:00:00 2001 From: jca Date: Tue, 6 Feb 2024 05:07:28 +0000 Subject: [PATCH] Add risc-v support code for clang -msave-restore ok kettenis@ --- gnu/lib/libcompiler_rt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/lib/libcompiler_rt/Makefile b/gnu/lib/libcompiler_rt/Makefile index b2dfb53c0d3..cac7f41b902 100644 --- 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 @@ -320,6 +320,8 @@ SRCS+= comparetf2.c \ floatunsitf.c \ floatuntitf.c \ multc3.c \ + restore.S \ + save.S \ trunctfdf2.c \ trunctfsf2.c .endif -- 2.20.1