diff options
author | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2019-11-23 16:00:36 +0100 |
---|---|---|
committer | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2019-11-23 16:00:53 +0100 |
commit | 0010ea4224c7ff6b5aebeecacf10a7ced7d390b7 (patch) | |
tree | 21655e2a2cbc7f989ad5c08a9c2635a2197bebdf /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 0e02977b6e64810bdf9265260a39d80fda031aa3 (diff) | |
download | bcm5719-llvm-0010ea4224c7ff6b5aebeecacf10a7ced7d390b7.tar.gz bcm5719-llvm-0010ea4224c7ff6b5aebeecacf10a7ced7d390b7.zip |
[Driver] Fix incorrect GNU triplet for PowerPC on SUSE Linux
Summary:
On SUSE distributions for 32-bit PowerPC, gcc is configured
as a 64-bit compiler using the GNU triplet "powerpc64-suse-linux",
but invoked with "-m32" by default. Thus, the correct GNU triplet
for 32-bit PowerPC SUSE distributions is "powerpc64-suse-linux"
and not "powerpc-suse-linux".
Reviewers: jrtc27, nemanjai, glaubitz
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D55326
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions