mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f2189c0f29
The gnatdroid cross-compilers (*BSD => Android) were the last two users of gcc-aux (gcc 4.9 Ada compiler). They are now based on gcc6-aux. The Android NDK release 11 just came out with support for Android API 23 (Marshmellow) so now gnatdroid supports it. I removed API 8 and 9 (Froyo and Gingerbread) from gnatdroid-armv7. Froyo currently is installed on less than 0.1% of Android devices, and Gingerbread is dropping under 2% soon. Many sysroot distfiles were re-rolled to gain required headers, so a distfiles subdirectory was added as well.
25 lines
554 B
Plaintext
25 lines
554 B
Plaintext
bin/%%TARGET%%-ada
|
|
bin/%%TARGET%%-c++
|
|
bin/%%TARGET%%-cpp
|
|
bin/%%TARGET%%-gcc-%%GCCVERS%%
|
|
bin/%%TARGET%%-gcov
|
|
bin/%%TARGET%%-g++
|
|
bin/%%TARGET%%-gcc
|
|
bin/%%TARGET%%-gcc-ar
|
|
bin/%%TARGET%%-gcc-nm
|
|
bin/%%TARGET%%-gcc-ranlib
|
|
bin/%%TARGET%%-gcov-tool
|
|
%%FORT%%bin/%%TARGET%%-gfortran
|
|
bin/%%TARGET%%-gnat
|
|
bin/%%TARGET%%-gnatbind
|
|
bin/%%TARGET%%-gnatchop
|
|
bin/%%TARGET%%-gnatclean
|
|
bin/%%TARGET%%-gnatfind
|
|
bin/%%TARGET%%-gnatkr
|
|
bin/%%TARGET%%-gnatlink
|
|
bin/%%TARGET%%-gnatls
|
|
bin/%%TARGET%%-gnatmake
|
|
bin/%%TARGET%%-gnatname
|
|
bin/%%TARGET%%-gnatprep
|
|
bin/%%TARGET%%-gnatxref
|