Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gcc version 8.2.0 -> 8.3.0 on gcc8 branch #4873

Merged
merged 1 commit into from
Apr 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gcc.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### RPM external gcc 8.2.0
### RPM external gcc 8.3.0
## INITENV +PATH LD_LIBRARY_PATH %{i}/lib64
# Use the git repository for fetching the sources. This gives us more control while developing
# a new platform so that we can compile yet to be released versions of the compiler.
# See: https://gcc.gnu.org/viewcvs/gcc/branches/gcc-8-branch/?view=log
%define gccTag 2d79333765b691fa27d82c1737cb2f00ec6a4499
%define gccTag 9cde2018638fdc5ad3da8afcd0d89a6c92ed6694
%define gccBranch gcc-8-branch

%define moduleName %{n}-%{realversion}
Expand Down