summaryrefslogtreecommitdiffhomepage
path: root/tasks/toolchains
AgeCommit message (Collapse)Author
2013-03-09add a new feature to select the target Android platform.crimsonwoods
2013-03-09add a new feature to select the target architecture.crimsonwoods
2013-03-08refactoringcrimsonwoods
2013-03-08bug fix: add new option '-mandroid' into CFLAGS and same options are applied ↵crimsonwoods
into LDFLAGS.
2013-03-08bug fix: the argument of '--sysroot' option should be followed '=' character.crimsonwoods
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-03Add androideabi toolchain rake task (Build mruby with Android NDK)shtirlic
2013-02-01Change the way that the DISABLE_GEMS flag is set for vs2012.mattn
2013-01-30resolve conflictYukihiro Matz Matsumoto
2013-01-28Added .lib extension for library file on VS2012Yuichiro MASUI
2013-01-28load MRUBY_CONFIG script after 'build_config.rb'Yuichiro MASUI
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-22Add C++/Objective-C init in toolchainsYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21vs2012 toolchain: various fixesCremno
CC: / instead of - (cosmetic change) LD: removed default libraries and fixed options syntax AR: added /nologo
2013-01-21Fix Visual Studio ToolchainDaniel Bovensiepen
2013-01-20Improved build scripts and config filesYuichiro MASUI