mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 03:45:42 +00:00
build: remove unused file i386-linux-gnu.toolchain.cmake
It was used in .travis.yml which has been removed.
This commit is contained in:
@@ -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")
|
|
||||||
Reference in New Issue
Block a user