linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: paul.gortmaker@windriver.com (Paul Gortmaker)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: pcontrol_g20_defconfig should not specify toolchain path
Date: Tue,  6 Dec 2011 21:12:17 -0500	[thread overview]
Message-ID: <1323223937-14281-1-git-send-email-paul.gortmaker@windriver.com> (raw)

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

             reply	other threads:[~2011-12-07  2:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07  2:12 Paul Gortmaker [this message]
2011-12-07  3:19 ` [PATCH] ARM: pcontrol_g20_defconfig should not specify toolchain path 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1323223937-14281-1-git-send-email-paul.gortmaker@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).