Explorar o código

Add compiler-rt fallbacks on mips64-musl

messense %!s(int64=4) %!d(string=hai) anos
pai
achega
07c97e38bf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"),
             ]);
         }