Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbScripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LHCb Core Software
LbScripts
Merge requests
!23
added support for gcc 5.2 and 5.3, and for clang tools
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added support for gcc 5.2 and 5.3, and for clang tools
clemenci/LbScripts:master
into
master
Overview
0
Commits
2
Changes
Merged
Marco Clemencic
requested to merge
clemenci/LbScripts:master
into
master
9 years ago
Overview
0
Commits
2
Changes
-
Expand
Fixes
LBCORE-1051
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c8ab4971
2 commits,
9 years ago
+
31
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
LbUtils/scripts/cern-lxdistcc-wrappers.sh
+
3
−
1
Options
@@ -94,7 +94,9 @@ case ${_self} in
setup_clang $_version
_self=${_self%-*}
_self=${_self#*-}
_self="${_self} --gcc-toolchain=${GCC_TOOLCHAIN}"
if [ "${_self}" = "clang" -o "${_self}" = "clang++" ] ; then
_self="${_self} --gcc-toolchain=${GCC_TOOLCHAIN}"
fi
;;
*)
Loading