Kaynağa Gözat

Merge pull request #408 from messense/mips64-musl-float

Add compiler-rt fallbacks on mips64-musl
Amanieu d'Antras 4 yıl önce
ebeveyn
işleme
01e8a62f0d
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      build.rs

+ 2 - 0
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"),
             ]);
         }