about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-08-28 17:01:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-08-28 17:32:27 -0700
commit188a9dd210e5cbc1db6a31992dc298d143d80526 (patch)
treefbae7d2ad350ab0beb66521130f00f027e7ff779 /src/rustllvm/RustWrapper.cpp
parent66a07b0550c9e361f28a5a39aa72982b7acb41e2 (diff)
downloadrust-188a9dd210e5cbc1db6a31992dc298d143d80526.tar.gz
rust-188a9dd210e5cbc1db6a31992dc298d143d80526.zip
Fix compilation issues with libuv on OSX
It turns out that gyp (libuv's new build system) wants x64 for a 64-bit x86
architecture and ia32 for a 32-bit architecture, so this performs the relevant
mapping and then invokes libuv's configure script with the appropriate target
architecture.

This can be verified by running make with VERBOSE=1 and seeing that beforehand
on a 64-bit build libuv was passed "-arch i386" and now it's passed
"-arch x86_64"

Closes #8826
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions