blob: cee203d27bb58796e15fdb252d92022690fd217e (
plain)
1
2
3
4
5
6
7
|
if [istarget "epiphany-*-*"] {
# This test assumes the absence of larger-than-word padding.
# to make this true for struct foo on epiphany would require
# __attribute__((packed,aligned(__alignof__(word)))) .
return 1
}
return 0
|