mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e58e7d33c5
After a few additional patches for gcc-aux, gnatdroid-armv5 (and -armv7) build and execute well when built and based on gcc 4.7-based gcc-aux. The previous version was based on gcc 4.6-based gnat-aux. This was the final port requiring gnat-aux, and now its part of the Ada framework. Running acats using an ASUS Transformer XF101 (Android 4.0.3) as a target results in a nearly perfect result. Only test cb1010a fails, which is a failure to detect running out of stack space (-fstack-check). I intend to investigate further, but as the only problem, gnatdroid remains a highly capable compiler despite the small regression. Potentially zero-cost exceptions were gained as a trade-off.
7 lines
309 B
Plaintext
7 lines
309 B
Plaintext
The gnatdroid-armv7 port builds a C/Ada cross-compiler based on GCC 4.7 that
|
|
targets the Android operating system (version 2.3, API level 9) 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
|