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