🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc
The GNU Compiler Collection (GCC) provides a standard conforming and highly portable ISO C and ISO C++ compiler.
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc(x86-64)
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
🌐
Red Hat
developers.redhat.com › articles › 2021 › 07 › 28 › write-toolchain-agnostic-rpm-spec-files-gcc-and-clang
Write toolchain-agnostic RPM spec files for GCC and Clang | Red Hat Developer
October 6, 2022 - This article looks at the necessary changes and best practices to allow a spec file to build with both GCC and Clang in a variety of cases. In the most basic case, nothing needs to be done. The specification file will automatically pick up whatever compiler the buildroot defines as the default. You can check the default by looking at the value of the %toolchain macro in the %build section: ... Similarly, rpm --eval "%toolchain" will print the value of the %toolchain macro.
🌐
Pkgs.org
pkgs.org › download › gcc-c++
Gcc-c++ Download for Linux (rpm)
Download gcc-c++ linux packages for AlmaLinux, ALT Linux, Amazon Linux, CentOS, Fedora, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux
🌐
GitHub
github.com › CJLove › gcc-rpm
GitHub - CJLove/gcc-rpm: Build script/packaging for alternative gcc rpms on Fedora · GitHub
This script will take a gcc source tarball (e.g. gcc-6.5.0.tar.gz), download associated dependencies, build gcc from source, and build an alt-gccX rpm for it.
Author   CJLove
🌐
Fifi
fifi.org › doc › HOWTO › en-html › RPM-for-Unix-HOWTO-7.html
RPM-for-Unix HOW-TO: Create gcc RPM Package
www.fifi.org Documentation Manpages GNU Info Debian document tree Whole document tree Trigance web page Public services User info Mailing lists Secure server Multilingual usage · The GNU gcc rpm is the most important rpm package which you should create after successfully creating rpm of RPM ...
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-newbie-8 › installing-gcc-rpm-on-red-hat-780713
Installing gcc rpm on Red Hat
I'm using Red Hat. I don't know how to tell which version, but here's this: Code: -bash-3.2 uname -a Linux lunchhub.com 2.6.9-023stab048.6-enterprise
Find elsewhere
🌐
Remi's RPM Repository
rpms.remirepo.net › rpmphp › zoom.php
Packages in Fedora / RHEL / CentOS / EPEL - Package: gcc
Package: gcc · Show more informations from pkgdb · The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
🌐
Fedora Project
src.fedoraproject.org › rpms › gcc › blob › rawhide › f › gcc.spec
Tree - rpms/gcc - src.fedoraproject.org
April 5, 2023 - prefix}/amdgcn-amdhsa/bin/ld ln -sf newlib-cygwin-%{newlib_cygwin_gitrev}/newlib newlib rm -rf obj-offload-amdgcn-amdhsa mkdir obj-offload-amdgcn-amdhsa cd obj-offload-amdgcn-amdhsa CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \ CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g' \ | sed 's/ -Wformat-security / -Wformat -Wformat-security /'`" \ XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \ ../configure --disable-bootstrap --disable-sjlj-exceptions \ --with-build-time-tools=${IAROOT}%{_prefix}/amdgcn-amdhsa/bin \ --target amdgcn-amdhsa --enable-as-accelerator-for=%{gcc_target_pla
🌐
GNU
gcc.gnu.org › pipermail › fortran › 2024-September › 061028.html
Building a gcc RPM
My goal is to deploy in > /opt/GCC14/compilers/14.2.0 (as under /opt/GCC14 I will have to deploy also > some tools like OpenMPI for this compiler version) and use environment > Module to select the desired version. > > I'm able to do this with a tar.gz archive of the binaries that I can > propagate but a rpm package would be easier (or faster) to manage with > ansible.
🌐
Rtems
docs.rtems.org › docs › 4.9.6 › html › started › started00051.html
Building GCC and NEWLIB using RPM
This section illustrates the invocation of RPM to build a new, locally compiled, set of GCC and NEWLIB binary RPMs that match the installed source RPM. It is also necessary to install the BINUTILS RPMs and place them in your PATH.
🌐
GitHub
github.com › rinigus › pkg-gcc
GitHub - rinigus/pkg-gcc: RPM packaging of GCC for Sailfish
RPM packaging of GCC for Sailfish. Contribute to rinigus/pkg-gcc development by creating an account on GitHub.
Author   rinigus
🌐
Rpm-packaging-guide
rpm-packaging-guide.github.io
RPM Packaging Guide
$ dnf install gcc rpm-build rpm-devel rpmlint make python bash coreutils diffutils patch rpmdevtools
🌐
Hackaday
hackaday.io › page › 19822
Installing gcc for the 8088 on a RPM based Linux | Ken Yap | Hackaday.io
Cut to the chase, these are the ones that are needed: gcc-ia16-elf, binutils-ia16-elf, libi86-ia16-elf, and libnewlib-ia16-elf. ... Alien needs to be run as root or it will not be able to assign the correct ownership to the files in the resulting package. The -v shows progress messages, -k preserves the version number, and -r means the output should be a RPM package.