File tree 5 files changed +10
-5
lines changed
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 6
6
test) , no_std) ]
7
7
8
8
// FIXME(#137)
9
- #[ cfg( not( target_arch = "mips" ) ) ]
9
+ // FIXME(#158)
10
+ #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
11
include ! ( concat!( env!( "OUT_DIR" ) , "/divti3.rs" ) ) ;
Original file line number Diff line number Diff line change 6
6
test) , no_std) ]
7
7
8
8
// FIXME(#137)
9
- #[ cfg( not( target_arch = "mips" ) ) ]
9
+ // FIXME(#158)
10
+ #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
11
include ! ( concat!( env!( "OUT_DIR" ) , "/modti3.rs" ) ) ;
Original file line number Diff line number Diff line change 6
6
test) , no_std) ]
7
7
8
8
// FIXME(#137)
9
- #[ cfg( not( target_arch = "mips" ) ) ]
9
+ // FIXME(#158)
10
+ #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
11
include ! ( concat!( env!( "OUT_DIR" ) , "/udivmodti4.rs" ) ) ;
Original file line number Diff line number Diff line change 6
6
test) , no_std) ]
7
7
8
8
// FIXME(#137)
9
- #[ cfg( not( target_arch = "mips" ) ) ]
9
+ // FIXME(#158)
10
+ #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
11
include ! ( concat!( env!( "OUT_DIR" ) , "/udivti3.rs" ) ) ;
Original file line number Diff line number Diff line change 6
6
test) , no_std) ]
7
7
8
8
// FIXME(#137)
9
- #[ cfg( not( target_arch = "mips" ) ) ]
9
+ // FIXME(#158)
10
+ #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
11
include ! ( concat!( env!( "OUT_DIR" ) , "/umodti3.rs" ) ) ;
You can’t perform that action at this time.
0 commit comments