mirror of https://github.com/mirror/busybox.git
add s390x to the list
parent
7673ccad60
commit
dcbad607fc
|
@ -20,7 +20,7 @@ if [ "$DO_INSTALL_LIBS" != "n" ]; then
|
|||
# get the target dir for the libs
|
||||
# This is an incomplete/incorrect list for now
|
||||
case $(uname -m) in
|
||||
x86_64|ppc64*|sparc64*|ia64*|hppa*64*) libdir=/lib64 ;;
|
||||
x86_64|ppc64*|sparc64*|ia64*|hppa*64*|s390x*) libdir=/lib64 ;;
|
||||
*) libdir=/lib ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue