summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [build] Conditionalise use of -mabi=lp64 for ARM64 buildsMichael Brown2017-07-281-1/+12
| | | | | | | | The -mabi option was added in GCC 4.9. Test for the existence of this option to allow for building with earlier versions of GCC. Reported-by: Benjamin S. Allen <bsallen@alcf.anl.gov> Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-081-0/+22
Signed-off-by: Michael Brown <mcb30@ipxe.org>