linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: pcontrol_g20_defconfig should not specify toolchain path
@ 2011-12-07  2:12 Paul Gortmaker
  2011-12-07  3:19 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Gortmaker @ 2011-12-07  2:12 UTC (permalink / raw)
  To: linux-arm-kernel

Building defconfigs is a routine operation for people checking
code that touches multiple arch.  But this defconfig calls out
a path to a toolchain that most people will never have.

The defconfigs should not be calling out site specific toolchain
locations, so delete the setting of CROSS_COMPILE.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/arch/arm/configs/pcontrol_g20_defconfig b/arch/arm/configs/pcontrol_g20_defconfig
index c75c9fc..4324a77 100644
--- a/arch/arm/configs/pcontrol_g20_defconfig
+++ b/arch/arm/configs/pcontrol_g20_defconfig
@@ -1,5 +1,4 @@
 CONFIG_EXPERIMENTAL=y
-CONFIG_CROSS_COMPILE="/opt/arm-2010q1/bin/arm-none-linux-gnueabi-"
 # CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
 CONFIG_SYSVIPC=y
-- 
1.7.7.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-08  1:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07  2:12 [PATCH] ARM: pcontrol_g20_defconfig should not specify toolchain path Paul Gortmaker
2011-12-07  3:19 ` Jean-Christophe PLAGNIOL-VILLARD
2011-12-07  3:26   ` Paul Gortmaker
2011-12-07 10:39     ` Jean-Christophe PLAGNIOL-VILLARD
2011-12-08  1:47       ` [PATCH] ARM: delete the pcontrol_g20_defconfig Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).