Skip to content
Snippets Groups Projects
Commit ea9812d9 authored by Richard Henderson's avatar Richard Henderson
Browse files

include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2


Based on gcc's nios2.h setting BIGGEST_ALIGNMENT to 32 bits.

Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent e73f2700
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@
#if (defined(TARGET_I386) && !defined(TARGET_X86_64)) \
|| defined(TARGET_SH4) \
|| defined(TARGET_MICROBLAZE)
|| defined(TARGET_MICROBLAZE) \
|| defined(TARGET_NIOS2)
#define ABI_LLONG_ALIGNMENT 4
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment