mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +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.
7 lines
310 B
Plaintext
7 lines
310 B
Plaintext
The gnatdroid-armv7 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 7). This produces binaries that run natively on
|
|
Android devices built with Cortex-A series chips.
|
|
|
|
WWW: http://www.dragonlace.net
|