Merge pull request #252 from dingelish/master

Fix symbol collision caused by `floatdisf`
master
Alex Crichton 2018-08-07 09:00:07 -05:00 committed by GitHub
commit 5b05a98e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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",
],
);