Modify gcc.spec

This commit is contained in:
eastb233 2020-05-21 16:33:46 +08:00
parent f1ccc1455b
commit 99ff764289

View File

@ -1,7 +1,7 @@
%global DATE 20200520
%global gcc_version 9.3.0
%global gcc_major 9.3.0
%global gcc_version 9.3.1
%global gcc_major 9.3.1
%global gcc_release 20200312
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
@ -62,7 +62,7 @@ Name: gcc
Version: %{gcc_version}
Release: %{gcc_release}.h1
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Source0: gcc-%{version}.tar.xz
Source0: gcc-9.3.0.tar.xz
%global isl_version 0.16.1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -569,7 +569,7 @@ for compiling GCC plugins. The GCC plugin ABI is currently
not stable, so plugins must be rebuilt any time GCC is updated.
%prep
%setup -q -n gcc-%{version}
%setup -q -n gcc-9.3.0
/bin/pwd
%patch0 -p1
@ -2519,10 +2519,11 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Wed May 20 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.0-20200312.h1
* Wed May 20 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.1-20200312.h1
- address-calculation-optimization-within-loop.patch: Modify testsuite
- generate-csel.patch: Modify testsuite
- change-gcc-BASE-VER.patch: New file, change GCC base version
- gcc.spec: Add new Patch, change GCC version to 9.3.1
* Tue Apr 28 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.0-20200312.h1
- Type:modify