Don't build chkstk on x86_64
This commit is contained in:
parent
d513c92b01
commit
94bc9953a1
2
build.rs
2
build.rs
|
@ -4145,8 +4145,6 @@ mod c {
|
||||||
if target_arch == "x86_64" {
|
if target_arch == "x86_64" {
|
||||||
sources.extend(
|
sources.extend(
|
||||||
&[
|
&[
|
||||||
"x86_64/chkstk.S",
|
|
||||||
"x86_64/chkstk2.S",
|
|
||||||
"x86_64/floatdisf.c",
|
"x86_64/floatdisf.c",
|
||||||
"x86_64/floatdixf.c",
|
"x86_64/floatdixf.c",
|
||||||
"x86_64/floatundidf.S",
|
"x86_64/floatundidf.S",
|
||||||
|
|
Loading…
Reference in New Issue