File tree 5 files changed +806
-2
lines changed
src/unix/linux_like/linux
5 files changed +806
-2
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ armebv7r-none-eabihf \
186
186
armv7-unknown-cloudabi-eabihf \
187
187
armv7r-none-eabi \
188
188
armv7r-none-eabihf \
189
+ hexagon-unknown-linux-musl \
189
190
i586-pc-windows-msvc \
190
191
i686-pc-windows-msvc \
191
192
i686-unknown-cloudabi \
Original file line number Diff line number Diff line change @@ -60,13 +60,15 @@ macro_rules! expand_align {
60
60
#[ cfg_attr( all( target_pointer_width = "32" ,
61
61
any( target_arch = "mips" ,
62
62
target_arch = "arm" ,
63
+ target_arch = "hexagon" ,
63
64
target_arch = "powerpc" ,
64
65
target_arch = "x86_64" ,
65
66
target_arch = "x86" ) ) ,
66
67
repr( align( 4 ) ) ) ]
67
68
#[ cfg_attr( any( target_pointer_width = "64" ,
68
69
not( any( target_arch = "mips" ,
69
70
target_arch = "arm" ,
71
+ target_arch = "hexagon" ,
70
72
target_arch = "powerpc" ,
71
73
target_arch = "x86_64" ,
72
74
target_arch = "x86" ) ) ) ,
@@ -79,13 +81,15 @@ macro_rules! expand_align {
79
81
#[ cfg_attr( all( target_pointer_width = "32" ,
80
82
any( target_arch = "mips" ,
81
83
target_arch = "arm" ,
84
+ target_arch = "hexagon" ,
82
85
target_arch = "powerpc" ,
83
86
target_arch = "x86_64" ,
84
87
target_arch = "x86" ) ) ,
85
88
repr( align( 4 ) ) ) ]
86
89
#[ cfg_attr( any( target_pointer_width = "64" ,
87
90
not( any( target_arch = "mips" ,
88
91
target_arch = "arm" ,
92
+ target_arch = "hexagon" ,
89
93
target_arch = "powerpc" ,
90
94
target_arch = "x86_64" ,
91
95
target_arch = "x86" ) ) ) ,
You can’t perform that action at this time.
0 commit comments