معرفی شرکت ها


cpp10-10.3.1-alt2.ppc64le.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The GNU C-Compatible Compiler Preprocessor
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic ppc64le
نام بسته cpp10
نام فایل بسته cpp10-10.3.1-alt2.ppc64le.rpm
نسخه بسته 10.3.1
انتشار بسته alt2
معماری بسته ppc64le
نگهدارنده -
تاریخ ساخت Tue 06 Jul 2021 03
هاست سازنده glebfm-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://gcc.gnu.org/
مجوز LGPL-2.1-or-later and LGPL-3.0-or-later and GPL-2.0-or-later and GPL-3.0-or-later and GPL-3.0-or-later with GCC-exception-3.1
حجم دانلود 6.9M
حجم نصب 24.805M
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-10 in order to explicitly use the GNU C Preprocessor version 10.3.1.


جایگزین ها

بسته نسخه معماری مخزن
cpp10-debuginfo-10.3.1-alt2.ppc64le.rpm 10.3.1 ppc64le ALT debuginfo


نیازمندی

مقدار نام
>= 1.4.7 gcc-common
- /lib64/ld64.so.2
>= set:ihSi8 ld64.so.2()(64bit)
- rpmlib(SetVersions)
- ld64.so.2(GLIBC_2.22)(64bit)
- libc.so.6(GLIBC_2.17)(64bit)
- libdl.so.2(GLIBC_2.17)(64bit)
>= set:mhZrwGkokile7tBOSei2vbaFrLQeKQDrDoVZKKi0c0LSoJy4wLY0 libgmp.so.10()(64bit)
- libm.so.6(GLIBC_2.17)(64bit)
>= set:kf5CK2t5Vz6ZhFKsmuy7IWsCoZDV8VKI3ARwS6pzO1ywRZvUnwzZg libmpc.so.3()(64bit)
>= set:mfNO1UE2jePqyXTRolIOAeww5Xenta0GEx2NeqTjWp8Qh0QbyPGBsDhJvFoa7l0nuAxqNYkhhoS9zfbj2Rj5F1vpIrxQZhFBZ1gSruYpPqj6DsXSxegdgCyW7AOkGRU08cKF76ZllrxeUubwx65WlZuaN86TupwsNjQEI6EU3 libmpfr.so.6()(64bit)
>= set:kgdWfA7XmubJmHBOopnEd7vKqOTZj1 libz.so.1()(64bit)
- rtld(GNU_HASH)
- rtld(GNU_UNIQUE)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 10.3.1-alt2:sisyphus+277353.100.2.1 cpp10


نحوه نصب


نصب پکیج rpm cpp10:

    sudo apt-get install cpp10-10.3.1-alt2.ppc64le.rpm


فایل ها

مسیرها
/etc/buildreqs/packages/substitute.d/cpp10
/usr/bin/cpp-10
/usr/bin/ppc64le-alt-linux-cpp-10
/usr/libexec/gcc/ppc64le-alt-linux/10
/usr/libexec/gcc/ppc64le-alt-linux/10/cc1
/usr/share/man/man1/cpp-10.1.xz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-07-05

Backported upstream PR:

2021-07-02

Updated to merged branches from git://gcc.gnu.org/git/gcc.git (fixes FTBFS
10-branch
10

2021-03-15

Updated to merged branches from git://gcc.gnu.org/git/gcc.git (ALT#39798):
10-branch
10
gcc10-plugin-devel: added R: libgmp-devel.

2020-12-03

Enabled hardenings by default:
Wl,-z,now for PIE executables.
Merged lto1 and lto-dump programs into one binary.

2020-12-02

Updated to git://gcc.gnu.org/git/gcc.git vendors/redhat/heads/gcc-10-branch
Synced with Fedora gcc 10.2.1-9 and Debian gcc-10 10.2.0-18.

2020-05-18

Updated to git://gcc.gnu.org/git/gcc.git releases/gcc-9
Rebased redhat vendor branch to releases/gcc-9 branch.

2020-01-26

Updated to git://gcc.gnu.org/git/gcc.git vendors/redhat/heads/gcc-9-branch
Fixed License tag.

2019-11-11

gdc: add R: gcc-gdc-common.

2019-10-08

Updated to redhat/gcc-9-branch r274959.
Synced with Fedora gcc 9.2.1-1 and Debian gcc-9 9.2.1-9.

2019-08-05

Applied upstream fix for PR 89906 (closes: #36972).
Removed versioning of lib{cc1,cc1plugin,cp1plugin} libraries

2019-05-07

Updated to redhat/gcc-8-branch r270976 (Fedora gcc-8.3.1-4).

2019-04-11

Upgraded default -fstack-protector to -fstack-protector-strong.
Fixed build with libtool 2.4.6.

2019-03-11

Updated to redhat/gcc-8-branch r269592 (Fedora gcc-8.3.1-3).

2019-02-23

Updated to redhat/gcc-8-branch r269162 (Fedora gcc-8.3.1-2).

2019-02-11

Updated to redhat/gcc-8-branch r268720 (Fedora gcc-8.2.1-8).

2019-02-07

Added ppc64le support (by glebfm@).
Fixed profiledbootstrap build (by glebfm@).
g++: enabled -Werror=return-type by default (closes: #36038).
libcc1.so.0: cleaned up using a fixed libtool (closes: #36045).