All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Hunleth <fhunleth@troodon-software.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] pkg-rebar: HOST_CC -> HOSTCC
Date: Mon, 16 Feb 2015 12:00:28 -0500	[thread overview]
Message-ID: <1424106030-16836-2-git-send-email-fhunleth@troodon-software.com> (raw)
In-Reply-To: <1424106030-16836-1-git-send-email-fhunleth@troodon-software.com>

Fix HOSTCC typo that would cause host-rebar builds to fail.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
 package/pkg-rebar.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-rebar.mk b/package/pkg-rebar.mk
index 620316d..57fb2f4 100644
--- a/package/pkg-rebar.mk
+++ b/package/pkg-rebar.mk
@@ -209,7 +209,7 @@ $(2)_CONF_ENV += $$(REBAR_HOST_DEPS_ENV)
 ifndef $(2)_BUILD_CMDS
 define $(2)_BUILD_CMDS
 	(cd $$(@D); \
-		CC="$$(HOST_CC)" \
+		CC="$$(HOSTCC)" \
 		CFLAGS="$$(HOST_CFLAGS)" \
 		LDFLAGS="$$(HOST_LDFLAGS)" \
 		$$(REBAR_HOST_DEPS_ENV) \
-- 
1.9.1

  reply	other threads:[~2015-02-16 17:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-16 17:00 [Buildroot] [PATCH 0/3] Minor pkg-rebar updates Frank Hunleth
2015-02-16 17:00 ` Frank Hunleth [this message]
2015-02-16 17:00 ` [Buildroot] [PATCH 2/3] pkg-rebar: add bin to list of install directories Frank Hunleth
2015-02-16 17:00 ` [Buildroot] [PATCH 3/3] pkg-rebar: fix very minor typos in the comments Frank Hunleth
2015-02-18 22:21 ` [Buildroot] [PATCH 0/3] Minor pkg-rebar updates Peter Korsgaard
2015-02-19 21:28   ` Thomas Petazzoni

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=1424106030-16836-2-git-send-email-fhunleth@troodon-software.com \
    --to=fhunleth@troodon-software.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.