commit | 4e4a4b75ccce827f9b8b04b6ee5c90169df4b6ee | [log] [tgz] |
---|---|---|
author | James Clarke <jrtc27@jrtc27.com> | Thu Jul 12 22:41:49 2018 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jul 18 20:34:42 2018 +1000 |
tree | e0fa34ce363dc80162ab636b62a9ba345f664fe9 | |
parent | 76fa4975f3ed12d15762bc979ca44078598ed8ee [diff] |
powerpc/Makefile: Assemble with -me500 when building for E500 Some of the assembly files use instructions specific to BookE or E500, which are rejected with the now-default -mcpu=powerpc, so we must pass -me500 to the assembler just as we pass -me200 for E200. Fixes: 4bf4f42a2feb ("powerpc/kbuild: Set default generic machine type for 32-bit compile") Signed-off-by: James Clarke <jrtc27@jrtc27.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>