From: Stephen Hemminger <shemminger@vyatta•com>
To: Mike Frysinger <vapier@gentoo•org>
Cc: stephen.hemminger@vyatta•com, netdev@vger•kernel.org, jengelh@inai•de
Subject: Re: [PATCH 3/3] configure: pull AR from the env too
Date: Mon, 17 Dec 2012 09:14:08 -0800 [thread overview]
Message-ID: <20121217091408.324478ea@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1355695757-9957-3-git-send-email-vapier@gentoo.org>
On Sun, 16 Dec 2012 17:09:17 -0500
Mike Frysinger <vapier@gentoo•org> wrote:
> This matches the existing CC behavior.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo•org>
> ---
> configure | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configure b/configure
> index ea1038d..7c2db9b 100755
> --- a/configure
> +++ b/configure
> @@ -10,7 +10,9 @@ trap 'status=$?; rm -rf $TMPDIR; exit $status' EXIT HUP INT QUIT TERM
> check_toolchain()
> {
> : ${PKG_CONFIG:=pkg-config}
> +: ${AR=ar}
> : ${CC=gcc}
> +echo "AR:=${AR}" >>Config
> echo "CC:=${CC}" >>Config
> echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
> }
All applied
prev parent reply other threads:[~2012-12-17 17:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-16 22:09 [PATCH 1/3] configure: move toolchain init to a function Mike Frysinger
2012-12-16 22:09 ` [PATCH 2/3] lib: include the Config file too Mike Frysinger
2012-12-16 22:09 ` [PATCH 3/3] configure: pull AR from the env too Mike Frysinger
2012-12-17 17:14 ` Stephen Hemminger [this message]
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=20121217091408.324478ea@nehalam.linuxnetplumber.net \
--to=shemminger@vyatta$(echo .)com \
--cc=jengelh@inai$(echo .)de \
--cc=netdev@vger$(echo .)kernel.org \
--cc=stephen.hemminger@vyatta$(echo .)com \
--cc=vapier@gentoo$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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