From patchwork Sun Oct 21 15:27:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193019 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 4CB272C0080 for ; Mon, 22 Oct 2012 02:28:09 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 1E0E33FD21 for ; Sun, 21 Oct 2012 17:28:08 +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 9836B3FBAE for ; Sun, 21 Oct 2012 17:28:06 +0200 (CEST) Received: by mail-wg0-f47.google.com with SMTP id ge7so1150102wgb.16 for ; Sun, 21 Oct 2012 08:28:06 -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=tAX183lTKHhMu7vleti+6T70Yvpk51WcLfbMb+bBIe0=; b=xQpQOGWs89OxNuZy49SXz7kIIpMJWvrYOH6mrmWRAriSPIuGY2Wfv4HH0NW025sv4Z pvrV2yNTWqb+lFQ5f1YoM4b3eYylgbBeCZCg2s+5VByGadPeOWnHfNWYedUf6pVPXaon S7D07gYe9PzTkzJG47Eh/vc+f1Em7Kf9G9MXr/YEf/VtOc70Gv+OzS4UOvOQ+HHa6y71 yyAciy4h7YM9mH8+El9AuuPmyJBk62B9tGr8WIy/3eZ2ekU2lR/CnJnezeLNA4UlQuIM yQiNLflCbK+Pv+/wepNDYU+CYR0Z3GltcEwdH/csyNowUsazLmWcnqomzBhihrubOEbn x1Iw== Received: by 10.180.101.230 with SMTP id fj6mr15353398wib.16.1350833286443; Sun, 21 Oct 2012 08:28:06 -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.05 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:28:05 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 14/18] Add x86_64 lib dir in gcc Date: Sun, 21 Oct 2012 17:27:37 +0200 Message-Id: <1350833261-8401-14-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-package.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/crosstool-ng/gcc-package.inc b/recipes/crosstool-ng/gcc-package.inc index e3e40d8..80c9312 100644 --- a/recipes/crosstool-ng/gcc-package.inc +++ b/recipes/crosstool-ng/gcc-package.inc @@ -64,6 +64,7 @@ ${base_libexecdir}/gcc/${TARGET_ARCH} \ ${base_prefix}/${TARGET_ARCH}/bin \ ${base_prefix}/${TARGET_ARCH}/lib \ ${base_libdir}64 \ +${base_libdir}/x86_64 \ ${base_prefix}/${TARGET_ARCH}/lib64 \ "