summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-01 13:22:41 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-01 13:22:41 +0000
commit857bd11390e087dc903e8815435d487cc18f2386 (patch)
tree931542ff15b821280f119cd3dc28d972aa332bc0 /Toolchain
parentd76a7d8c1043e0c2a0056ea0b9288e2b01d268b3 (diff)
downloadnavit-svn-857bd11390e087dc903e8815435d487cc18f2386.tar.gz
Add:Build:Incomplete support for arm-mingw32ce
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3735 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Toolchain')
-rw-r--r--Toolchain/arm-mingw32ce.cmake11
1 files changed, 1 insertions, 10 deletions
diff --git a/Toolchain/arm-mingw32ce.cmake b/Toolchain/arm-mingw32ce.cmake
index c1d80b60..d342ec79 100644
--- a/Toolchain/arm-mingw32ce.cmake
+++ b/Toolchain/arm-mingw32ce.cmake
@@ -3,14 +3,5 @@ SET(CMAKE_SYSTEM_NAME WINCE)
# specify the cross compiler
SET(CMAKE_C_COMPILER "arm-mingw32ce-gcc")
SET(CMAKE_CXX_COMPILER "arm-mingw32ce-g++")
+SET(PKG_CONFIG_EXECUTABLE "arm-mingw32ce-pkg-config")
SET(WINCE TRUE)
-
-# where is the target environment
-#SET(CMAKE_FIND_ROOT_PATH /usr/i686-pc-mingw32/sys-root/mingw)
-
-# search for programs in the build host directories
-#SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
-# for libraries and headers in the target directories
-#SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
-#SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
-