Skip to content
Commit 23ad1a27 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc: Add -Werror at arch/powerpc level

Back when I added -Werror in commit ba55bd74

 ("powerpc: Add
configurable -Werror for arch/powerpc") I did it by adding it to most
of the arch Makefiles.

At the time we excluded math-emu, because apparently it didn't build
cleanly. But that seems to have been fixed somewhere in the interim.

So move the -Werror addition to the top-level of the arch, this saves
us from repeating it in every Makefile and means we won't forget to
add it to any new sub-dirs.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent c47ca98d
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