diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-01-23 14:58:56 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-02-20 18:33:20 +0100 |
commit | d7eb0922b95080c37cae6b94937c0750b227e320 (patch) | |
tree | 82de8c558f79d3220684684fdc3036f892be4db3 /arch/mips | |
parent | 410e512925e4a0eef6ff26c7375f7b888e52d404 (diff) | |
download | linux-3.10-d7eb0922b95080c37cae6b94937c0750b227e320.tar.gz linux-3.10-d7eb0922b95080c37cae6b94937c0750b227e320.tar.bz2 linux-3.10-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_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/configs/powertv_defconfig b/arch/mips/configs/powertv_defconfig index 3b0b6e8c853..7fda0ce5f69 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 |