On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but
authorNick Lewycky <nicholas@mxc.ca>
Tue, 29 Sep 2009 05:40:45 +0000 (05:40 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 29 Sep 2009 05:40:45 +0000 (05:40 +0000)
commit558aef86c2d923e2c4bb62a7cf328dd5869525de
tree6c3105edc31fa3f0b8c9220b2ffbb21c1f9d4a98
parent0475c9170e9621292a48c688c3976031be5650bb
On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but
with a 64-bit kernel, which confuses LLVM. Make LLVM double-check this by
checking which defines the system gcc actually sets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83047 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
autoconf/m4/linux_mixed_64_32.m4 [new file with mode: 0644]