From 07c97e38bf39df1facca33d59f6a25892ad2b259 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 24 Mar 2021 13:49:12 +0800 Subject: [PATCH] Add compiler-rt fallbacks on mips64-musl --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index f948edba9..701c4d495 100644 --- a/build.rs +++ b/build.rs @@ -449,6 +449,8 @@ mod c { ("__fixunstfsi", "fixunstfsi.c"), ("__floatunsitf", "floatunsitf.c"), ("__fe_getround", "fp_mode.c"), + ("__divtf3", "divtf3.c"), + ("__trunctfdf2", "trunctfdf2.c"), ]); }