mirror of https://gitee.com/openkylin/linux.git
975f57fdff
When calling ppc-xlate.pl, we pass it either linux-ppc64 or
linux-ppc64le. The script however was expecting linux64le, a result
of its OpenSSL origins. This means we aren't obeying the ppc64le
ABIv2 rules.
Fix this by checking for linux-ppc64le.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
aes.c | ||
aes_cbc.c | ||
aes_ctr.c | ||
aesp8-ppc.h | ||
aesp8-ppc.pl | ||
ghash.c | ||
ghashp8-ppc.pl | ||
ppc-xlate.pl | ||
vmx.c |