File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 all( target_os = "android" ,  any( target_arch = "aarch64" ,  
2828 target_arch = "arm" ) ) ,  
2929 all( target_os = "l4re" ,  target_arch = "x86_64" ) ,  
30+  all( target_os = "freebsd" ,  any( target_arch = "aarch64" ,  
31+  target_arch = "arm" ,  
32+  target_arch = "powerpc" ,  
33+  target_arch = "powerpc64" ) ) ,  
3034 all( target_os = "netbsd" ,  any( target_arch = "aarch64" ,  
3135 target_arch = "arm" ,  
3236 target_arch = "powerpc" ) ) ,  
4246 all( target_os = "android" ,  any( target_arch = "aarch64" ,  
4347 target_arch = "arm" ) ) ,  
4448 all( target_os = "l4re" ,  target_arch = "x86_64" ) ,  
49+  all( target_os = "freebsd" ,  any( target_arch = "aarch64" ,  
50+  target_arch = "arm" ,  
51+  target_arch = "powerpc" ,  
52+  target_arch = "powerpc64" ) ) ,  
4553 all( target_os = "netbsd" ,  any( target_arch = "aarch64" ,  
4654 target_arch = "arm" ,  
4755 target_arch = "powerpc" ) ) ,  
                                 You can’t perform that action at this time. 
               
                  
0 commit comments