提交 7b3da903 编写于 作者: A Alexander Graf 提交者: Aurelien Jarno

s390x: set alignment for long to 8

The alignment for longs on s390x is 8. That's the only place where it differs
from the default alignments found in configure already. The example alignment
program from Laurent printed the following on a real s390x:

  alignof(short) 2
  alignof(int) 4
  alignof(long) 8
  alignof(long long) 8
Signed-off-by: NAlexander Graf <agraf@suse.de>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 d04fba94
......@@ -3184,6 +3184,7 @@ case "$target_arch2" in
s390x)
target_nptl="yes"
target_phys_bits=64
target_long_alignment=8
;;
*)
echo "Unsupported target CPU"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册