| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-13 | delete tasks/toolchains/androideabi.rake; ref #2983 #2988 | Yukihiro "Matz" Matsumoto | |
| use androidndk.rake which is better and 64bit aware | |||
| 2015-07-25 | fix android compile bug : uninitialized constant GCC_VERSION | xuejianqing | |
| 2015-07-22 | Add ability to change compiler versions for androideabi | Seba Gamboa | |
| 2015-07-06 | fix androideabi cross-compile error : undefined reference to 'frexpl' | xuejianqing | |
| 2013-08-19 | add x86_64-darwin host platform. | taku toyama | |
| 2013-07-20 | Improve Android NDK toolchain support. | crimsonwoods | |
| Linux-x86_64 has not been supported now. This commit add Linux-x86_64 platform support. | |||
| 2013-07-08 | Fix the androideabi toolchain not matching host | Robert 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-14 | bug fix: fix "--sysroot" option and host platform detection. | crimsonwoods | |
| 2013-03-09 | more CFLAGS and LDFLAGS are specified automatically. | crimsonwoods | |
| 2013-03-09 | add a new feature to select the target Android platform. | crimsonwoods | |
| 2013-03-09 | add a new feature to select the target architecture. | crimsonwoods | |
| 2013-03-08 | refactoring | crimsonwoods | |
| 2013-03-08 | bug fix: add new option '-mandroid' into CFLAGS and same options are applied ↵ | crimsonwoods | |
| into LDFLAGS. | |||
| 2013-03-08 | bug fix: the argument of '--sysroot' option should be followed '=' character. | crimsonwoods | |
| 2013-02-03 | Add androideabi toolchain rake task (Build mruby with Android NDK) | shtirlic | |
