summaryrefslogtreecommitdiffhomepage
path: root/cmake/Toolchain-OpenWRT-ANY.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Toolchain-OpenWRT-ANY.cmake')
-rw-r--r--cmake/Toolchain-OpenWRT-ANY.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/cmake/Toolchain-OpenWRT-ANY.cmake b/cmake/Toolchain-OpenWRT-ANY.cmake
deleted file mode 100644
index 888c51ebe..000000000
--- a/cmake/Toolchain-OpenWRT-ANY.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
-# Toolchain file for building with OpenWRT Toolchain for ANY OpenWRT Target.
-# Following prequisition are necessary:
-# - latest cmake version
-# - mruby OpenWRT Package file (not yet in distribution)
-
-# Switch to Cross Compile by setting the system name
-SET(CMAKE_SYSTEM_NAME Linux)
-
-# We show CMAKE the compiler, the rest will be guessed by the Toolchain
-SET(CMAKE_C_COMPILER "$ENV{OPENWRT_TOOLCHAIN}/bin/$ENV{OPENWRT_TARGETCC}")
-
-# We define an own release flag so that we can adapt the optimal C_FLAGS
-SET(CMAKE_C_FLAGS_OPENWRT "$ENV{OPENWRT_TARGETFLAGS}")