Path to this page:
./
cross/avr-gcc,
GCC for Atmel AVR 8-bit RISC microcontrollers
Branch: CURRENT,
Version: 13.2.0,
Package name: avr-gcc-13.2.0,
Maintainer: michaGCC configured as cross-compiler for Atmel AVR 8-bit RISC
microcontrollers.
This package includes C and C++ compilers.
Required to run:[
math/mpfr] [
cross/avr-binutils] [
devel/gmp] [
math/mpcomplex]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 149753.757 KB
Version history: (Expand)
- (2024-04-26) Updated to version: avr-gcc-13.2.0
- (2021-09-15) Updated to version: avr-gcc-10.3.0nb1
- (2021-09-08) Updated to version: avr-gcc-10.3.0
- (2021-05-25) Updated to version: avr-gcc-4.8.3nb7
- (2020-08-31) Updated to version: avr-gcc-4.8.3nb6
- (2019-08-11) Updated to version: avr-gcc-4.8.3nb5
CVS history: (Expand)
2024-04-26 15:05:01 by Michael Baeuerle | Files touched by this commit (9) |
Log message:
cross/avr-gcc: Update to 13.2.0
Patch for NetBSD support removed (does no longer apply, it seems that it
is no longer required).
Patch for Darwin/aarch64 removed (as requested in patch comment by tnn@).
Patches for build system added (nonportable "==" shell syntax).
Patch for libgcc added (system header file "sys/mman.h" not found).
Disable PKGSRC_MKPIE (build failed on AMD64).
Needs a C++11 compiler for bootstrap.
Upstream changelog2:
<https://gcc.gnu.org/gcc-13/changes.html>
<https://gcc.gnu.org/gcc-12/changes.html>
<https://gcc.gnu.org/gcc-11/changes.html>
|
2023-08-09 10:24:40 by Nia Alarie | Files touched by this commit (12) |
Log message:
cross: Mark various versions of gcc unsuitable for MKPIE.
This follows lang/gcc* already having it, but the new wrapper behaviour
appears to have resulted in new fallout from these packages
previously being overlooked.
While here, use FORTIFY_SUPPORTED in mingw-w64-gcc instead of
overriding the user's choice of a FORTIFY pkgsrc variable.
|
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
|
2021-11-15 18:22:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
avr-gcc: use BLAKE2s. Remove isl
isl checksum is added neither with nor without the inplace option.
|
2021-10-07 15:30:28 by Nia Alarie | Files touched by this commit (60) |
Log message:
cross: Remove SHA1 hashes for distfiles
|
2021-09-15 14:20:15 by Michael Baeuerle | Files touched by this commit (3) |
Log message:
cross/avr-gcc: Update to 10.3.0nb1
Deleting the unwanted libcc1 after installation failed on some OS (because
they use non-standard paths for the library directory). The configure option
"--disable-libcc1" is now used instead.
Bump PKGREVISION because this change removes 2 plugins from the PLIST too.
Mention the C++ compiler in DESCR again.
|
2021-09-08 14:08:21 by Michael Baeuerle | Files touched by this commit (1) |
Log message:
cross/avr-gcc: Add options.mk
|