mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 20:41:04 -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"
|
endian="little"
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
powerpc|powerpc64)
|
s390x|powerpc|powerpc64)
|
||||||
endian="big"
|
endian="big"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user