close

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

[ BERJAYA CVSweb ] [ BERJAYA Homepage ] [ BERJAYA RSS ] [ BERJAYA Required by ]


Branch: CURRENT, Version: 14.3.0nb1, Package name: cross-arm-none-eabi-gcc-14.3.0nb1, 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: 92980.684 KB

Version history: (Expand)


CVS history: (Expand)


   2026-04-20 05:49:24 by Jonathan Schleifer | Files touched by this commit (10)
Log message:
Make cross/arm-none-eabi-gcc compile on Fedora 44
   2026-02-25 10:15:03 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (5)
Log message:
arm-none-eabi-gcc: Fix PR pkg/59701

pkgsrc changes:
---------------
  * Remove fdopen #defines in zutil.h on macOS.
  * Bump revision.
   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