search for: r66765

Displaying 2 results from an estimated 2 matches for "r66765".

Did you mean: r66761
2009 Mar 10
2
[LLVMdev] linux mixed 32/64 systems
Currently the build systems sets ARCH based on the result of 'uname -m'. On a mixed 32/64 system (one with a 64-bit kernel and a 32-bit userspace) this will result in "x86_64" which is wrong. We'd like the ARCH variable to represent the userspace we're compiling in/for, not what the kernel happens to be. Does anyone know of a clean way to detect this sort of system
2009 Mar 10
0
[LLVMdev] linux mixed 32/64 systems
On 10/03/2009, at 1:25 PM, Nick Lewycky wrote: > Currently the build systems sets ARCH based on the result of 'uname - > m'. > On a mixed 32/64 system (one with a 64-bit kernel and a 32-bit > userspace) this will result in "x86_64" which is wrong. > > We'd like the ARCH variable to represent the userspace we're compiling > in/for, not what the