Browse Source

Merge pull request #252 from dingelish/master

Fix symbol collision caused by `floatdisf`
Alex Crichton 6 năm trước cách đây
mục cha
commit
5b05a98e4f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      build.rs

+ 0 - 2
build.rs

@@ -267,10 +267,8 @@ mod c {
                 if target_arch == "x86_64" {
                     sources.extend(
                         &[
-                            "x86_64/floatdisf.c",
                             "x86_64/floatdixf.c",
                             "x86_64/floatundidf.S",
-                            "x86_64/floatundisf.S",
                             "x86_64/floatundixf.S",
                         ],
                     );