Commits
Russell Currey committed c69b824d863
Use "powerpc64{le}" instead of "ppc64{le}"
A mix of "powerpc64" and "ppc64" existed, causing build failures.
Standardise on "powerpc64" and "powerpc64le", which are commonly used in
target triples, such as those generated by config.guess.
Signed-off-by: Russell Currey <ruscur@russell.cc>