Package gcc5: Information

    Source package: gcc5
    Version: 5.3.1-alt2.M70C.1
    Build time:  Apr 4, 2019, 05:54 AM in the task #225549
    Category: Development/C
    Report package bug
    License: GPLv3+, GPLv3+ with exceptions and GPLv2+ with exceptions
    Summary: GNU Compiler Collection
    Description: 
    This package contains the GNU Compiler Collection version 5.3.1.
    You'll need this package in order to compile C code.
    It is also required for all other GCC compilers.
    
    If you have multiple versions of the GNU Compiler Collection
    installed on your system, you may want to execute
    gcc-5
    in order to explicitly use the GNU C compiler version 5.3.1.

    List of rpms provided by this srpm:
    custom-cpp5 (x86_64, i586)
    custom-cpp5-debuginfo (x86_64, i586)
    custom-gcc5 (x86_64, i586)
    custom-gcc5-c++ (x86_64, i586)
    custom-gcc5-c++-debuginfo (x86_64, i586)
    custom-gcc5-debuginfo (x86_64, i586)
    custom-gcc5-doc (noarch)
    custom-gcc5-locales (noarch)
    custom-gcc5-objc (x86_64, i586)
    custom-gcc5-objc++ (x86_64, i586)
    custom-gcc5-objc++-debuginfo (x86_64, i586)
    custom-gcc5-objc-debuginfo (x86_64, i586)
    custom-gcc5-plugin-devel (x86_64, i586)
    custom-libasan2 (x86_64, i586)
    custom-libasan2-debuginfo (x86_64, i586)
    custom-libasan5-devel-static (x86_64, i586)
    custom-libatomic1 (x86_64, i586)
    custom-libatomic1-debuginfo (x86_64, i586)
    custom-libatomic5-devel-static (x86_64, i586)
    custom-libgcc1 (x86_64, i586)
    custom-libgcc1-debuginfo (x86_64, i586)
    custom-libgccjit0 (x86_64, i586)
    custom-libgccjit0-debuginfo (x86_64, i586)
    custom-libgccjit5-devel (x86_64, i586)
    custom-libgomp1 (x86_64, i586)
    custom-libgomp1-debuginfo (x86_64, i586)
    custom-libgomp5-devel (x86_64, i586)
    custom-libgomp5-devel-static (x86_64, i586)
    custom-libitm1 (x86_64, i586)
    custom-libitm1-debuginfo (x86_64, i586)
    custom-libitm5-devel-static (x86_64, i586)
    custom-liblsan0 (x86_64)
    custom-liblsan0-debuginfo (x86_64)
    custom-liblsan5-devel-static (x86_64)
    custom-libobjc4 (x86_64, i586)
    custom-libobjc4-debuginfo (x86_64, i586)
    custom-libobjc5-devel (x86_64, i586)
    custom-libobjc5-devel-static (x86_64, i586)
    custom-libquadmath0 (x86_64, i586)
    custom-libquadmath0-debuginfo (x86_64, i586)
    custom-libquadmath5-devel (x86_64, i586)
    custom-libquadmath5-devel-static (x86_64, i586)
    custom-libstdc++5-devel (x86_64, i586)
    custom-libstdc++5-devel-static (x86_64, i586)
    custom-libstdc++6 (x86_64, i586)
    custom-libstdc++6-debuginfo (x86_64, i586)
    custom-libtsan0 (x86_64)
    custom-libtsan0-debuginfo (x86_64)
    custom-libtsan5-devel-static (x86_64)
    custom-libubsan0 (x86_64, i586)
    custom-libubsan0-debuginfo (x86_64, i586)
    custom-libubsan5-devel-static (x86_64, i586)
    custom-libvtv0 (x86_64, i586)
    custom-libvtv0-debuginfo (x86_64, i586)
    custom-libvtv5-devel-static (x86_64, i586)

    Maintainer: Alexey Appolonov


      1. alternatives >= 0:0.4
      2. libelf-devel
      3. automake_1.11
      4. binutils >= 1:2.18.0
      5. perl-Pod-Parser
      6. coreutils
      7. libmpc-devel
      8. libmpfr-devel
      9. flex
      10. rpm-build >= 4.0.4-alt39
      11. texinfo
      12. gcc-c++
      13. libtool_2.4
      14. zlib-devel

    Last changed


    Nov. 8, 2018 Alexey Appolonov 5.3.1-alt2.M70C.1
    - C7 custom port:
      + No Ada, no Fortran, no Java, no Go;
      + No gdb-plugin and no libcilkrts;
      + Libraries and most executables can be found only by absolute paths
        which include GCC version\marker, common libraries of all versions
        of the custom-gcc can be found in the same place;
      + custom libraries (such as custom-libstdc++6 and custom-libgcc1)
        should not be used in runtime (maintainers should set RPATH to use them
        in exceptional cases).
    March 10, 2016 Gleb Fotengauer-Malinovskiy 5.3.1-alt3
    - Moved liblto_plugin.so back into %_libexecdir.
    - Added executable bit to liblto_plugin.so.
    - Backported upstram fix:
     + Enable frame pointer for TARGET_64BIT_MS_ABI when stack is
      misaligned (ALT#31834).
    Feb. 24, 2016 Gleb Fotengauer-Malinovskiy 5.3.1-alt2
    - Moved liblto_plugin.so into %_libdir.