From 5b1327b984486a81e9e313c28f806bff578dd543 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Mon, 24 Aug 2020 00:58:43 +0100 Subject: [PATCH] Add long double builtins that aarch64 musl depends on --- build.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.rs b/build.rs index a3b722ab..921492b2 100644 --- a/build.rs +++ b/build.rs @@ -414,6 +414,11 @@ mod c { ("__floatunsitf", "floatunsitf.c"), ("__trunctfdf2", "trunctfdf2.c"), ("__trunctfsf2", "trunctfsf2.c"), + ("__addtf3", "addtf3.c"), + ("__multf3", "multf3.c"), + ("__subtf3", "subtf3.c"), + ("__divtf3", "divtf3.c"), + ("__powitf2", "powitf2.c"), ]); if target_os != "windows" {