diff options
author | Nathan Froyd <froydnj@gmail.com> | 2017-05-12 14:21:27 -0400 |
---|---|---|
committer | Nathan Froyd <froydnj@gmail.com> | 2017-05-12 14:29:12 -0400 |
commit | e966d976fc35c8237a557cef53d1fbf952ff99cd (patch) | |
tree | d30b705d34203307d6330e68b9b46cbf7346792d /python/servo/package_commands.py | |
parent | 121662aa570f9e4005deec6d502acba7ab56c076 (diff) | |
download | servo-e966d976fc35c8237a557cef53d1fbf952ff99cd.tar.gz servo-e966d976fc35c8237a557cef53d1fbf952ff99cd.zip |
explicitly specify bitness for x86 cross-compilation situations
Despite compiling for architecture X, the user may have specified a
clang that defaults to architecture Y. We need to ensure that we invoke
clang with the correct architecture selection. We do not use --target
to do this, however, because that runs into problems with LLVM's default
search paths. For the x86 case, we can simply use -m$BITNESS to select
the correct architecture.
Diffstat (limited to 'python/servo/package_commands.py')
0 files changed, 0 insertions, 0 deletions