Skip to content

Commit

Permalink
Merge pull request #9561 from gartung/IB/CMSSW_15_0_X/master
Browse files Browse the repository at this point in the history
Add GPROFNF_SYSCONFDIR to gcc-cxxcompiler toolfile on AL9 and above
  • Loading branch information
smuzaffar authored Dec 10, 2024
2 parents 065b2d9 + 8d2429a commit d24d25d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scram-tools.file/tools/gcc/gcc-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<runtime name="@OS_RUNTIME_LDPATH_NAME@" value="$GCC_CXXCOMPILER_BASE/lib" type="path"/>
<runtime name="COMPILER_PATH" value="@TOOL_ROOT@"/>
<runtime name="PATH" value="$GCC_CXXCOMPILER_BASE/bin" type="path"/>
%if 0%{?rhel} >= 9
<runtime name="GPROFNG_SYSCONFDIR" value="$GCC_CXXCOMPILER_BASE/etc"/>
%endif
<ifrelease name="ASAN">
<runtime name="GCC_RUNTIME_ASAN" value="$GCC_CXXCOMPILER_BASE/@OS_LIB64DIR@/libasan.so" type="path"/>
<elif name="LSAN"/>
Expand Down

0 comments on commit d24d25d

Please sign in to comment.