Added generic OpenWrt compilers for --cpu:mips

This commit is contained in:
Elie Zedeck
2014-11-16 12:52:24 +03:00
parent 9e00d3aec2
commit 03d76c6d5e

View File

@@ -13,6 +13,9 @@ cc = gcc
arm.linux.gcc.exe = "arm-linux-gcc"
arm.linux.gcc.linkerexe = "arm-linux-gcc"
mips.linux.gcc.exe = "mips-openwrt-linux-gcc"
mips.linux.gcc.linkerexe = "mips-openwrt-linux-gcc"
@if not nimfix:
cs:partial
@end