aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-01-23 14:58:56 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-02-20 18:33:20 +0100
commitd7eb0922b95080c37cae6b94937c0750b227e320 (patch)
tree82de8c558f79d3220684684fdc3036f892be4db3 /arch/mips
parentMIPS: Netlogic: Fix defconfigs for coverage builds (diff)
downloadlinux-dev-d7eb0922b95080c37cae6b94937c0750b227e320.tar.xz
linux-dev-d7eb0922b95080c37cae6b94937c0750b227e320.zip
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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/configs/powertv_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/configs/powertv_defconfig b/arch/mips/configs/powertv_defconfig
index 3b0b6e8c8533..7fda0ce5f692 100644
--- a/arch/mips/configs/powertv_defconfig
+++ b/arch/mips/configs/powertv_defconfig
@@ -6,7 +6,7 @@ CONFIG_HZ_1000=y
CONFIG_PREEMPT=y
# CONFIG_SECCOMP is not set
CONFIG_EXPERIMENTAL=y
-CONFIG_CROSS_COMPILE="mips-linux-"
+CONFIG_CROSS_COMPILE=""
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
CONFIG_LOG_BUF_SHIFT=16