Пакет cpp6: Информация

    Бинарный пакет: cpp6
    Версия: 6.3.1-alt3.0.0.mips
    Архитектура: mipsel
    Собран:  30 марта 2018 г. 21:07
    Исходный пакет: gcc6
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://gcc.gnu.org/

    Лицензия: GPLv3+, GPLv3+ with exceptions and GPLv2+ with exceptions
    О пакете: The GNU C-Compatible Compiler Preprocessor
    Описание: 
    Cpp is the GNU C-Compatible Compiler Preprocessor.
    The C preprocessor is a 'macro processor' which is used automatically
    by the C compiler to transform your program before actual
    compilation. It is called a macro processor because it allows
    you to define 'macros,' which are abbreviations for longer
    constructs.
    
    The C preprocessor provides four separate facilities that you can use as
    you see fit:
    
    * Inclusion of header files. These are files of declarations that can be
      substituted into your program.
    * Macro expansion. You can define 'macros,' which are abbreviations for
      arbitrary fragments of C code, and then the C preprocessor will replace
      the macros with their definitions throughout the program.
    * Conditional compilation. Using special preprocessing directives,
      you can include or exclude parts of the program according to various
      conditions.
    * Line control. If you use a program to combine or rearrange source files
      into an intermediate file which is then compiled, you can use line
      control to inform the compiler about where each source line originated.
    
    If you have multiple versions of the GNU Compiler Collection
    installed on your system, you may want to execute
    cpp-6
    in order to explicitly use the GNU C Preprocessor version 6.3.1.

    Сопровождающий: Gleb Fotengauer-Malinovskiy


    Последнее изменение


    30 марта 2018 г. Gleb Fotengauer-Malinovskiy 6.3.1-alt3.0.0.mips
    - Adapted for build on and mips* architectures.
    10 января 2018 г. Gleb Fotengauer-Malinovskiy 6.3.1-alt3
    - Built in gcc7 compatibility mode.
    - Fixed build with glibc 2.26.
    - Disabled java support.
    - Dropped alternatives.
    1 февраля 2017 г. Gleb Fotengauer-Malinovskiy 6.3.1-alt2
    - Updated to redhat/gcc-6-branch r244565.
    - Synced with Fedora gcc 6.3.1-2.
    - Fixed gnatmake's path to gcc (ALT#33003).
    - Packaged buildreq substitution config for libmpx6-devel-static.
    - Enabled java on aarch64.