Skip to content

Commit

Permalink
Add long double builtins that aarch64 musl depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Aug 24, 2020
1 parent 5612f30 commit 5b1327b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 5b1327b

Please sign in to comment.