Welcome to Centmin Mod Community
Become a Member

Master Branch add support for devtoolset-6 for GCC 6.2 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 23, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add support for devtoolset-6 for GCC 6.2 in 123.09beta01

    You can now choose between 2 versions devtoolset-4 for GCC 5.3 or devtoolset-6 for GCC 6.2 for nginx and php specific compilations. Default choice if applicable options like NGINX_DEVTOOLSETGCC='y' and/or GENERAL_DEVTOOLSETGCC='y' are also set in persistent config file is devtoolset-4 unless you set in persistent config file /etc/centminmod/custom_config.inc the variable DEVTOOLSETSIX='y' in addition to NGINX_DEVTOOLSETGCC='y' and/or GENERAL_DEVTOOLSETGCC='y'.

    Code (Text):
    DEVTOOLSETSIX='y'
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    



    https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/

    CentOS 6 defaults to GCC 4.4 branch and CentOS defaults to GCC 4.8 branch. So these options allow to choose newer GCC versions for Nginx and PHP compiles via devtoolset-4 GCC 5.3 or devtoolset-6 GCC 6.2

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.