[PATCH] ARM: pcontrol_g20_defconfig should not specify toolchain path
Paul Gortmaker
paul.gortmaker at windriver.com
Tue Dec 6 21:12:17 EST 2011
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 at 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
More information about the linux-arm-kernel
mailing list