Skip to content
Snippets Groups Projects

Updated to take binutils from the LHCb CVMF repository

Merged Ben Couturier requested to merge LBCORE-1496 into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,8 @@ setup_gcc() {
if [ -n "${_prefix}" ] ; then
# we found a build of the compiler that uses new binutils
# FIXME: new binutils require an extra entry in the LD_LIBRARY_PATH...
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/cvmfs/sft.cern.ch/lcg/contrib/bintuils/2.28/${_platform}/lib
LD_LIBRARY_PATH=/cvmfs/lhcb.cern.ch/lib/lcg/releases/binutils/2.28/${_platform}/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
PATH=/cvmfs/lhcb.cern.ch/lib/lcg/releases/binutils/2.28/${_platform}/bin${PATH:+:${PATH}}
else
# fall back to a compiler with system binutils
set_prefix gcc ${_version}
Loading