1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/lang/gnatdroid-armv7/pkg-descr
John Marino 8ad355d865 lang/gnatdroid-*: Update sysroot to Android API level 9 -> level 19
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.
2014-04-06 11:32:56 +00:00

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