git: 4b973a347b44 - main - devel/avr-gcc: upgrade to GCC 10.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Feb 2022 19:55:08 UTC
The branch main has been updated by joerg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4b973a347b44d41e29ef0949861f66cdaa10b18b
commit 4b973a347b44d41e29ef0949861f66cdaa10b18b
Author: Joerg Wunsch <joerg@FreeBSD.org>
AuthorDate: 2022-02-17 19:53:49 +0000
Commit: Joerg Wunsch <joerg@FreeBSD.org>
CommitDate: 2022-02-17 19:54:57 +0000
devel/avr-gcc: upgrade to GCC 10.3.0
---
devel/avr-gcc/Makefile | 2 +-
devel/avr-gcc/distinfo | 6 +++---
devel/avr-gcc/files/patch-libcpp_lex.c | 25 -------------------------
3 files changed, 4 insertions(+), 29 deletions(-)
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile
index 06798f270ff4..455f1e58085a 100644
--- a/devel/avr-gcc/Makefile
+++ b/devel/avr-gcc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcc
-PORTVERSION= 10.2.0
+PORTVERSION= 10.3.0
CATEGORIES= devel
MASTER_SITES= GCC
PKGNAMEPREFIX= avr-
diff --git a/devel/avr-gcc/distinfo b/devel/avr-gcc/distinfo
index d6a5928dfab2..4496f6e864cc 100644
--- a/devel/avr-gcc/distinfo
+++ b/devel/avr-gcc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619546014
-SHA256 (gcc-10.2.0.tar.xz) = b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
-SIZE (gcc-10.2.0.tar.xz) = 75004144
+TIMESTAMP = 1644700172
+SHA256 (gcc-10.3.0.tar.xz) = 64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
+SIZE (gcc-10.3.0.tar.xz) = 76692288
diff --git a/devel/avr-gcc/files/patch-libcpp_lex.c b/devel/avr-gcc/files/patch-libcpp_lex.c
deleted file mode 100644
index 05ad28872d11..000000000000
--- a/devel/avr-gcc/files/patch-libcpp_lex.c
+++ /dev/null
@@ -1,25 +0,0 @@
-This is
-
- commit cd547f0ddcd3a54e5b73bcda5ac0f0c46808db8b
- Author: Jakub Jelinek <jakub@redhat.com>
- Date: Sat Sep 26 10:07:41 2020 +0200
-
-which is on the GCC 10 release branch and thus part of lang/gcc10-devel;
-we should automatically get it with GCC 10.3.
-
---- libcpp/lex.c.orig 2020-11-02 10:24:50 UTC
-+++ libcpp/lex.c
-@@ -531,11 +531,11 @@ init_vectorized_lexer (void)
- search_line_fast = impl;
- }
-
--#elif defined(_ARCH_PWR8) && defined(__ALTIVEC__)
-+#elif (GCC_VERSION >= 4005) && defined(_ARCH_PWR8) && defined(__ALTIVEC__)
-
- /* A vection of the fast scanner using AltiVec vectorized byte compares
- and VSX unaligned loads (when VSX is available). This is otherwise
-- the same as the pre-GCC 5 version. */
-+ the same as the AltiVec version. */
-
- ATTRIBUTE_NO_SANITIZE_UNDEFINED
- static const uchar *