summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-01 13:01:06 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-01 13:01:06 +0000
commit0d8ce5e6528f282f5070045c5df2583381c54f93 (patch)
treead54cc0c0377d934fd170c886fd4c8c7aad99623 /Toolchain
parente9e5940d76f0c3f9512b30b43d706a34a5af918c (diff)
downloadnavit-0d8ce5e6528f282f5070045c5df2583381c54f93.tar.gz
Add:Build:Incomplete support for arm-mingw32ce
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3734 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Toolchain')
-rw-r--r--Toolchain/arm-mingw32ce.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/Toolchain/arm-mingw32ce.cmake b/Toolchain/arm-mingw32ce.cmake
new file mode 100644
index 000000000..c1d80b607
--- /dev/null
+++ b/Toolchain/arm-mingw32ce.cmake
@@ -0,0 +1,16 @@
+SET(CMAKE_SYSTEM_NAME WINCE)
+
+# specify the cross compiler
+SET(CMAKE_C_COMPILER "arm-mingw32ce-gcc")
+SET(CMAKE_CXX_COMPILER "arm-mingw32ce-g++")
+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)
+