Details
Description
We just need to add 5 lines into the /commons-daemon-1.0.16-src/src/native/unix/support/apsupport.m4 file:
s390x)
CFLAGS="$CFLAGS -DCPU=\\\"s390x\\\""
supported_os="s390x"
HOST_CPU=s390x
;;
Preferably right after the s390 platform.