commit | 9f9897ad4275e540cf1bea5a6de762c809b7695c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jan 28 15:19:34 2013 -0500 |
committer | Jason Evans <jasone@canonware.com> | Wed Mar 06 11:03:48 2013 -0800 |
tree | a8c0065a3cae382790ffc0edde06edc8498377b0 | |
parent | 88c222c8e91499bf5d3fba53b24222df0cda5771 [diff] |
fix building for s390 systems Checking for __s390x__ means you work on s390x, but not s390 (32bit) systems. So use __s390__ which works for both. With this, `make check` passes on s390. Signed-off-by: Mike Frysinger <vapier@gentoo.org>