./cross/arm-none-eabi-gcc, GCC for bare metal ARM EABI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.3.0nb5, Package name: cross-arm-none-eabi-gcc-8.3.0nb5, Maintainer: ryoon

GCC for bare metal ARM EABI environment with newlib.


Required to run:
[math/mpfr] [devel/gmp] [math/mpcomplex] [cross/arm-none-eabi-binutils]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 62201.855 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-15 20:31:06 by Brook Milligan | Files touched by this commit (2)
Log message:
cross/arm-none-eabi-gcc: fix build with libc++

Building gcc against libc++, e.g., with clang, poisons the ctype
macros due to including safe-ctype.h before including C++ standard
headers such as <list>, <map>, etc.  The fix is to include the
standard headers first.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
   2024-06-08 19:22:29 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Fix build failure on Linux
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-04-15 19:16:09 by Tobias Nygren | Files touched by this commit (17)
Log message:
cross/*gcc: remove useless patches already CHECK_PORTABILITY_SKIP'ed
   2022-04-15 18:56:09 by Tobias Nygren | Files touched by this commit (21)
Log message:
cross/*gcc: kludge in support for Darwin/aarch64 hosts in old GCC packages
   2022-01-16 22:10:18 by Tobias Nygren | Files touched by this commit (2)
Log message:
cross/*: fix bare-metal ARM toolchains on netbsd-9. PR pkg/56609
   2021-12-15 22:55:48 by Tobias Nygren | Files touched by this commit (2)
Log message:
add LICENSE
   2021-12-14 11:33:57 by Jonathan Perkin | Files touched by this commit (6)
Log message:
arm-none-eabi-*: Add ALTERNATIVES.

Allows various things to work out of the box.  Bump PKGREVISIONs.