[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, cmake, updated. 83edcc2fccc61f50eb040af8
From: |
Juergen Kahrs |
Subject: |
[gawk-diffs] [SCM] gawk branch, cmake, updated. 83edcc2fccc61f50eb040af8b8227c31b0236336 |
Date: |
Thu, 21 Feb 2013 07:56:03 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, cmake has been updated
via 83edcc2fccc61f50eb040af8b8227c31b0236336 (commit)
from a0283cb5e4c3191db16fc9b48d0ff05f660ef3ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=83edcc2fccc61f50eb040af8b8227c31b0236336
commit 83edcc2fccc61f50eb040af8b8227c31b0236336
Author: Juergen Kahrs <address@hidden>
Date: Thu Feb 21 08:55:56 2013 +0100
clang should use its own headers and libs.
diff --git a/cmake/Toolchain_clang.cmake b/cmake/Toolchain_clang.cmake
index 9784db4..2c6bbbb 100644
--- a/cmake/Toolchain_clang.cmake
+++ b/cmake/Toolchain_clang.cmake
@@ -8,7 +8,7 @@ SET(CMAKE_SYSTEM_NAME Clang)
SET(CMAKE_C_COMPILER /usr/bin/clang)
# here is the target environment located
-SET(CMAKE_FIND_ROOT_PATH /usr/)
+SET(CMAKE_FIND_ROOT_PATH /usr/lib64/clang/3.1)
# adjust the default behaviour of the FIND_XXX() commands:
# search headers and libraries in the target environment, search
-----------------------------------------------------------------------
Summary of changes:
cmake/Toolchain_clang.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, cmake, updated. 83edcc2fccc61f50eb040af8b8227c31b0236336,
Juergen Kahrs <=