aboutsummaryrefslogtreecommitdiff
path: root/lang/gnatcross-binutils-aarch64
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
* Add gnatcross-aarch64, a slave port of gnatdroid (C/Ada cross-compiler)John Marino2017-02-033-0/+92
This is a FreeBSD/DF cross-compiler targeting FreeBSD/ARM64 (aarch64). It differs from devel/aarch64-none-elf-gcc in the following ways: 1) uses FreeBSD/ARM64 headers and libs (true sysroot) 2) Supports Ada front end 3) Supports Fortran front end (optionally, default off) 4) Supports ObjC front end (optionally, default off) It passes all but 5 ACATS tests: 1) c34005o (GNAT ICE, expand_shift_1 at expmed.c:2490) 2) c34007i (GNAT ICE, expand_shift_1 at expmed.c:2490) 3) cb1010a (stack check related) 4) cb1010c (stack check related) 5) cb1010d (stack check related) Ideally this cross-compiler will lead to a fully native Ada compiler for FreeBSD/ARM64 which leads to lang/gcc6-aux support, enabling the Ada framework for that platform. Notes: svn path=/head/; revision=433191