mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [RFC] [PATCH] make cmake use the projects sysroot
@ 2012-10-25  9:47 Josef Holzmayr
  2012-10-26 19:45 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Josef Holzmayr @ 2012-10-25  9:47 UTC (permalink / raw)
  To: ptxdist

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]


-- 
_____________________________________________________________
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äftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548

[-- Attachment #2: 0001-fix-cmake-toolchain.patch --]
[-- Type: text/x-patch, Size: 861 bytes --]

From f3c3bde34f1901210d428801b108cb18d6e7a281 Mon Sep 17 00:00:00 2001
From: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de>
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


[-- Attachment #3: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-26 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-25  9:47 [ptxdist] [RFC] [PATCH] make cmake use the projects sysroot Josef Holzmayr
2012-10-26 19:45 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox