diff options
author | sfan5 <sfan5@live.de> | 2021-03-05 17:40:27 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-03-06 23:01:50 +0100 |
commit | dd228fd92ef3a06aa8c6ce89bb304110a9587c38 (patch) | |
tree | fa2f5b3798aa74e61413b592ccafae169963e47a /util/buildbot/toolchain_i586-mingw32msvc.cmake | |
parent | 1c7b69f9cf40a1395e851b1874ecad31e0e4147a (diff) | |
download | minetest-dd228fd92ef3a06aa8c6ce89bb304110a9587c38.tar.gz minetest-dd228fd92ef3a06aa8c6ce89bb304110a9587c38.tar.bz2 minetest-dd228fd92ef3a06aa8c6ce89bb304110a9587c38.zip |
buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection
Diffstat (limited to 'util/buildbot/toolchain_i586-mingw32msvc.cmake')
-rw-r--r-- | util/buildbot/toolchain_i586-mingw32msvc.cmake | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/util/buildbot/toolchain_i586-mingw32msvc.cmake b/util/buildbot/toolchain_i586-mingw32msvc.cmake deleted file mode 100644 index 0eeefb84d..000000000 --- a/util/buildbot/toolchain_i586-mingw32msvc.cmake +++ /dev/null @@ -1,17 +0,0 @@ -# name of the target operating system -SET(CMAKE_SYSTEM_NAME Windows) - -# which compilers to use for C and C++ -SET(CMAKE_C_COMPILER i586-mingw32msvc-gcc) -SET(CMAKE_CXX_COMPILER i586-mingw32msvc-g++) -SET(CMAKE_RC_COMPILER i586-mingw32msvc-windres) - -# here is the target environment located -SET(CMAKE_FIND_ROOT_PATH /usr/i586-mingw32msvc) - -# adjust the default behaviour of the FIND_XXX() commands: -# search headers and libraries in the target environment, search -# programs in the host environment -set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) |