File tree Expand file tree Collapse file tree 5 files changed +806
-2
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 5 files changed +806
-2
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ armebv7r-none-eabihf \
186186armv7-unknown-cloudabi-eabihf \
187187armv7r-none-eabi \
188188armv7r-none-eabihf \
189+ hexagon-unknown-linux-musl \
189190i586-pc-windows-msvc \
190191i686-pc-windows-msvc \
191192i686-unknown-cloudabi \
Original file line number Diff line number Diff line change @@ -60,13 +60,15 @@ macro_rules! expand_align {
6060 #[ cfg_attr( all( target_pointer_width = "32" ,
6161 any( target_arch = "mips" ,
6262 target_arch = "arm" ,
63+ target_arch = "hexagon" ,
6364 target_arch = "powerpc" ,
6465 target_arch = "x86_64" ,
6566 target_arch = "x86" ) ) ,
6667 repr( align( 4 ) ) ) ]
6768 #[ cfg_attr( any( target_pointer_width = "64" ,
6869 not( any( target_arch = "mips" ,
6970 target_arch = "arm" ,
71+ target_arch = "hexagon" ,
7072 target_arch = "powerpc" ,
7173 target_arch = "x86_64" ,
7274 target_arch = "x86" ) ) ) ,
@@ -79,13 +81,15 @@ macro_rules! expand_align {
7981 #[ cfg_attr( all( target_pointer_width = "32" ,
8082 any( target_arch = "mips" ,
8183 target_arch = "arm" ,
84+ target_arch = "hexagon" ,
8285 target_arch = "powerpc" ,
8386 target_arch = "x86_64" ,
8487 target_arch = "x86" ) ) ,
8588 repr( align( 4 ) ) ) ]
8689 #[ cfg_attr( any( target_pointer_width = "64" ,
8790 not( any( target_arch = "mips" ,
8891 target_arch = "arm" ,
92+ target_arch = "hexagon" ,
8993 target_arch = "powerpc" ,
9094 target_arch = "x86_64" ,
9195 target_arch = "x86" ) ) ) ,
You can’t perform that action at this time.
0 commit comments