From 477cceca6e30f94c6fe4673266a56804378ff935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 15 Mar 2011 17:17:10 +0100 Subject: Imported Upstream version 1.29.92 --- cmake/Toolchain-mingw32.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cmake/Toolchain-mingw32.cmake') diff --git a/cmake/Toolchain-mingw32.cmake b/cmake/Toolchain-mingw32.cmake index bbca67f..ee7f550 100644 --- a/cmake/Toolchain-mingw32.cmake +++ b/cmake/Toolchain-mingw32.cmake @@ -6,6 +6,13 @@ SET(CMAKE_SYSTEM_NAME Windows) # which compilers to use for C and C++ SET(CMAKE_C_COMPILER i686-pc-mingw32-gcc) SET(CMAKE_CXX_COMPILER i686-pc-mingw32-g++) +SET(CMAKE_AR i686-pc-mingw32-ar) +SET(CMAKE_LD i686-pc-mingw32-ld) +SET(CMAKE_NM i686-pc-mingw32-nm) +SET(CMAKE_OBJCOPY i686-pc-mingw32-objcopy) +SET(CMAKE_OBJDUMP i686-pc-mingw32-objdump) +SET(CMAKE_RANLIB i686-pc-mingw32-ranlib) +SET(CMAKE_STRIP i686-pc-mingw32-strip) # here is the target environment located SET(CMAKE_FIND_ROOT_PATH /usr/i686-pc-mingw32/sys-root/mingw/ /home/mcihar/win-cross/crosscompiled) -- cgit v1.2.3