]> granicus.if.org Git - sysstat/commit
Portable way to detect 64 bit OS in configure script
authorPeter Schiffer <pschiffe@redhat.com>
Wed, 11 Feb 2015 18:21:12 +0000 (19:21 +0100)
committerPeter Schiffer <pschiffe@redhat.com>
Wed, 11 Feb 2015 18:21:12 +0000 (19:21 +0100)
commit8005de224b6bf7d33df83b9617545163bcb8d4c7
treecae56f3062a8efc8758ea7e312c9cda201d43559
parentc6fda9b345c5aa32a8788db83268c4c1df82b101
Portable way to detect 64 bit OS in configure script

Different architectures have different format of /proc/cpuinfo and also, only
i386 and x86_64 archs support cpu flags. Using "getconf LONG_BIT" command it's
possible to detect 64 bit OS on multiple different architectures. This patch was
successfully tested on i386, x86_64, s390x, ppc64 and aarch64 archs.
configure.in