aboutsummaryrefslogtreecommitdiff
path: root/lang/gnatdroid-binutils-x86
Commit message (Collapse)AuthorAgeFilesLines
* Return ports maintained by John Marino to the pool, he is no longer interested.Rene Ladan2017-04-211-1/+1
| | | | | | | Submitted by: Mark Millard via private e-mail Notes: svn path=/head/; revision=439129
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.Rene Ladan2017-02-151-1/+1
| | | | | | | | | | | The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time. Notes: svn path=/head/; revision=434195
* Return ports maintained by John Marino to the pool, see r433827 for detailsRene Ladan2017-02-111-1/+1
| | | | Notes: svn path=/head/; revision=433856
* lang/gnatdroid-binutils(-x86): Upgrade version 2.25.1 => 2.26John Marino2016-03-041-0/+14
| | | | | | | | Synth test mode found some problems with the plists, so those have also been fixed. Notes: svn path=/head/; revision=410118
* lang/gnatdroid-binutils-x86: Attempt to fix build on i386John Marino2015-12-012-39/+41
| | | | | | | | This should fix i386 pkg-plist check failures, but I haven't tested it due to not having access to FreeBSD i386 at this moment. Notes: svn path=/head/; revision=402735
* Add gnatdroid-x86 (3 new ports), X-compiler to Android-x86John Marino2015-11-303-0/+118
Similar to lang/gnatdroid-armv7, lang/gnatdroid-x86 is a cross-compiler targetting Android. The former targets ARMv7 processors while the latter targets Android on x86 (32-bit). The latter also runs on Virtualbox as a bonus. The new ports are implemented as slaves to the ARMv7 versions. The GNAT ACATS were run, and it passed every test except CXG2024, "accuracy of multiplication and division of mixed decimal and binary fixed point numbers". subtest 13: expected -51.00 got 50.0 subtest 14: expected 51.0 got 50.0 This is probably a rounding error unique to 32-bit x86. Overall this version passed better than gnatdroid-armv7 because unwind is supported, enabling check check support. Also added: lang/gnatdroid-sysroot-x86 (KitKat and Lollipop API) lang/gnatdroid-binutils-x86 Despite the desciption, C++, Fortran and Objective-C should also work well (in addition to advertised C and Ada frontends). === The gnatdroid-x86 port builds a C/Ada cross-compiler based on GCC 4.9 that targets the Android operating system (up to version 5.0, API level 21) running on x86 or x86_64 architecture (version 7). This produces binaries that run natively on x86-based Android devices. Notes: svn path=/head/; revision=402635