File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
scram-tools.file/tools/gcc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ### RPM external gcc 14.2 .1
1+ ### RPM external gcc 14.3 .1
22## USE_COMPILER_VERSION
33## INITENV +PATH LD_LIBRARY_PATH %{i}/lib64
44# Use the git repository for fetching the sources. This gives us more control while developing
55# a new platform so that we can compile yet to be released versions of the compiler.
66# See: https://gcc.gnu.org/viewcvs/gcc/branches/gcc-8-branch/?view=log
77
88BuildRequires: gcc-prerequisites
9- %define gccTag a0550ff9f36a27a03c15d49383c6ec76fc6a8e99
9+ %define gccTag e02b12e7248f8209ebad35d6df214d3421ed8020
1010%define gccBranch releases/gcc-14
1111
1212%define moduleName %{n }-%{realversion }
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ GCC_CXXFLAGS="$GCC_CXXFLAGS -fvisibility-inlines-hidden"
4040GCC_CXXFLAGS=" $GCC_CXXFLAGS -fno-math-errno --param vect-max-version-for-alias-checks=50"
4141GCC_CXXFLAGS=" $GCC_CXXFLAGS -Xassembler --compress-debug-sections"
4242
43- # FIXME: GCC 12.2 workaround
43+ # FIXME: GCC 12/13/14 workaround
4444if [[ " $GCC_VERSION " =~ ^12\. [23]\. ]] ; then
4545 GCC_CXXFLAGS=" $GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
46- elif [[ " $GCC_VERSION " =~ ^13\. [3] \. ]] ; then
46+ elif [[ " $GCC_VERSION " =~ ^13\. ]] ; then
4747 GCC_CXXFLAGS=" $GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
48- elif [[ " $GCC_VERSION " =~ ^14\. [2] \. ]] ; then
48+ elif [[ " $GCC_VERSION " =~ ^14\. ]] ; then
4949 GCC_CXXFLAGS=" $GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
5050fi
5151
You can’t perform that action at this time.
0 commit comments