From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mo6-p00-ob.rzone.de ([2a01:238:20a:202:5300::1]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TRK2d-00006T-UL for ptxdist@pengutronix.de; Thu, 25 Oct 2012 11:47:56 +0200 Received: from mail.rsi.local (p5091C97A.dip.t-dialin.net [80.145.201.122]) by smtp.strato.de (jored mo7) (RZmta 30.20 DYNA|AUTH) with (RC4-MD5 encrypted) ESMTPA id 600460o9P9Nff4 for ; Thu, 25 Oct 2012 11:47:55 +0200 (CEST) Received: from jholzmayr.rsi by mail.rsi.local (MDaemon PRO v13.0.1) with ESMTP id md50000174703.msg for ; Thu, 25 Oct 2012 11:47:54 +0200 Message-ID: <50890AC8.9020905@rsi-elektrotechnik.de> Date: Thu, 25 Oct 2012 11:47:52 +0200 From: Josef Holzmayr MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000603020509050205020807" Subject: [ptxdist] [RFC] [PATCH] make cmake use the projects sysroot Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de This is a multi-part message in MIME format. --------------000603020509050205020807 Content-Type: text/plain; charset="iso-8859-15"; format="flowed" Content-Transfer-Encoding: quoted-printable --=20 _____________________________________________________________ Josef Holzmayr Dipl-Ing. (FH) Entwicklung Embedded Devices / Software Tel.: +49 8444 9204-48> Fax: +49 8444 9204-50 holzmayr@rsi-elektrotechnik.de R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 Schweitenkirchen www.rsi-elektrotechnik.de _____________________________________________________________ Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363 Gesch=E4ftsf=FChrer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg USt-IdNr.: DE 128592548 --------------000603020509050205020807 Content-Type: text/x-patch; name="0001-fix-cmake-toolchain.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-fix-cmake-toolchain.patch" >From f3c3bde34f1901210d428801b108cb18d6e7a281 Mon Sep 17 00:00:00 2001 From: Josef Holzmayr Date: Mon, 30 Jan 2012 12:45:25 +0100 Subject: [PATCH] fix cmake toolchain --- scripts/lib/ptxd_make_cmake_toolchain.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/lib/ptxd_make_cmake_toolchain.sh b/scripts/lib/ptxd_make_cmake_toolchain.sh index 1712934..cd3a993 100644 --- a/scripts/lib/ptxd_make_cmake_toolchain.sh +++ b/scripts/lib/ptxd_make_cmake_toolchain.sh @@ -30,7 +30,7 @@ ptxd_make_cmake_toolchain_target() { CC="$(which "${CC}")" \ CXX="$(which "${CXX}")" \ \ - SYSROOT="${PTXDIST_PATH_SYSROOT_ALL//:/ }" \ + SYSROOT="${PTXDIST_SYSROOT_TOOLCHAIN//:/ }" \ INCLUDE_DIRECTORIES="${sysroot_prefix//://include }" \ LINK_DIRECTORIES="${sysroot_prefix//://lib }" \ \ -- 1.7.8.3 --------------000603020509050205020807 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --------------000603020509050205020807--