diff options
Diffstat (limited to 'BuildParams')
-rw-r--r-- | BuildParams | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index e00fc384d4..c929c2d90d 100644 --- a/BuildParams +++ b/BuildParams @@ -21,6 +21,11 @@ email_status_this_is_os = true # Limit extent of codeticket updates to revisions after... codeticket_since = 3.3.0-release +# Override build system default toolchain +# Note that this will only affect automated builds. +Linux.gcc_version = /usr/bin/gcc-4.6 +Linux.cxx_version = /usr/bin/g++-4.6 + # ======================================== # Viewer Development # ======================================== |