build: remove unused file i386-linux-gnu.toolchain.cmake

It was used in .travis.yml which has been removed.
This commit is contained in:
Dundar Goc
2022-06-26 18:54:17 +02:00
parent 6e2c6114f9
commit ba3742ed0d

View File

@@ -1,7 +0,0 @@
set(CMAKE_SYSTEM_PROCESSOR i386)
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_VERSION gnu)
if(NOT ${CMAKE_C_COMPILER})
set(CMAKE_C_COMPILER gcc)
endif()
set(CMAKE_C_COMPILER_ARG1 "-m32")