8 lines · python
1# TODO: jitlink for ppc64/powerpc64 hasn't been well tested yet.2# We should support it in the future.3if config.root.host_arch != "ppc64le":4 config.unsupported = True5 6if config.target_arch != "powerpc64le":7 config.unsupported = True8