From 1f4a0608c6d939fcf84de9ae0dd328326615d702 Mon Sep 17 00:00:00 2001 From: martin-s Date: Wed, 1 Dec 2010 13:22:41 +0000 Subject: [PATCH] Add:Build:Incomplete support for arm-mingw32ce git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3735 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/Toolchain/arm-mingw32ce.cmake | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/navit/Toolchain/arm-mingw32ce.cmake b/navit/Toolchain/arm-mingw32ce.cmake index c1d80b6..d342ec7 100644 --- a/navit/Toolchain/arm-mingw32ce.cmake +++ b/navit/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) - -- 2.7.4