mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 11:59:48 -04:00
wip: fix endian-ness for s390x
This commit is contained in:
parent
512db6cb83
commit
85cd819943
@ -251,7 +251,7 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
|
||||
|
||||
endian="little"
|
||||
case "$CARCH" in
|
||||
powerpc|powerpc64)
|
||||
s390x|powerpc|powerpc64)
|
||||
endian="big"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user