aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492/files
Commit message (Collapse)AuthorAgeFilesLines
* devel/arm-none-eabi-gcc492: fix build on powerpc64lePiotr Kubaj2021-03-151-0/+25
| | | | | | | Same patch as the one other ports use. Notes: svn path=/head/; revision=568466
* devel/arm-none-eabi-gcc492: fix build on powerpc64Piotr Kubaj2021-03-061-0/+21
| | | | | | | | | Same patch that other GCC ports use. MFH: 2021Q1 Notes: svn path=/head/; revision=567508
* Attempt to fix build with clang6.Mark Linimon2018-07-1418-0/+446
| | | | Notes: svn path=/head/; revision=474611
* Copy files/patch-gcc_system.h over from lang/gcc49 to fix the buildGerald Pfeifer2017-04-161-0/+10
| | | | | | | | | | | with libc++ 3.9.0. PR: 212804 Submitted by: dim Approved by: ian (maintainer) Notes: svn path=/head/; revision=438614
* Add a patch to allow arm-none-eabi-gcc492 to build natively on arm systems.Ian Lepore2016-01-021-0/+11
Without this change the port builds fine as a cross-compiler but fails to build natively on an arm system. Patch submitted by Tim Kientzle, who pointed out it was used in the original powerpc64-gcc port this one was derived from. PR: 205673 PR: 204419 Approved by: mat (mentor) Notes: svn path=/head/; revision=405044