summaryrefslogtreecommitdiffhomepage
path: root/tasks/toolchains/androideabi.rake
AgeCommit message (Collapse)Author
2015-10-13delete tasks/toolchains/androideabi.rake; ref #2983 #2988Yukihiro "Matz" Matsumoto
use androidndk.rake which is better and 64bit aware
2015-07-25fix android compile bug : uninitialized constant GCC_VERSIONxuejianqing
2015-07-22Add ability to change compiler versions for androideabiSeba Gamboa
2015-07-06fix androideabi cross-compile error : undefined reference to 'frexpl'xuejianqing
2013-08-19add x86_64-darwin host platform.taku toyama
2013-07-20Improve Android NDK toolchain support.crimsonwoods
Linux-x86_64 has not been supported now. This commit add Linux-x86_64 platform support.
2013-07-08Fix the androideabi toolchain not matching hostRobert Rowe
The included method of determining the host platform in the androideabi would not match to windows if RUBY_PLATFORM returned mingw, wince, or emx. As an added pre-caution, using a case statement with regexp matching will better determine the host platform since it won't be case sensitive and for windows is set to match more specifially than just "win".
2013-03-14bug fix: fix "--sysroot" option and host platform detection.crimsonwoods
2013-03-09more CFLAGS and LDFLAGS are specified automatically.crimsonwoods
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-03Add androideabi toolchain rake task (Build mruby with Android NDK)shtirlic