Skip to content
Commit 4e4a4b75 authored by James Clarke's avatar James Clarke Committed by Michael Ellerman
Browse files

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: 4bf4f42a

 ("powerpc/kbuild: Set default generic machine type for 32-bit compile")
Signed-off-by: default avatarJames Clarke <jrtc27@jrtc27.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 76fa4975
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment