powerpc/build: Remove -pipe from compilation flags
authorNicholas Piggin <npiggin@gmail.com>
Tue, 6 Jun 2023 06:48:30 +0000 (16:48 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Jun 2023 02:46:42 +0000 (12:46 +1000)
commitf5df87b855fd835ff0f4928575adbf4f5302bb40
tree7c1dd62c39250d4db30cab715828027418b789d8
parent8bce81dbce4f3563fffca48ebfce208b1112ab09
powerpc/build: Remove -pipe from compilation flags

x86 removed -pipe in commit 437e88ab8f9e2 ("x86/build: Remove -pipe from
KBUILD_CFLAGS") and the newer arm64 and riscv seem to have never used it,
so that seems to be the way the world's going.

Compile performance building defconfig on a POWER10 PowerNV system
was in the noise after 10 builds each. No point in adding options unless
they help something, so remove it.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230606064830.184083-1-npiggin@gmail.com
arch/powerpc/Makefile
arch/powerpc/boot/Makefile