mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
8ad355d865
This is the first of two steps to update the gnatdroid ARM cross- compilers. The sysroot was 10 versions behind the current API level of 19. The latest API level drops ARMv5 support, but the API is backwards compatible, so if applications restrict themselves to level 18 features, then ARMv5 should still be usable. The next step is to base the cross compilers on GCC 4.9 instead of the GCC 4.7-based gcc47-aux port.
8 lines
366 B
Plaintext
8 lines
366 B
Plaintext
The gnatdroid-armv5 port builds a C/Ada cross-compiler based on GCC 4.7 that
|
|
targets the Android operating system (version 4.4, API level 19) running on
|
|
ARM architecture (version 5). This produces binaries that run natively on
|
|
Android devices as well as the Android SDK emulator. Note that 18 the last
|
|
API version supporting ARMv5.
|
|
|
|
WWW: http://www.dragonlace.net
|