Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: PowerTV: Fix defconfigs for coverage builds

The toolchain prefix is most likely be site specific and is not
guaranteed to always be "mips-linux-gnu-", so simply don't specify one.
A quick "git grep" shows this to be consistent amongst other cross
compiled targets.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/configs/powertv_defconfig
··· 6 6 CONFIG_PREEMPT=y 7 7 # CONFIG_SECCOMP is not set 8 8 CONFIG_EXPERIMENTAL=y 9 - CONFIG_CROSS_COMPILE="mips-linux-" 9 + CONFIG_CROSS_COMPILE="" 10 10 # CONFIG_SWAP is not set 11 11 CONFIG_SYSVIPC=y 12 12 CONFIG_LOG_BUF_SHIFT=16