Join the community today
Become a Member

Beta Branch prep for optional GCC 14 compiler support for EL8/EL9 in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 12, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    53,531
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    11:25 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    prep for optional GCC 14 compiler support for EL8/EL9 in 140.00beta01


    - prep for optional GCC 14 compiler support for EL8/EL9 OSes

    Code (Text):
    nginx -V
    nginx version: nginx/1.27.1 (110924-214804-almalinux9-kvm-d2bb243)
    built by gcc 14.1.1 20240701 (Red Hat 14.1.1-7) (GCC)
    built with OpenSSL 1.1.1 (compatible; AWS-LC 1.34.2) (running with AWS-LC 1.34.2)


    Code (Text):
    readelf -p .comment $(which nginx)
    
    String dump of section '.comment':
      [     1]  GCC: (GNU) 11.4.1 20231218 (Red Hat 11.4.1-3)
      [    2f]  GCC: (GNU) 14.1.1 20240701 (Red Hat 14.1.1-7)


    Code (Text):
    readelf -p .comment $(which php-fpm)
    
    String dump of section '.comment':
      [     0]  GCC: (GNU) 11.4.1 20231218 (Red Hat 11.4.1-3)
      [    2e]  GCC: (GNU) 14.1.1 20240701 (Red Hat 14.1.1-7)


    Code (Text):
    readelf -p .comment /opt/aws-lc-install/lib64/libcrypto.so
    
    String dump of section '.comment':
      [     0]  GCC: (GNU) 14.1.1 20240701 (Red Hat 14.1.1-7)


    Continue reading...

    140.00beta01 branch