File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -944,9 +944,27 @@ mod test {
944
944
#[ cfg( any( linux_android, target_os = "haiku" ) ) ]
945
945
c_line : 0x00 ,
946
946
c_cc : [ 0 ; NCCS ] ,
947
- #[ cfg( not( target_env = "musl" ) ) ]
947
+ #[ cfg( not( any(
948
+ target_arch = "sparc" ,
949
+ target_arch = "sparc64" ,
950
+ target_arch = "mips" ,
951
+ target_arch = "mips32r6" ,
952
+ target_arch = "mips64" ,
953
+ target_arch = "mips64r6" ,
954
+ target_env = "musl" ,
955
+ target_os = "android"
956
+ ) ) ) ]
948
957
c_ispeed : 0 ,
949
- #[ cfg( not( target_env = "musl" ) ) ]
958
+ #[ cfg( not( any(
959
+ target_arch = "sparc" ,
960
+ target_arch = "sparc64" ,
961
+ target_arch = "mips" ,
962
+ target_arch = "mips32r6" ,
963
+ target_arch = "mips64" ,
964
+ target_arch = "mips64r6" ,
965
+ target_env = "musl" ,
966
+ target_os = "android"
967
+ ) ) ) ]
950
968
c_ospeed : 0 ,
951
969
#[ cfg( target_env = "musl" ) ]
952
970
__c_ispeed : 0 ,
You can’t perform that action at this time.
0 commit comments