mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
The gold tests also require ppc to be compiled in.
We could create a tools/gold/PowerPC and a tools/gold/X86, but it doesn't seem worth it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eaa85e2027
commit
1455ac7a30
@ -1,3 +1,4 @@
|
|||||||
if (not 'ld_plugin' in config.available_features or
|
if (not 'ld_plugin' in config.available_features or
|
||||||
not 'X86' in config.root.targets):
|
not 'X86' in config.root.targets or
|
||||||
|
not 'PowerPC' in config.root.targets):
|
||||||
config.unsupported = True
|
config.unsupported = True
|
||||||
|
Loading…
Reference in New Issue
Block a user