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

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


Branch: pkgsrc-2021Q4, Version: 8.3.0nb4, Package name: cross-arm-none-eabi-gcc-8.3.0nb4, Maintainer: ryoon

GCC for bare metal ARM EABI environment with newlib.


Master sites: (Expand)

Filesize: 62201.855 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-21 16:23:33 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6569 - requested by tnn
cross/aarch64-none-elf-gcc: NetBSD 9 build fix
cross/arm-none-eabi-gcc: NetBSD 9 build fix

Revisions pulled up:
- cross/aarch64-none-elf-gcc/Makefile                           1.19
- cross/arm-none-eabi-gcc/Makefile                              1.34

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Sun Jan 16 21:10:18 UTC 2022

   Modified Files:
   	pkgsrc/cross/aarch64-none-elf-gcc: Makefile
   	pkgsrc/cross/arm-none-eabi-gcc: Makefile

   Log message:
   cross/*: fix bare-metal ARM toolchains on netbsd-9. PR pkg/56609