Try undoing unnecessary change

master
Jordan Rhee 2018-09-06 09:24:52 -07:00
parent 78f544f57d
commit f3bd252ffc
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ mod c {
}
}
if llvm_target[0] == "armv7" && target_env != "msvc" {
if llvm_target[0] == "armv7" /* XXX && target_env != "msvc" */ {
sources.extend(
&[
"arm/sync_fetch_and_add_4.S",