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