From f4c98a3a5ad03603c831833b400ad0c38fdbdb4e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 24 Apr 2006 13:08:41 +0100 Subject: [PATCH] --- yaml --- r: 26232 b: refs/heads/master c: 3763120a316b04c29a2b9c6e817e0e4a72005dd4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig.debug | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dcce70fc92e2..dd775456cbe4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a8341969fe0df4a1fffa141435e742456270ffd +refs/heads/master: 3763120a316b04c29a2b9c6e817e0e4a72005dd4 diff --git a/trunk/arch/mips/Kconfig.debug b/trunk/arch/mips/Kconfig.debug index d3c5cc3b9c9d..515f9e611307 100644 --- a/trunk/arch/mips/Kconfig.debug +++ b/trunk/arch/mips/Kconfig.debug @@ -6,7 +6,13 @@ config CROSSCOMPILE bool "Are you using a crosscompiler" help Say Y here if you are compiling the kernel on a different - architecture than the one it is intended to run on. + architecture than the one it is intended to run on. This is just a + convenience option which will select the appropriate value for + the CROSS_COMPILE make variable which otherwise has to be passed on + the command line from mips-linux-, mipsel-linux-, mips64-linux- and + mips64el-linux- as appropriate for a particular kernel configuration. + You will have to pass the value for CROSS_COMPILE manually if the + name prefix for your tools is different. config CMDLINE string "Default kernel command string"