diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-06-10 22:15:24 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-06-10 22:15:24 -0700 |
| commit | bd83a460c3c1f4ac8987657ab63bad87b59caf02 (patch) | |
| tree | a901f38d2b19200147c1fc934080abbb68c9688f /cmake/Toolchain-Linux-openwrt-mips.cmake.sample | |
| parent | 85901e05469d644e2bb63700fbd1bbc80934dc0d (diff) | |
| parent | 8607002f86110c696f301ee3eaaccf58b030dfdf (diff) | |
| download | mruby-bd83a460c3c1f4ac8987657ab63bad87b59caf02.tar.gz mruby-bd83a460c3c1f4ac8987657ab63bad87b59caf02.zip | |
Merge pull request #255 from bovi/cmake-openwrt-any
cmake Toolchain improvement (Target x86, mips, AVR32, ARM, etc.)
Diffstat (limited to 'cmake/Toolchain-Linux-openwrt-mips.cmake.sample')
| -rw-r--r-- | cmake/Toolchain-Linux-openwrt-mips.cmake.sample | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cmake/Toolchain-Linux-openwrt-mips.cmake.sample b/cmake/Toolchain-Linux-openwrt-mips.cmake.sample deleted file mode 100644 index 73ec9874b..000000000 --- a/cmake/Toolchain-Linux-openwrt-mips.cmake.sample +++ /dev/null @@ -1,10 +0,0 @@ -# Toolchain file for building with OpenWRT Toolchain for MIPS. -# This is a preliminary version for mips outside of the buildroot-ng. -# The next version should be target independent. -# Further improvements: -# - use ENV variables in OpenWRT toolchain (like HOSTCC, TARGET_CC) -# - set flags properly for host and target - -set(CMAKE_SYSTEM_NAME Linux) -set(TOOLCHAIN_PREFIX mips-openwrt-linux) -set(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}-gcc) |
