From patchwork Sun Oct 21 15:27:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193018 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 2814B2C0080 for ; Mon, 22 Oct 2012 02:28:08 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id ED7803FC31 for ; Sun, 21 Oct 2012 17:28:06 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by hugin.dotsrc.org (Postfix) with ESMTPS id 5BFD43FD21 for ; Sun, 21 Oct 2012 17:28:05 +0200 (CEST) Received: by mail-wg0-f47.google.com with SMTP id ge7so1150102wgb.16 for ; Sun, 21 Oct 2012 08:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=u9k50sMnSUGMzGmN0Kf9LWJRO9oepSadg84NRlC7rwU=; b=t/wfE9md5TRN0ktgZeLXRmEFXlhCOk7K4LK/m+f31BAIAd3YVVcjA6qgpb40wx5vpJ YqbAZardt1CshG6odxCoxhNJcldc/x5FdFsZec63QSKytnBCN8HofbRZGADGQn4ptmjt 6RtJHMRvrIvnnUfvZo9PUVJoXP+9cXR7nRJNmURTkHHaxHptpIRec/WrlohFm0XSWLwX EJ9UZyBalNT4m0GIhmTUg1GovaL46rsdYuF8DX/7Y7ZOXjLUtGFHIz5GZBNcd42+4atE q+RuxmNm1+HfqLsoUTzUTPiHk5rg4+xNzCqvBxuuDhaHkYnxHgg34yqXzGj67Y9VApB5 IglQ== Received: by 10.216.225.151 with SMTP id z23mr3893660wep.119.1350833285254; Sun, 21 Oct 2012 08:28:05 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gg4sm16470282wib.6.2012.10.21.08.28.03 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:28:04 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 13/18] Add DYLD_LIBRARY_PATH to blacklist Date: Sun, 21 Oct 2012 17:27:36 +0200 Message-Id: <1350833261-8401-13-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> References: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet --- recipes/crosstool-ng/gcc-compile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/crosstool-ng/gcc-compile.inc b/recipes/crosstool-ng/gcc-compile.inc index ed99d21..0e9e976 100644 --- a/recipes/crosstool-ng/gcc-compile.inc +++ b/recipes/crosstool-ng/gcc-compile.inc @@ -35,6 +35,7 @@ CXX_DEPENDS:cross = "" CXX_DEPENDS:sdk-cross = "" BLACKLIST_VAR += "LD_LIBRARY_PATH" +BLACKLIST_VAR += "DYLD_LIBRARY_PATH" # FIXME: add crosstool-ng and OE-lite support for x86 -mfpmath option