From d76a7d8c1043e0c2a0056ea0b9288e2b01d268b3 Mon Sep 17 00:00:00 2001 From: martin-s Date: Wed, 1 Dec 2010 13:01:06 +0000 Subject: 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 --- Toolchain/arm-mingw32ce.cmake | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Toolchain/arm-mingw32ce.cmake (limited to 'Toolchain') diff --git a/Toolchain/arm-mingw32ce.cmake b/Toolchain/arm-mingw32ce.cmake new file mode 100644 index 00000000..c1d80b60 --- /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) + -- cgit v1.2.1