projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
410e512
)
MIPS: PowerTV: Fix defconfigs for coverage builds
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 23 Jan 2012 13:58:56 +0000
(14:58 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 20 Feb 2012 17:33:20 +0000
(18:33 +0100)
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>
arch/mips/configs/powertv_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/configs/powertv_defconfig
b/arch/mips/configs/powertv_defconfig
index 3b0b6e8c85334d610099d554f5a7a72b941ffee9..7fda0ce5f692cd51ed8b06f788bffc6a14f866f7 100644
(file)
--- 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