From patchwork Sun Dec 30 22:54:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 208801 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BDE562C00AA for ; Mon, 31 Dec 2012 09:54:56 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EF56B101802; Sun, 30 Dec 2012 22:54:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 922dN2H2RVPO; Sun, 30 Dec 2012 22:54:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 108F8101880; Sun, 30 Dec 2012 22:54:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id AF0238F74B for ; Sun, 30 Dec 2012 22:54:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B839981695 for ; Sun, 30 Dec 2012 22:54:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dmg1xOlTbRxk for ; Sun, 30 Dec 2012 22:54:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 230DA81697 for ; Sun, 30 Dec 2012 22:54:29 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hm9so9116082wib.7 for ; Sun, 30 Dec 2012 14:54:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=s38gIiJIciazkChjh2BZ2untZ/+k7hh4OiUcxOonnj8=; b=NdvcDp4Jzz8eL/WXiDBt6ooR5EVFf5tJk2ehETf6oiBBjPPFPcN23Y8/J48OScEW2p r0/eMu4Q5ZVa4e8/K6liNJsr7WXTpavAV5F9ohkP+6WxHn0TnoE5MeAIu3na8lXru033 fKR5rZ+3icUR5W32jLPNO6pzakh3Phsxusc2L5QNh/lmDdx9qK7QybB5dDT036o60huL 8WinOg1aBJ9PMkZYA1k6+L/VouZcdQuISUOdAzRgeZqSRwR3z8eOmIntC9DIg/Qao3TL KsrDrse3R7cJpWN0yE0J/A+tlT2biOIglZg6cObSkTb8wtbW3off0Z53VqD9fXwzsNRm msHg== X-Received: by 10.194.236.166 with SMTP id uv6mr62206573wjc.34.1356908068509; Sun, 30 Dec 2012 14:54:28 -0800 (PST) Received: from localhost.localdomain (ANantes-557-1-155-237.w2-1.abo.wanadoo.fr. [2.1.170.237]) by mx.google.com with ESMTPS id g2sm66911211wiy.0.2012.12.30.14.54.26 (version=SSLv3 cipher=OTHER); Sun, 30 Dec 2012 14:54:27 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 30 Dec 2012 23:54:10 +0100 Message-Id: X-Mailer: git-send-email 1.8.0.3 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 3/8] package/Makefile.in: update/fix HOST_PATH variable X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel Martin Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Makefile.in b/package/Makefile.in index cc8f320..dd04e25 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -165,7 +165,7 @@ HOST_CFLAGS ?= -O2 HOST_CFLAGS += $(HOST_CPPFLAGS) HOST_CXXFLAGS += $(HOST_CFLAGS) HOST_LDFLAGS += -L$(HOST_DIR)/lib -L$(HOST_DIR)/usr/lib -Wl,-rpath,$(HOST_DIR)/usr/lib -HOST_PATH=$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(PATH) +HOST_PATH="$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin/:$(PATH)" # hostcc version as an integer - E.G. 4.3.2 => 432 HOSTCC_VERSION:=$(shell $(HOSTCC_NOCCACHE) --version | \