On 13 November 2016 at 15:12, Andy Polyakov <appro@xxxxxxxxxxx> wrote: >> (+ Andy) >> >> ... >>> >>> Looking at the generated code, I see references to __ARMEB__ and >> __ILP32__. >>> The former is probably a bug, > > Oh! You mean that it should be __AARCH64EB__/__AARCH64EL__! Indeed: $ aarch64-linux-gnu-gcc -dM -E - <<<"" |grep AARCH #define __AARCH64_CMODEL_SMALL__ 1 #define __AARCH64EL__ 1 $ aarch64-linux-gnu-gcc -dM -E -mbig-endian - <<<"" |grep AARCH #define __AARCH64_CMODEL_SMALL__ 1 #define __AARCH64EB__ 1 -- Ard. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html