|
@@ -5,7 +5,7 @@
|
|
%global gcc_major 11
|
|
%global gcc_major 11
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
# %{release}, append them after %{gcc_release} on Release: line.
|
|
# %{release}, append them after %{gcc_release} on Release: line.
|
|
-%global gcc_release 2
|
|
+%global gcc_release 3
|
|
|
|
|
|
Summary: GNU Compiler Collection (C, C++, Objective-C, ...)
|
|
Summary: GNU Compiler Collection (C, C++, Objective-C, ...)
|
|
Summary(ja): GNU コンパイラコレクション (C, C++, Objective-C, ...)
|
|
Summary(ja): GNU コンパイラコレクション (C, C++, Objective-C, ...)
|
|
@@ -219,7 +219,7 @@ Patch11: gcc11-rh1574936.patch
|
|
Patch12: gcc11-d-shared-libphobos.patch
|
|
Patch12: gcc11-d-shared-libphobos.patch
|
|
Patch13: gcc11-pr99341-revert.patch
|
|
Patch13: gcc11-pr99341-revert.patch
|
|
|
|
|
|
-Patch10000: gcc-11.2-20211031.patch
|
|
+Patch10000: gcc-11.2-20220129.patch
|
|
|
|
|
|
# On ARM EABI systems, we do want -gnueabi to be part of the
|
|
# On ARM EABI systems, we do want -gnueabi to be part of the
|
|
# target triple.
|
|
# target triple.
|
|
@@ -2926,6 +2926,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 29 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.1-3
|
|
|
|
+- updated Patch10000.
|
|
|
|
+
|
|
* Mon Nov 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.1-2
|
|
* Mon Nov 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.1-2
|
|
- updated Patch10000.
|
|
- updated Patch10000.
|
|
- separated 32bit shared libraries on x86_64.
|
|
- separated 32bit shared libraries on x86_64.
|