On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but
commit6c6df93ec728e0c4109690a0712100f2381002ce
authorNick Lewycky <nicholas@mxc.ca>
Tue, 29 Sep 2009 05:40:45 +0000 (29 05:40 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 29 Sep 2009 05:40:45 +0000 (29 05:40 +0000)
tree6c3105edc31fa3f0b8c9220b2ffbb21c1f9d4a98
parent17c60df1f139b966e696c18683d6fac7afb0d4ac
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]