Skip to content
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,12 +1,12 @@
### RPM external gcc 15.2.1
### RPM external gcc 15.3.1
## USE_COMPILER_VERSION
## 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

BuildRequires: gcc-prerequisites
%define gccTag 2171c346abfc1990fdf4801e760371e64f2c75d8
%define gccTag eda7622e5104c44c8a10cccc758752605431360f
%define gccBranch releases/gcc-15

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