-- _____________________________________________________________ Josef Holzmayr Dipl-Ing. (FH) Entwicklung Embedded Devices / Software
Tel.: +49 8444 9204-48> Fax: +49 8444 9204-50 [email protected] 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äftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg USt-IdNr.: DE 128592548
>From f3c3bde34f1901210d428801b108cb18d6e7a281 Mon Sep 17 00:00:00 2001 From: Josef Holzmayr <[email protected]> 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
-- ptxdist mailing list [email protected]
