3219 lines
124 KiB
RPMSpec
3219 lines
124 KiB
RPMSpec
%{?scl_package:%global scl gcc-toolset-13}
|
|
%global scl_prefix gcc-toolset-13-
|
|
BuildRequires: scl-utils-build
|
|
%global __python /usr/bin/python3
|
|
%{?scl:%global __strip %%{_scl_root}/usr/bin/strip}
|
|
%{?scl:%global __objdump %%{_scl_root}/usr/bin/objdump}
|
|
%{?scl:%scl_package gcc}
|
|
%global DATE 20230614
|
|
%global gitrev 0d7019741b037c7e9c4e57d6de3bce6bb2ed8026
|
|
%global gcc_version 13.1.1
|
|
%global gcc_major 13
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
|
%global gcc_release 4
|
|
%global nvptx_tools_gitrev 93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b
|
|
%global newlib_cygwin_gitrev 9e09d6ed83cce4777a5950412647ccc603040409
|
|
%global mpc_version 1.0.3
|
|
%global isl_version 0.24
|
|
%global mpfr_version 3.1.4
|
|
%global gmp_version 6.1.0
|
|
%global doxygen_version 1.8.0
|
|
%global _unpackaged_files_terminate_build 0
|
|
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
|
|
# Until annobin is fixed (#1519165).
|
|
%undefine _annotated_build
|
|
%endif
|
|
# Strip will fail on nvptx-none *.a archives and the brp-* scripts will
|
|
# fail randomly depending on what is stripped last.
|
|
%if 0%{?__brp_strip_static_archive:1}
|
|
%global __brp_strip_static_archive %{__brp_strip_static_archive} || :
|
|
%endif
|
|
%if 0%{?__brp_strip_lto:1}
|
|
%global __brp_strip_lto %{__brp_strip_lto} || :
|
|
%endif
|
|
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
|
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64
|
|
%else
|
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64
|
|
%endif
|
|
%if 0%{?rhel} > 7
|
|
%global build_ada 0
|
|
%global build_objc 0
|
|
%global build_go 0
|
|
%global build_d 0
|
|
%global build_m2 0
|
|
%else
|
|
%ifarch %{ix86} x86_64 ia64 ppc %{power64} alpha s390x %{arm} aarch64 riscv64
|
|
%global build_ada 0
|
|
%else
|
|
%global build_ada 0
|
|
%endif
|
|
%global build_objc 0
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} riscv64
|
|
%global build_go 0
|
|
%else
|
|
%global build_go 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 %{arm} aarch64 %{mips} s390 s390x riscv64
|
|
%global build_d 1
|
|
%else
|
|
%global build_d 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} riscv64
|
|
%global build_m2 1
|
|
%else
|
|
%global build_m2 0
|
|
%endif
|
|
%endif
|
|
# Only so that rpmbuild doesn't complain on Fedora.
|
|
%if 0%{?fedora} > 18
|
|
%global build_libquadmath 0
|
|
%endif
|
|
%global build_libitm 0
|
|
%ifarch %{ix86} x86_64 ia64 ppc ppc64 ppc64le
|
|
%global build_libquadmath 1
|
|
%else
|
|
%global build_libquadmath 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
|
%global build_libasan 1
|
|
%else
|
|
%global build_libasan 0
|
|
%endif
|
|
%ifarch x86_64 aarch64
|
|
%global build_libhwasan 1
|
|
%else
|
|
%global build_libhwasan 0
|
|
%endif
|
|
%ifarch x86_64 ppc64 ppc64le aarch64 s390x
|
|
%global build_libtsan 1
|
|
%else
|
|
%global build_libtsan 0
|
|
%endif
|
|
%ifarch x86_64 ppc64 ppc64le aarch64 s390x
|
|
%global build_liblsan 1
|
|
%else
|
|
%global build_liblsan 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
|
%global build_libubsan 1
|
|
%else
|
|
%global build_libubsan 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} riscv64
|
|
%global build_libatomic 1
|
|
%else
|
|
%global build_libatomic 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 %{arm} alpha ppc ppc64 ppc64le ppc64p7 s390 s390x aarch64
|
|
%global build_libitm 1
|
|
%else
|
|
%global build_libitm 0
|
|
%endif
|
|
%if 0%{?rhel} > 8
|
|
%global build_isl 0
|
|
%else
|
|
%global build_isl 1
|
|
%endif
|
|
%global build_libstdcxx_docs 1
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips}
|
|
%global attr_ifunc 1
|
|
%else
|
|
%global attr_ifunc 0
|
|
%endif
|
|
%ifarch x86_64 ppc64le
|
|
%global build_offload_nvptx 1
|
|
%else
|
|
%global build_offload_nvptx 0
|
|
%endif
|
|
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
|
|
%ifarch s390x
|
|
%global multilib_32_arch s390
|
|
%endif
|
|
%endif
|
|
%ifarch sparc64
|
|
%global multilib_32_arch sparcv9
|
|
%endif
|
|
%ifarch ppc64 ppc64p7
|
|
%global multilib_32_arch ppc
|
|
%endif
|
|
%ifarch x86_64
|
|
%global multilib_32_arch i686
|
|
%endif
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 8
|
|
%global build_annobin_plugin 1
|
|
%else
|
|
%global build_annobin_plugin 0
|
|
%endif
|
|
Summary: GCC version 13
|
|
Name: %{?scl_prefix}gcc
|
|
Version: %{gcc_version}
|
|
Release: %{gcc_release}.2%{?dist}
|
|
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
|
# GCC Runtime Exception.
|
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
|
# The source for this package was pulled from upstream's vcs.
|
|
# %%{gitrev} is some commit from the
|
|
# https://gcc.gnu.org/git/?p=gcc.git;h=refs/vendors/redhat/heads/gcc-%%{gcc_major}-branch
|
|
# branch. Use the following commands to generate the tarball:
|
|
# git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
|
|
# git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin %%{gitrev}
|
|
# git --git-dir=gcc-dir.tmp/.git archive --prefix=%%{name}-%%{version}-%%{DATE}/ %%{gitrev} | xz -9e > %%{name}-%%{version}-%%{DATE}.tar.xz
|
|
# rm -rf gcc-dir.tmp
|
|
Source0: gcc-%{version}-%{DATE}.tar.xz
|
|
Source1: https://gcc.gnu.org/pub/gcc/infrastructure/isl-%{isl_version}.tar.bz2
|
|
#Source2: http://www.multiprecision.org/mpc/download/mpc-%%{mpc_version}.tar.gz
|
|
#Source3: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%%{doxygen_version}.src.tar.gz
|
|
# The source for nvptx-tools package was pulled from upstream's vcs. Use the
|
|
# following commands to generate the tarball:
|
|
# git clone --depth 1 git://github.com/MentorEmbedded/nvptx-tools.git nvptx-tools-dir.tmp
|
|
# git --git-dir=nvptx-tools-dir.tmp/.git fetch --depth 1 origin %%{nvptx_tools_gitrev}
|
|
# git --git-dir=nvptx-tools-dir.tmp/.git archive --prefix=nvptx-tools-%%{nvptx_tools_gitrev}/ %%{nvptx_tools_gitrev} | xz -9e > nvptx-tools-%%{nvptx_tools_gitrev}.tar.xz
|
|
# rm -rf nvptx-tools-dir.tmp
|
|
Source4: nvptx-tools-%{nvptx_tools_gitrev}.tar.xz
|
|
# The source for nvptx-newlib package was pulled from upstream's vcs. Use the
|
|
# following commands to generate the tarball:
|
|
# git clone git://sourceware.org/git/newlib-cygwin.git newlib-cygwin-dir.tmp
|
|
# git --git-dir=newlib-cygwin-dir.tmp/.git archive --prefix=newlib-cygwin-%%{newlib_cygwin_gitrev}/ %%{newlib_cygwin_gitrev} ":(exclude)newlib/libc/sys/linux/include/rpc/*.[hx]" | xz -9e > newlib-cygwin-%%{newlib_cygwin_gitrev}.tar.xz
|
|
# rm -rf newlib-cygwin-dir.tmp
|
|
Source5: newlib-cygwin-%{newlib_cygwin_gitrev}.tar.xz
|
|
Source6: libgomp_nonshared.c
|
|
#Source7: http://gcc.gnu.org/pub/gcc/infrastructure/mpfr-%%{mpfr_version}.tar.bz2
|
|
#Source8: http://gcc.gnu.org/pub/gcc/infrastructure/gmp-%%{gmp_version}.tar.bz2
|
|
URL: http://gcc.gnu.org
|
|
# Need binutils with -pie support >= 2.14.90.0.4-4
|
|
# Need binutils which can omit dot symbols and overlap .opd on ppc64 >= 2.15.91.0.2-4
|
|
# Need binutils which handle -msecure-plt on ppc >= 2.16.91.0.2-2
|
|
# Need binutils which support .weakref >= 2.16.91.0.3-1
|
|
# Need binutils which support --hash-style=gnu >= 2.17.50.0.2-7
|
|
# Need binutils which support mffgpr and mftgpr >= 2.17.50.0.2-8
|
|
# Need binutils which support --build-id >= 2.17.50.0.17-3
|
|
# Need binutils which support %%gnu_unique_object >= 2.19.51.0.14
|
|
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
|
|
# Need binutils which support --no-add-needed >= 2.20.51.0.2-12
|
|
# Need binutils which support -plugin
|
|
# Need binutils which support .loc view >= 2.30
|
|
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
|
|
BuildRequires: %{?scl_prefix}binutils >= 2.31
|
|
BuildRequires: %{?scl_prefix}gdb >= 7.4.50
|
|
# While gcc doesn't include statically linked binaries, during testing
|
|
# -static is used several times.
|
|
BuildRequires: glibc-static
|
|
BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, sharutils
|
|
BuildRequires: texinfo, texinfo-tex, /usr/bin/pod2man
|
|
#BuildRequires: systemtap-sdt-devel >= 1.3
|
|
#BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 3.1.0, libmpc-devel >= 0.8.1
|
|
#BuildRequires: python3-devel, /usr/bin/python
|
|
BuildRequires: gcc, gcc-c++, make
|
|
%if 0%{?rhel} == 7
|
|
BuildRequires: python3
|
|
%endif
|
|
# For VTA guality testing
|
|
BuildRequires: gdb
|
|
# Make sure pthread.h doesn't contain __thread tokens
|
|
# Make sure glibc supports stack protector
|
|
# Make sure glibc supports DT_GNU_HASH
|
|
BuildRequires: glibc-devel >= 2.4.90-13
|
|
BuildRequires: elfutils-devel >= 0.147
|
|
BuildRequires: elfutils-libelf-devel >= 0.147
|
|
%if 0%{?rhel} >= 8
|
|
BuildRequires: libzstd-devel
|
|
%endif
|
|
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
|
|
# Make sure glibc supports TFmode long double
|
|
BuildRequires: glibc >= 2.3.90-35
|
|
%endif
|
|
%ifarch %{multilib_64_archs} sparcv9 ppc
|
|
# Ensure glibc{,-devel} is installed for both multilib arches
|
|
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
|
|
%endif
|
|
%ifarch ia64
|
|
BuildRequires: libunwind >= 0.98
|
|
%endif
|
|
# Need .eh_frame ld optimizations
|
|
# Need proper visibility support
|
|
# Need -pie support
|
|
# Need --as-needed/--no-as-needed support
|
|
# On ppc64, need omit dot symbols support and --non-overlapping-opd
|
|
# Need binutils that owns /usr/bin/c++filt
|
|
# Need binutils that support .weakref
|
|
# Need binutils that supports --hash-style=gnu
|
|
# Need binutils that support mffgpr/mftgpr
|
|
# Need binutils that support --build-id
|
|
# Need binutils that support %%gnu_unique_object
|
|
# Need binutils that support .cfi_sections
|
|
# Need binutils that support --no-add-needed
|
|
# Need binutils that support -plugin
|
|
# Need binutils that support .loc view >= 2.30
|
|
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
|
|
Requires: %{?scl_prefix}binutils >= 2.22.52.0.1
|
|
# Make sure gdb will understand DW_FORM_strp
|
|
Conflicts: gdb < 5.1-2
|
|
Requires: glibc-devel >= 2.2.90-12
|
|
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
|
|
# Make sure glibc supports TFmode long double
|
|
Requires: glibc >= 2.3.90-35
|
|
%endif
|
|
BuildRequires: gmp-devel >= 4.3.2
|
|
BuildRequires: mpfr-devel >= 3.1.0
|
|
BuildRequires: libmpc-devel >= 0.8.1
|
|
%if %{build_libstdcxx_docs}
|
|
BuildRequires: libxml2
|
|
BuildRequires: graphviz
|
|
BuildRequires: doxygen >= 1.7.1
|
|
BuildRequires: dblatex, texlive-collection-latex, docbook-style-xsl
|
|
%endif
|
|
|
|
Requires: libgcc >= 4.1.2-43
|
|
Requires: libgomp >= 4.4.4-13
|
|
# lto-wrapper invokes make
|
|
Requires: make
|
|
%{?scl:Requires:%scl_runtime}
|
|
AutoReq: true
|
|
# Various libraries are imported. #1859893 asks us to list them all.
|
|
Provides: bundled(libiberty)
|
|
Provides: bundled(libbacktrace)
|
|
Provides: bundled(libffi)
|
|
Provides: gcc(major) = %{gcc_major}
|
|
%ifarch sparc64 ppc64 ppc64le s390x x86_64 ia64 aarch64
|
|
Provides: liblto_plugin.so.0()(64bit)
|
|
%else
|
|
Provides: liblto_plugin.so.0
|
|
%endif
|
|
%global oformat %{nil}
|
|
%global oformat2 %{nil}
|
|
%ifarch %{ix86}
|
|
%global oformat OUTPUT_FORMAT(elf32-i386)
|
|
%endif
|
|
%ifarch x86_64
|
|
%global oformat OUTPUT_FORMAT(elf64-x86-64)
|
|
%global oformat2 OUTPUT_FORMAT(elf32-i386)
|
|
%endif
|
|
%ifarch ppc
|
|
%global oformat OUTPUT_FORMAT(elf32-powerpc)
|
|
%global oformat2 OUTPUT_FORMAT(elf64-powerpc)
|
|
%endif
|
|
%ifarch ppc64
|
|
%global oformat OUTPUT_FORMAT(elf64-powerpc)
|
|
%global oformat2 OUTPUT_FORMAT(elf32-powerpc)
|
|
%endif
|
|
%ifarch s390
|
|
%global oformat OUTPUT_FORMAT(elf32-s390)
|
|
%endif
|
|
%ifarch s390x
|
|
%global oformat OUTPUT_FORMAT(elf64-s390)
|
|
%global oformat2 OUTPUT_FORMAT(elf32-s390)
|
|
%endif
|
|
%ifarch ia64
|
|
%global oformat OUTPUT_FORMAT(elf64-ia64-little)
|
|
%endif
|
|
%ifarch ppc64le
|
|
%global oformat OUTPUT_FORMAT(elf64-powerpcle)
|
|
%endif
|
|
%ifarch aarch64
|
|
%global oformat OUTPUT_FORMAT(elf64-littleaarch64)
|
|
%endif
|
|
%if 0%{?rhel} == 7
|
|
ExclusiveArch: x86_64
|
|
%endif
|
|
|
|
Patch0: gcc13-hack.patch
|
|
Patch2: gcc13-sparc-config-detection.patch
|
|
Patch3: gcc13-libgomp-omp_h-multilib.patch
|
|
Patch4: gcc13-libtool-no-rpath.patch
|
|
Patch5: gcc13-isl-dl.patch
|
|
Patch6: gcc13-isl-dl2.patch
|
|
Patch7: gcc13-libstdc++-docs.patch
|
|
Patch8: gcc13-no-add-needed.patch
|
|
Patch9: gcc13-Wno-format-security.patch
|
|
Patch10: gcc13-rh1574936.patch
|
|
Patch11: gcc13-d-shared-libphobos.patch
|
|
|
|
Patch50: isl-rh2155127.patch
|
|
|
|
Patch100: gcc13-fortran-fdec-duplicates.patch
|
|
|
|
Patch1000: gcc13-libstdc++-compat.patch
|
|
Patch1001: gcc13-libgfortran-compat.patch
|
|
|
|
|
|
Patch3000: 0001-basic_string-reserve-n-semantics-are-not-available-i.patch
|
|
Patch3001: 0004-operator-istream-char-N-eofbit-fixes-are-not-availab.patch
|
|
Patch3002: 0005-Disable-tests-for-PR-libstdc-79820-and-PR-libstdc-81.patch
|
|
Patch3003: 0006-Don-t-assume-has_facet-codecvt_c16-when-run-against-.patch
|
|
Patch3004: 0008-testsuite-build-plugins-with-std-c-11.patch
|
|
Patch3005: 0009-Fix-22_locale-locale-cons-unicode.cc-when-run-under-.patch
|
|
Patch3006: 0010-Don-t-verify-exception-handling-in-basic_filebuf-clo.patch
|
|
Patch3007: 0011-Add-dts.exp-and-use-it-to-fix-22_locale-messages-136.patch
|
|
Patch3008: 0012-dts.exp-use-usr-bin-gcc.patch
|
|
Patch3009: 0013-Rename-__CXXSTDLIB_SO_VERSION__-to-__LIBSTDCXX_SO_VE.patch
|
|
Patch3010: 0014-Conditionalize-tests-for-PR-libstdc-98466-on-__LIBST.patch
|
|
Patch3011: 0015-Conditionalize-test-for-PR-libstdc-87135-on-__LIBSTD.patch
|
|
Patch3012: 0016-Conditionalize-test-for-hashtable-bucket-sizes-on-__.patch
|
|
Patch3013: 0017-Conditionalize-test-for-PR-libstdc-71181-on-__LIBSTD.patch
|
|
Patch3014: gcc13-dg-ice-fixes.patch
|
|
Patch3015: 0018-Use-CXX11-ABI.patch
|
|
Patch3016: 0019-xfails.patch
|
|
Patch3017: 0020-more-fixes.patch
|
|
Patch3018: 0021-libstdc++-disable-tests.patch
|
|
Patch3019: 0022-libstdc++-revert-behavior.patch
|
|
Patch3020: gcc13-testsuite-no-ssp.patch
|
|
Patch3021: gcc13-testsuite-p10.patch
|
|
Patch3022: gcc13-testsuite-plugin.patch
|
|
|
|
%if 0%{?rhel} == 9
|
|
%global nonsharedver 110
|
|
%endif
|
|
%if 0%{?rhel} == 8
|
|
%global nonsharedver 80
|
|
%endif
|
|
%if 0%{?rhel} == 7
|
|
%global nonsharedver 48
|
|
%endif
|
|
%if 0%{?rhel} == 6
|
|
%global nonsharedver 44
|
|
%endif
|
|
|
|
%if 0%{?scl:1}
|
|
%global _gnu %{nil}
|
|
%else
|
|
%global _gnu -gnueabi
|
|
%endif
|
|
%ifarch sparcv9
|
|
%global gcc_target_platform sparc64-%{_vendor}-%{_target_os}
|
|
%endif
|
|
%ifarch ppc ppc64p7
|
|
%global gcc_target_platform ppc64-%{_vendor}-%{_target_os}
|
|
%endif
|
|
%ifnarch sparcv9 ppc ppc64p7
|
|
%global gcc_target_platform %{_target_platform}
|
|
%endif
|
|
|
|
%description
|
|
The %{?scl_prefix}gcc%{!?scl:13} package contains the GNU Compiler Collection version 10.
|
|
|
|
%package -n libgcc
|
|
Summary: GCC version 13 shared support library
|
|
Autoreq: false
|
|
|
|
%description -n libgcc
|
|
This package contains GCC shared support library which is needed
|
|
e.g. for exception handling support.
|
|
|
|
%package c++
|
|
Summary: C++ support for GCC version 13
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
Requires: libstdc++
|
|
Requires: %{?scl_prefix}libstdc++%{!?scl:13}-devel = %{version}-%{release}
|
|
Autoreq: true
|
|
|
|
%description c++
|
|
This package adds C++ support to the GNU Compiler Collection
|
|
version 13. It includes support for most of the current C++ specification
|
|
and a lot of support for the upcoming C++ specification.
|
|
|
|
%package -n libstdc++
|
|
Summary: GNU Standard C++ Library
|
|
Autoreq: true
|
|
Requires: glibc >= 2.10.90-7
|
|
|
|
%description -n libstdc++
|
|
The libstdc++ package contains a rewritten standard compliant GCC Standard
|
|
C++ Library.
|
|
|
|
%package -n %{?scl_prefix}libstdc++%{!?scl:13}-devel
|
|
Summary: Header files and libraries for C++ development
|
|
Requires: libstdc++%{?_isa}
|
|
Autoreq: true
|
|
|
|
%description -n %{?scl_prefix}libstdc++%{!?scl:13}-devel
|
|
This is the GNU implementation of the standard C++ libraries. This
|
|
package includes the header files and libraries needed for C++
|
|
development. This includes rewritten implementation of STL.
|
|
|
|
%package -n %{?scl_prefix}libstdc++-docs
|
|
Summary: Documentation for the GNU standard C++ library
|
|
Autoreq: true
|
|
|
|
%description -n %{?scl_prefix}libstdc++-docs
|
|
Manual, doxygen generated API information and Frequently Asked Questions
|
|
for the GNU standard C++ library.
|
|
|
|
%package gfortran
|
|
Summary: Fortran support for GCC 13
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
%if 0%{?rhel} > 7
|
|
Requires: libgfortran >= 8.1.1
|
|
%else
|
|
Requires: libgfortran5 >= 8.1.1
|
|
%endif
|
|
Autoreq: true
|
|
|
|
%if %{build_libquadmath}
|
|
%if 0%{!?scl:1}
|
|
Requires: libquadmath
|
|
%endif
|
|
Requires: %{?scl_prefix}libquadmath-devel = %{version}-%{release}
|
|
%endif
|
|
Autoreq: true
|
|
|
|
%description gfortran
|
|
The %{?scl_prefix}gcc%{!?scl:13}-gfortran package provides support for compiling Fortran
|
|
programs with the GNU Compiler Collection.
|
|
|
|
|
|
%package gdb-plugin
|
|
Summary: GCC 13 plugin for GDB
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
|
|
%description gdb-plugin
|
|
This package contains GCC 13 plugin for GDB C expression evaluation.
|
|
|
|
%package -n %{?scl_prefix}libgccjit
|
|
Summary: Library for embedding GCC inside programs and libraries
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
|
|
%description -n %{?scl_prefix}libgccjit
|
|
This package contains shared library with GCC 13 JIT front-end.
|
|
|
|
%package -n %{?scl_prefix}libgccjit-devel
|
|
Summary: Support for embedding GCC inside programs and libraries
|
|
Group: Development/Libraries
|
|
Requires: %{?scl_prefix}libgccjit = %{version}-%{release}
|
|
# We don't build it anymore. See #2213635/#2213634.
|
|
#Requires: %%{?scl_prefix}libgccjit-docs = %%{version}-%%{release}
|
|
|
|
%description -n %{?scl_prefix}libgccjit-devel
|
|
This package contains header files for GCC 13 JIT front end.
|
|
|
|
%package -n %{?scl_prefix}libgccjit-docs
|
|
Summary: Documentation for embedding GCC inside programs and libraries
|
|
Group: Development/Libraries
|
|
%if 0%{?rhel} > 7
|
|
BuildRequires: python3-sphinx
|
|
%else
|
|
BuildRequires: python-sphinx
|
|
%endif
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%description -n %{?scl_prefix}libgccjit-docs
|
|
This package contains documentation for GCC 13 JIT front-end.
|
|
|
|
%package -n libquadmath
|
|
Summary: GCC 13 __float128 shared support library
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%description -n libquadmath
|
|
This package contains GCC shared support library which is needed
|
|
for __float128 math support and for Fortran REAL*16 support.
|
|
|
|
%package -n %{?scl_prefix}libquadmath-devel
|
|
Summary: GCC 13 __float128 support
|
|
Group: Development/Libraries
|
|
%if 0%{!?scl:1}
|
|
Requires: %{?scl_prefix}libquadmath%{_isa} = %{version}-%{release}
|
|
%else
|
|
Requires: libquadmath%{_isa}
|
|
%endif
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
|
|
%description -n %{?scl_prefix}libquadmath-devel
|
|
This package contains headers for building Fortran programs using
|
|
REAL*16 and programs using __float128 math.
|
|
|
|
%package -n libitm
|
|
Summary: The GNU Transactional Memory library
|
|
Group: System Environment/Libraries
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%description -n libitm
|
|
This package contains the GNU Transactional Memory library
|
|
which is a GCC transactional memory support runtime library.
|
|
|
|
%package -n %{?scl_prefix}libitm-devel
|
|
Summary: The GNU Transactional Memory support
|
|
Requires: libitm%{_isa} >= 4.7.0-1
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
|
|
%description -n %{?scl_prefix}libitm-devel
|
|
This package contains headers and support files for the
|
|
GNU Transactional Memory library.
|
|
|
|
%package plugin-devel
|
|
Summary: Support for compiling GCC plugins
|
|
Requires: %{?scl_prefix}gcc%{!?scl:13} = %{version}-%{release}
|
|
Requires: gmp-devel >= 4.3.2
|
|
Requires: mpfr-devel >= 3.1.0
|
|
Requires: libmpc-devel >= 0.8.1
|
|
|
|
%description plugin-devel
|
|
This package contains header files and other support files
|
|
for compiling GCC 13 plugins. The GCC plugin ABI is currently
|
|
not stable, so plugins must be rebuilt any time GCC is updated.
|
|
|
|
%package -n libatomic
|
|
Summary: The GNU Atomic library
|
|
Group: System Environment/Libraries
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%description -n libatomic
|
|
This package contains the GNU Atomic library
|
|
which is a GCC support runtime library for atomic operations not supported
|
|
by hardware.
|
|
|
|
%package -n %{?scl_prefix}libatomic-devel
|
|
Summary: The GNU Atomic static library
|
|
Requires: libatomic%{_isa} >= 4.8.0
|
|
|
|
%description -n %{?scl_prefix}libatomic-devel
|
|
This package contains GNU Atomic static libraries.
|
|
|
|
%package -n libasan8
|
|
Summary: The Address Sanitizer runtime library from GCC 13
|
|
|
|
%description -n libasan8
|
|
This package contains the Address Sanitizer library from GCC 13
|
|
which is used for -fsanitize=address instrumented programs.
|
|
|
|
%package -n %{?scl_prefix}libasan-devel
|
|
Summary: The Address Sanitizer static library
|
|
Requires: libasan8%{_isa} >= 12.1.1
|
|
Obsoletes: libasan5 <= 8.3.1
|
|
|
|
%description -n %{?scl_prefix}libasan-devel
|
|
This package contains Address Sanitizer static runtime library.
|
|
|
|
%package -n libhwasan
|
|
Summary: The Hardware-assisted Address Sanitizer runtime library
|
|
|
|
%description -n libhwasan
|
|
This package contains the Hardware-assisted Address Sanitizer library
|
|
which is used for -fsanitize=hwaddress instrumented programs.
|
|
|
|
%package -n %{?scl_prefix}libhwasan-devel
|
|
Summary: The Hardware-assisted Address Sanitizer static library
|
|
Requires: libhwasan >= 13.1.1
|
|
|
|
%description -n %{?scl_prefix}libhwasan-devel
|
|
This package contains Hardware-assisted Address Sanitizer static runtime
|
|
library.
|
|
|
|
%package -n libtsan2
|
|
Summary: The Thread Sanitizer runtime library
|
|
|
|
%description -n libtsan2
|
|
This package contains the Thread Sanitizer library
|
|
which is used for -fsanitize=thread instrumented programs.
|
|
|
|
%package -n %{?scl_prefix}libtsan-devel
|
|
Summary: The Thread Sanitizer static library
|
|
Requires: libtsan2%{_isa} >= 12.1.1
|
|
|
|
%description -n %{?scl_prefix}libtsan-devel
|
|
This package contains Thread Sanitizer static runtime library.
|
|
|
|
%package -n libubsan1
|
|
Summary: The Undefined Behavior Sanitizer runtime library
|
|
|
|
%description -n libubsan1
|
|
This package contains the Undefined Behavior Sanitizer library
|
|
which is used for -fsanitize=undefined instrumented programs.
|
|
|
|
%package -n %{?scl_prefix}libubsan-devel
|
|
Summary: The Undefined Behavior Sanitizer static library
|
|
%if 0%{?rhel} > 7
|
|
Requires: libubsan%{_isa} >= 8.3.1
|
|
Obsoletes: libubsan1 <= 8.3.1
|
|
%else
|
|
Requires: libubsan1%{_isa} >= 8.3.1
|
|
%endif
|
|
|
|
%description -n %{?scl_prefix}libubsan-devel
|
|
This package contains Undefined Behavior Sanitizer static runtime library.
|
|
|
|
%package -n liblsan
|
|
Summary: The Leak Sanitizer runtime library
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%description -n liblsan
|
|
This package contains the Leak Sanitizer library
|
|
which is used for -fsanitize=leak instrumented programs.
|
|
|
|
%package -n %{?scl_prefix}liblsan-devel
|
|
Summary: The Leak Sanitizer static library
|
|
Requires: liblsan%{_isa} >= 5.1.1
|
|
|
|
%description -n %{?scl_prefix}liblsan-devel
|
|
This package contains Leak Sanitizer static runtime library.
|
|
|
|
%package -n %{?scl_prefix}offload-nvptx
|
|
Summary: Offloading compiler to NVPTX
|
|
Requires: gcc >= 8.3.1
|
|
Requires: libgomp-offload-nvptx >= 8.3.1
|
|
|
|
%description -n %{?scl_prefix}offload-nvptx
|
|
The gcc-offload-nvptx package provides offloading support for
|
|
NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will
|
|
by default add PTX code into the binaries, which can be offloaded
|
|
to NVidia PTX capable devices if available.
|
|
|
|
%if %{build_annobin_plugin}
|
|
%package -n %{?scl_prefix}gcc-plugin-annobin
|
|
Summary: The annobin plugin for gcc, built by the installed version of gcc
|
|
Requires: %{?scl_prefix}gcc = %{version}-%{release}
|
|
BuildRequires: rpm-devel, binutils-devel, xz
|
|
|
|
%description -n %{?scl_prefix}gcc-plugin-annobin
|
|
This package adds a version of the annobin plugin for gcc. This version
|
|
of the plugin is explicitly built by the same version of gcc that is installed
|
|
so that there cannot be any synchronization problems.
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n gcc-%{version}-%{DATE} -a 1 -a 4 -a 5
|
|
%patch -P0 -p0 -b .hack~
|
|
%patch -P2 -p0 -b .sparc-config-detection~
|
|
%patch -P3 -p0 -b .libgomp-omp_h-multilib~
|
|
%patch -P4 -p0 -b .libtool-no-rpath~
|
|
%if %{build_isl}
|
|
%patch -P5 -p0 -b .isl-dl~
|
|
%patch -P6 -p0 -b .isl-dl2~
|
|
%endif
|
|
%if %{build_libstdcxx_docs}
|
|
%patch -P7 -p0 -b .libstdc++-docs~
|
|
%endif
|
|
%patch -P8 -p0 -b .no-add-needed~
|
|
%patch -P9 -p0 -b .Wno-format-security~
|
|
%if 0%{?fedora} >= 29 || 0%{?rhel} > 7
|
|
%patch -P10 -p0 -b .rh1574936~
|
|
%endif
|
|
%patch -P11 -p0 -b .d-shared-libphobos~
|
|
|
|
%if 0%{?rhel} >= 6
|
|
%patch -P100 -p1 -b .fortran-fdec-duplicates~
|
|
%endif
|
|
|
|
%ifarch %{arm}
|
|
rm -f gcc/testsuite/go.test/test/fixedbugs/issue19182.go
|
|
%endif
|
|
%if 0%{?rhel} <= 8
|
|
# Requires pthread_cond_clockwait, only present in glibc 2.30.
|
|
rm -f gcc/testsuite/g++.dg/tsan/pthread_cond_clockwait.C
|
|
%endif
|
|
rm -f libphobos/testsuite/libphobos.gc/forkgc2.d
|
|
#rm -rf libphobos/testsuite/libphobos.gc
|
|
|
|
%patch -P1000 -p0 -b .libstdc++-compat~
|
|
%patch -P1001 -p0 -b .libgfortran-compat~
|
|
|
|
%if %{build_isl}
|
|
%patch -P50 -p0 -b .isl-rh2155127~
|
|
%endif
|
|
|
|
# Apply DTS-specific testsuite patches.
|
|
%patch -P3000 -p1 -b .dts-test-0~
|
|
%patch -P3001 -p1 -b .dts-test-1~
|
|
%patch -P3002 -p1 -b .dts-test-2~
|
|
%patch -P3003 -p1 -b .dts-test-3~
|
|
%patch -P3004 -p1 -b .dts-test-4~
|
|
%patch -P3005 -p1 -b .dts-test-5~
|
|
%patch -P3006 -p1 -b .dts-test-6~
|
|
%patch -P3007 -p1 -b .dts-test-7~
|
|
%patch -P3008 -p1 -b .dts-test-8~
|
|
%patch -P3009 -p1 -b .dts-test-9~
|
|
%patch -P3010 -p1 -b .dts-test-10~
|
|
%patch -P3011 -p1 -b .dts-test-11~
|
|
%patch -P3012 -p1 -b .dts-test-12~
|
|
%patch -P3013 -p1 -b .dts-test-13~
|
|
%patch -P3014 -p1 -b .dts-test-14~
|
|
%patch -P3015 -p1 -b .dts-test-15~
|
|
%patch -P3016 -p1 -b .dts-test-16~
|
|
%patch -P3017 -p1 -b .dts-test-17~
|
|
%patch -P3018 -p1 -b .dts-test-18~
|
|
%if 0%{?rhel} <= 7
|
|
%patch -P3019 -p1 -b .dts-test-19~
|
|
%endif
|
|
%patch -P3020 -p1 -b .dts-test-20~
|
|
%patch -P3021 -p1 -b .dts-test-21~
|
|
%patch -P3022 -p1 -b .dts-test-22~
|
|
|
|
find gcc/testsuite -name \*.pr96939~ | xargs rm -f
|
|
|
|
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
|
|
|
|
%if 0%{?rhel} <= 8
|
|
# Default to -gdwarf-4 rather than -gdwarf-5
|
|
sed -i '/define DWARF_VERSION_DEFAULT/s/5/4/' gcc/defaults.h
|
|
sed -i 's/\(version for most targets is \)5 /\14 /' gcc/doc/invoke.texi
|
|
%endif
|
|
|
|
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
|
|
cp -a libstdc++-v3/config/cpu/i{4,3}86/opt
|
|
echo 'TM_H += $(srcdir)/config/rs6000/rs6000-modes.h' >> gcc/config/rs6000/t-rs6000
|
|
|
|
./contrib/gcc_update --touch
|
|
|
|
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
|
|
|
|
sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt
|
|
sed -i -e 's/context->report_bug = false;/context->report_bug = true;/' gcc/diagnostic.cc
|
|
|
|
%ifarch ppc
|
|
if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
|
|
mkdir -p libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64
|
|
mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{,64/}baseline_symbols.txt
|
|
mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{32/,}baseline_symbols.txt
|
|
rm -rf libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32
|
|
fi
|
|
%endif
|
|
%ifarch sparc
|
|
if [ -d libstdc++-v3/config/abi/post/sparc64-linux-gnu ]; then
|
|
mkdir -p libstdc++-v3/config/abi/post/sparc64-linux-gnu/64
|
|
mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{,64/}baseline_symbols.txt
|
|
mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{32/,}baseline_symbols.txt
|
|
rm -rf libstdc++-v3/config/abi/post/sparc64-linux-gnu/32
|
|
fi
|
|
%endif
|
|
|
|
# This test causes fork failures, because it spawns way too many threads
|
|
rm -f gcc/testsuite/go.test/test/chan/goroutines.go
|
|
|
|
# These tests get stuck and don't timeout.
|
|
%ifarch ppc ppc64 ppc64le
|
|
rm -f libgomp/testsuite/libgomp.c/target-*.c
|
|
rm -rf libgomp/testsuite/libgomp.oacc*
|
|
rm -rf libgomp/testsuite/libgomp.graphite*
|
|
# This uses a removed file (#2093997).
|
|
rm -rf libgomp/testsuite/libgomp.fortran/pr90030.f90
|
|
%endif
|
|
# This test gets stuck.
|
|
%ifarch %{ix86} ppc64 s390x
|
|
rm -f libstdc++-v3/testsuite/30_threads/future/members/poll.cc
|
|
%endif
|
|
|
|
%build
|
|
|
|
# Undo the broken autoconf change in recent Fedora versions
|
|
export CONFIG_SITE=NONE
|
|
|
|
CC=gcc
|
|
CXX=g++
|
|
OPT_FLAGS="%{optflags}"
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=[123]//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[123]//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/\(-Wp,\)\?-U_FORTIFY_SOURCE//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-flto=auto//g;s/-flto//g;s/-ffat-lto-objects//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mfpmath=sse/-mfpmath=sse -msse2/g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-fno-omit-frame-pointer//g;s/-mbackchain//g;s/-mno-omit-leaf-frame-pointer//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Werror=format-security/-Wformat-security/g'`
|
|
%ifarch sparc
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
|
|
%endif
|
|
%ifarch %{ix86}
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=i.86//g'`
|
|
%endif
|
|
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
|
|
case "$OPT_FLAGS" in
|
|
*-fasynchronous-unwind-tables*)
|
|
sed -i -e 's/-fno-exceptions /-fno-exceptions -fno-asynchronous-unwind-tables /' \
|
|
libgcc/Makefile.in
|
|
;;
|
|
esac
|
|
|
|
%if %{build_offload_nvptx}
|
|
mkdir obji
|
|
IROOT=`pwd`/obji
|
|
cd nvptx-tools-%{nvptx_tools_gitrev}
|
|
rm -rf obj-%{gcc_target_platform}
|
|
mkdir obj-%{gcc_target_platform}
|
|
cd obj-%{gcc_target_platform}
|
|
CC="$CC" CXX="$CXX" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" \
|
|
../configure --prefix=%{_prefix}
|
|
make %{?_smp_mflags}
|
|
make install prefix=${IROOT}%{_prefix}
|
|
cd ../..
|
|
|
|
ln -sf newlib-cygwin-%{newlib_cygwin_gitrev}/newlib newlib
|
|
rm -rf obj-offload-nvptx-none
|
|
mkdir obj-offload-nvptx-none
|
|
|
|
cd obj-offload-nvptx-none
|
|
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 \
|
|
--enable-newlib-io-long-long --with-build-time-tools=${IROOT}%{_prefix}/nvptx-none/bin \
|
|
--target nvptx-none --enable-as-accelerator-for=%{gcc_target_platform} \
|
|
--enable-languages=c,c++,fortran,lto \
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
|
--enable-checking=release --with-system-zlib \
|
|
--with-gcc-major-version-only --without-isl
|
|
make %{?_smp_mflags}
|
|
cd ..
|
|
rm -f newlib
|
|
%endif
|
|
|
|
rm -rf obj-%{gcc_target_platform}
|
|
mkdir obj-%{gcc_target_platform}
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
%if %{build_isl}
|
|
mkdir isl-build isl-install
|
|
%ifarch s390 s390x
|
|
ISL_FLAG_PIC=-fPIC
|
|
%else
|
|
ISL_FLAG_PIC=-fpic
|
|
%endif
|
|
cd isl-build
|
|
sed -i 's|libisl\([^-]\)|libgcc13privateisl\1|g' \
|
|
../../isl-%{isl_version}/Makefile.{am,in}
|
|
# Prevent regenerating aclocal.m4 and other configure files, because we don't
|
|
# want to require aclocal-1.16 and similar. isl-rh2155127.patch modifies
|
|
# 'configure' so the Makefile would attempt to regenerate various files.
|
|
# See <https://bugzilla.redhat.com/show_bug.cgi?id=2155127#c11>.
|
|
touch ../../isl-%{isl_version}/{m4/*,aclocal.m4,Makefile.in,configure,isl_config.h.in}
|
|
../../isl-%{isl_version}/configure \
|
|
CC=/usr/bin/gcc CXX=/usr/bin/g++ \
|
|
CFLAGS="${CFLAGS:-%optflags} $ISL_FLAG_PIC" --prefix=`cd ..; pwd`/isl-install
|
|
# Make sure we build with -g (#2155127).
|
|
sed -i -e 's/CFLAGS =.*/& -g/' Makefile
|
|
make %{?_smp_mflags}
|
|
make install
|
|
cd ../isl-install/lib
|
|
rm libgcc13privateisl.so{,.23}
|
|
mv libgcc13privateisl.so.23.1.0 libisl.so.23
|
|
ln -sf libisl.so.23 libisl.so
|
|
cd ../..
|
|
%endif
|
|
|
|
# Disabled on Intel because of:
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2091571#c1
|
|
%if 0%{?rhel} == 8
|
|
%ifnarch %{ix86} x86_64
|
|
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
|
|
%endif
|
|
%else
|
|
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
|
|
%endif
|
|
|
|
# We're going to use the old long double format (double double) until RHEL10.
|
|
# Only -static-lib{stdc++,gfortran}/libgcc would work with IEEE double.
|
|
# Upstream also uses the old long double format, but Fedora uses the new
|
|
# format. To make things clearer, --with-long-double-format=ibm is used
|
|
# explicitly.
|
|
CONFIGURE_OPTS="\
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
|
%ifarch ppc64le
|
|
--enable-targets=powerpcle-linux \
|
|
%endif
|
|
%ifarch ppc64le %{mips} s390x
|
|
--disable-multilib \
|
|
%else
|
|
--enable-multilib \
|
|
%endif
|
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
|
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
|
--enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=%{_datadir}/zoneinfo \
|
|
%ifnarch %{mips}
|
|
--with-linker-hash-style=gnu \
|
|
%endif
|
|
%if 0%{?rhel} <= 7
|
|
--with-default-libstdcxx-abi=gcc4-compatible \
|
|
%endif
|
|
--enable-plugin --enable-initfini-array \
|
|
%if %{build_isl}
|
|
--with-isl=`pwd`/isl-install \
|
|
%else
|
|
--without-isl \
|
|
%endif
|
|
%if %{build_offload_nvptx}
|
|
--enable-offload-targets=nvptx-none \
|
|
--without-cuda-driver --enable-offload-defaulted \
|
|
%endif
|
|
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
|
|
%if %{attr_ifunc}
|
|
--enable-gnu-indirect-function \
|
|
%endif
|
|
%endif
|
|
%ifarch %{arm}
|
|
--disable-sjlj-exceptions \
|
|
%endif
|
|
%ifarch ppc ppc64 ppc64le ppc64p7
|
|
--enable-secureplt \
|
|
%endif
|
|
%ifarch sparc sparcv9 sparc64 ppc ppc64 ppc64le ppc64p7 s390 s390x alpha
|
|
--with-long-double-128 \
|
|
%endif
|
|
%ifarch ppc64le
|
|
--with-long-double-format=ibm \
|
|
%endif
|
|
%ifarch sparc
|
|
--disable-linux-futex \
|
|
%endif
|
|
%ifarch sparc64
|
|
--with-cpu=ultrasparc \
|
|
%endif
|
|
%ifarch sparc sparcv9
|
|
--host=%{gcc_target_platform} --build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=v7
|
|
%endif
|
|
%ifarch ppc ppc64 ppc64p7
|
|
%if 0%{?rhel} >= 7
|
|
--with-cpu-32=power7 --with-tune-32=power7 --with-cpu-64=power7 --with-tune-64=power7 \
|
|
%endif
|
|
%if 0%{?rhel} == 6
|
|
--with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 \
|
|
%endif
|
|
%endif
|
|
%ifarch ppc64le
|
|
%if 0%{?rhel} >= 9
|
|
--with-cpu-32=power9 --with-tune-32=power9 --with-cpu-64=power9 --with-tune-64=power9 \
|
|
%else
|
|
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
|
|
%endif
|
|
%endif
|
|
%ifarch ppc
|
|
--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
|
|
%endif
|
|
%ifarch %{ix86} x86_64
|
|
%if 0%{?rhel} >= 8
|
|
--enable-cet \
|
|
%endif
|
|
--with-tune=generic \
|
|
%endif
|
|
%if 0%{?rhel} >= 7
|
|
%ifarch %{ix86}
|
|
--with-arch=x86-64 \
|
|
%endif
|
|
%ifarch x86_64
|
|
%if 0%{?rhel} > 8
|
|
--with-arch_64=x86-64-v2 \
|
|
%endif
|
|
--with-arch_32=x86-64 \
|
|
%endif
|
|
%else
|
|
%ifarch %{ix86}
|
|
--with-arch=i686 \
|
|
%endif
|
|
%ifarch x86_64
|
|
--with-arch_32=i686 \
|
|
%endif
|
|
%endif
|
|
%ifarch s390 s390x
|
|
%if 0%{?rhel} >= 7
|
|
%if 0%{?rhel} > 7
|
|
%if 0%{?rhel} > 8
|
|
%if 0%{?rhel} >= 9
|
|
--with-arch=z14 --with-tune=z15 \
|
|
%else
|
|
--with-arch=z13 --with-tune=arch13 \
|
|
%endif
|
|
%else
|
|
--with-arch=z13 --with-tune=z14 \
|
|
%endif
|
|
%else
|
|
--with-arch=z196 --with-tune=zEC12 \
|
|
%endif
|
|
%else
|
|
%if 0%{?fedora} >= 38
|
|
--with-arch=z13 --with-tune=z14 \
|
|
%else
|
|
%if 0%{?fedora} >= 26
|
|
--with-arch=zEC12 --with-tune=z13 \
|
|
%else
|
|
--with-arch=z9-109 --with-tune=z10 \
|
|
%endif
|
|
%endif
|
|
%endif
|
|
--enable-decimal-float \
|
|
%endif
|
|
%ifarch armv7hl
|
|
--with-tune=generic-armv7-a --with-arch=armv7-a \
|
|
--with-float=hard --with-fpu=vfpv3-d16 --with-abi=aapcs-linux \
|
|
%endif
|
|
%ifarch mips mipsel
|
|
--with-arch=mips32r2 --with-fp-32=xx \
|
|
%endif
|
|
%ifarch mips64 mips64el
|
|
--with-arch=mips64r2 --with-abi=64 \
|
|
%endif
|
|
%ifarch riscv64
|
|
--with-arch=rv64gc --with-abi=lp64d --with-multilib-list=lp64d \
|
|
%endif
|
|
%ifnarch sparc sparcv9 ppc
|
|
--build=%{gcc_target_platform} \
|
|
%endif
|
|
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
|
|
%ifnarch %{arm}
|
|
--with-build-config=bootstrap-lto --enable-link-serialization=1 \
|
|
%endif
|
|
%endif
|
|
"
|
|
|
|
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 --enable-bootstrap \
|
|
--enable-languages=c,c++,fortran,lto \
|
|
$CONFIGURE_OPTS
|
|
|
|
%ifarch sparc sparcv9 sparc64
|
|
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" LDFLAGS_FOR_TARGET=-Wl,-z,relro,-z,now bootstrap
|
|
%else
|
|
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" LDFLAGS_FOR_TARGET=-Wl,-z,relro,-z,now profiledbootstrap
|
|
%endif
|
|
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libstdc++.so.6 -lstdc++_nonshared%{nonsharedver} )' \
|
|
> %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++_system.so
|
|
|
|
%if 0
|
|
# Relink libcc1 against -lstdc++_nonshared:
|
|
sed -i -e '/^postdeps/s/-lstdc++/-lstdc++_system/' libcc1/libtool
|
|
rm -f libcc1/libcc1.la
|
|
make -C libcc1 libcc1.la
|
|
%endif
|
|
|
|
CC="`%{gcc_target_platform}/libstdc++-v3/scripts/testsuite_flags --build-cc`"
|
|
CXX="`%{gcc_target_platform}/libstdc++-v3/scripts/testsuite_flags --build-cxx` `%{gcc_target_platform}/libstdc++-v3/scripts/testsuite_flags --build-includes`"
|
|
|
|
# Build libgccjit separately, so that normal compiler binaries aren't -fpic
|
|
# unnecessarily.
|
|
mkdir objlibgccjit
|
|
cd objlibgccjit
|
|
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 --enable-host-shared \
|
|
--enable-languages=jit $CONFIGURE_OPTS
|
|
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" all-gcc
|
|
cp -a gcc/libgccjit.so* ../gcc/
|
|
cd ../gcc/
|
|
ln -sf xgcc %{gcc_target_platform}-gcc-%{gcc_major}
|
|
cp -a Makefile{,.orig}
|
|
sed -i -e '/^CHECK_TARGETS/s/$/ check-jit/' Makefile
|
|
touch -r Makefile.orig Makefile
|
|
rm Makefile.orig
|
|
# No longer works. See #2213635/#2213634.
|
|
#make jit.sphinx.html
|
|
#make jit.sphinx.install-html jit_htmldir=`pwd`/../../rpm.doc/libgccjit-devel/html
|
|
cd ..
|
|
|
|
%if %{build_isl}
|
|
cp -a isl-install/lib/libisl.so.23 gcc/
|
|
%endif
|
|
|
|
# Make generated man pages even if Pod::Man is not new enough
|
|
perl -pi -e 's/head3/head2/' ../contrib/texi2pod.pl
|
|
for i in ../gcc/doc/*.texi; do
|
|
cp -a $i $i.orig; sed 's/ftable/table/' $i.orig > $i
|
|
done
|
|
make -C gcc generated-manpages
|
|
for i in ../gcc/doc/*.texi; do mv -f $i.orig $i; done
|
|
|
|
# Make generated doxygen pages.
|
|
%if %{build_libstdcxx_docs}
|
|
cd %{gcc_target_platform}/libstdc++-v3
|
|
make doc-html-doxygen
|
|
make doc-man-doxygen
|
|
cd ../..
|
|
%endif
|
|
|
|
# Copy various doc files here and there
|
|
cd ..
|
|
mkdir -p rpm.doc/gfortran rpm.doc/libquadmath rpm.doc/libitm
|
|
mkdir -p rpm.doc/changelogs/{gcc/cp,gcc/jit,libstdc++-v3,libgomp,libatomic,libsanitizer}
|
|
|
|
for i in {gcc,gcc/cp,gcc/jit,libstdc++-v3,libgomp,libatomic,libsanitizer}/ChangeLog*; do
|
|
cp -p $i rpm.doc/changelogs/$i
|
|
done
|
|
|
|
(cd gcc/fortran; for i in ChangeLog*; do
|
|
cp -p $i ../../rpm.doc/gfortran/$i
|
|
done)
|
|
(cd libgfortran; for i in ChangeLog*; do
|
|
cp -p $i ../rpm.doc/gfortran/$i.libgfortran
|
|
done)
|
|
%if %{build_libquadmath}
|
|
(cd libquadmath; for i in ChangeLog* COPYING.LIB; do
|
|
cp -p $i ../rpm.doc/libquadmath/$i.libquadmath
|
|
done)
|
|
%endif
|
|
%if %{build_libitm}
|
|
(cd libitm; for i in ChangeLog*; do
|
|
cp -p $i ../rpm.doc/libitm/$i.libitm
|
|
done)
|
|
%endif
|
|
|
|
rm -f rpm.doc/changelogs/gcc/ChangeLog.[1-9]
|
|
find rpm.doc -name \*ChangeLog\* | xargs bzip2 -9
|
|
|
|
%if %{build_annobin_plugin}
|
|
mkdir annobin-plugin
|
|
cd annobin-plugin
|
|
tar xf %{_usrsrc}/annobin/latest-annobin.tar.xz
|
|
cd annobin*
|
|
touch aclocal.m4 configure Makefile.in */configure */config.h.in */Makefile.in
|
|
ANNOBIN_FLAGS=../../obj-%{gcc_target_platform}/%{gcc_target_platform}/libstdc++-v3/scripts/testsuite_flags
|
|
ANNOBIN_CFLAGS1="%build_cflags -I %{_builddir}/gcc-%{version}-%{DATE}/gcc"
|
|
ANNOBIN_CFLAGS1="$ANNOBIN_CFLAGS1 -I %{_builddir}/gcc-%{version}-%{DATE}/obj-%{gcc_target_platform}/gcc"
|
|
ANNOBIN_CFLAGS2="-I %{_builddir}/gcc-%{version}-%{DATE}/include -I %{_builddir}/gcc-%{version}-%{DATE}/libcpp/include"
|
|
ANNOBIN_LDFLAGS="%build_ldflags -L%{_builddir}/gcc-%{version}-%{DATE}/obj-%{gcc_target_platform}/%{gcc_target_platform}/libstdc++-v3/src/.libs"
|
|
CC="`$ANNOBIN_FLAGS --build-cc`" CXX="`$ANNOBIN_FLAGS --build-cxx`" \
|
|
CFLAGS="$ANNOBIN_CFLAGS1 $ANNOBIN_CFLAGS2 $ANNOBIN_LDFLAGS" \
|
|
CXXFLAGS="$ANNOBIN_CFLAGS1 `$ANNOBIN_FLAGS --build-includes` $ANNOBIN_CFLAGS2 $ANNOBIN_LDFLAGS" \
|
|
./configure --with-gcc-plugin-dir=%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin \
|
|
--without-annocheck --without-tests --without-docs --disable-rpath --without-debuginfod
|
|
make
|
|
cd ../..
|
|
%endif
|
|
|
|
# Test the nonshared bits.
|
|
mkdir libstdc++_compat_test
|
|
cd libstdc++_compat_test
|
|
readelf -Ws %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libstdc++.so.6 | sed -n '/\.symtab/,$d;/ UND /d;/@GLIBC_PRIVATE/d;/\(GLOBAL\|WEAK\|UNIQUE\)/p' | awk '{ if ($4 == "OBJECT") { printf "%s %s %s %s %s\n", $8, $4, $5, $6, $3 } else { printf "%s %s %s %s\n", $8, $4, $5, $6 }}' | sed 's/ UNIQUE / GLOBAL /;s/ WEAK / GLOBAL /;s/@@GLIBCXX_\(LDBL_\)\?[0-9.]*//;s/@@CXXABI_TM_[0-9.]*//;s/@@CXXABI_FLOAT128//;s/@@CXXABI_\(LDBL_\)\?[0-9.]*//' | LC_ALL=C sort -u > system.abilist
|
|
readelf -Ws ../obj-%{gcc_target_platform}/%{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so.6 | sed -n '/\.symtab/,$d;/ UND /d;/@GLIBC_PRIVATE/d;/\(GLOBAL\|WEAK\|UNIQUE\)/p' | awk '{ if ($4 == "OBJECT") { printf "%s %s %s %s %s\n", $8, $4, $5, $6, $3 } else { printf "%s %s %s %s\n", $8, $4, $5, $6 }}' | sed 's/ UNIQUE / GLOBAL /;s/ WEAK / GLOBAL /;s/@@GLIBCXX_\(LDBL_\)\?[0-9.]*//;s/@@CXXABI_TM_[0-9.]*//;s/@@CXXABI_FLOAT128//;s/@@CXXABI_\(LDBL_\)\?[0-9.]*//' | LC_ALL=C sort -u > vanilla.abilist
|
|
diff -up system.abilist vanilla.abilist | awk '/^\+\+\+/{next}/^\+/{print gensub(/^+(.*)$/,"\\1","1",$0)}' > system2vanilla.abilist.diff
|
|
../obj-%{gcc_target_platform}/gcc/xgcc -B ../obj-%{gcc_target_platform}/gcc/ -shared -o libstdc++_nonshared.so -Wl,--whole-archive ../obj-%{gcc_target_platform}/%{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++_nonshared%{nonsharedver}.a -Wl,--no-whole-archive %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libstdc++.so.6
|
|
readelf -Ws libstdc++_nonshared.so | sed -n '/\.symtab/,$d;/ UND /d;/@GLIBC_PRIVATE/d;/\(GLOBAL\|WEAK\|UNIQUE\)/p' | awk '{ if ($4 == "OBJECT") { printf "%s %s %s %s %s\n", $8, $4, $5, $6, $3 } else { printf "%s %s %s %s\n", $8, $4, $5, $6 }}' | sed 's/ UNIQUE / GLOBAL /;s/ WEAK / GLOBAL /;s/@@GLIBCXX_\(LDBL_\)\?[0-9.]*//;s/@@CXXABI_TM_[0-9.]*//;s/@@CXXABI_FLOAT128//;s/@@CXXABI_\(LDBL_\)\?[0-9.]*//' | LC_ALL=C sort -u > nonshared.abilist
|
|
echo ====================NONSHARED=========================
|
|
ldd -d -r ./libstdc++_nonshared.so || :
|
|
ldd -u ./libstdc++_nonshared.so || :
|
|
diff -up system2vanilla.abilist.diff nonshared.abilist || :
|
|
readelf -Ws ../obj-%{gcc_target_platform}/%{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++_nonshared%{nonsharedver}.a | grep HIDDEN.*UND | grep -v __dso_handle || :
|
|
echo ====================NONSHARED END=====================
|
|
rm -f libstdc++_nonshared.so
|
|
cd ..
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}
|
|
|
|
# RISC-V ABI wants to install everything in /lib64/lp64d or /usr/lib64/lp64d.
|
|
# Make these be symlinks to /lib64 or /usr/lib64 respectively. See:
|
|
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/DRHT5YTPK4WWVGL3GIN5BF2IKX2ODHZ3/
|
|
%ifarch riscv64
|
|
for d in %{buildroot}%{_libdir} %{buildroot}/%{_lib} \
|
|
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib} \
|
|
%{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/%{_lib}; do
|
|
mkdir -p $d
|
|
(cd $d && ln -sf . lp64d)
|
|
done
|
|
%endif
|
|
|
|
%if %{build_offload_nvptx}
|
|
cd nvptx-tools-%{nvptx_tools_gitrev}
|
|
cd obj-%{gcc_target_platform}
|
|
make install prefix=%{buildroot}%{_prefix}
|
|
cd ../..
|
|
|
|
ln -sf newlib-cygwin-%{newlib_cygwin_gitrev}/newlib newlib
|
|
cd obj-offload-nvptx-none
|
|
make prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir} \
|
|
infodir=%{buildroot}%{_infodir} install
|
|
rm -rf %{buildroot}%{_prefix}/libexec/gcc/nvptx-none/%{gcc_major}/install-tools
|
|
rm -rf %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none/{install-tools,plugin,cc1,cc1plus,f951}
|
|
rm -rf %{buildroot}%{_infodir} %{buildroot}%{_mandir}/man7 %{buildroot}%{_prefix}/share/locale
|
|
rm -rf %{buildroot}%{_prefix}/lib/gcc/nvptx-none/%{gcc_major}/{install-tools,plugin}
|
|
rm -rf %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none/{install-tools,plugin,include-fixed}
|
|
rm -rf %{buildroot}%{_prefix}/%{_lib}/libc[cp]1*
|
|
mv -f %{buildroot}%{_prefix}/nvptx-none/lib/*.{a,spec} %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none/
|
|
mv -f %{buildroot}%{_prefix}/nvptx-none/lib/mgomp/*.{a,spec} %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none/mgomp/
|
|
mv -f %{buildroot}%{_prefix}/lib/gcc/nvptx-none/%{gcc_major}/*.a %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none/
|
|
mv -f %{buildroot}%{_prefix}/lib/gcc/nvptx-none/%{gcc_major}/mgomp/*.a %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none/mgomp/
|
|
find %{buildroot}%{_prefix}/lib/gcc/nvptx-none %{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none \
|
|
%{buildroot}%{_prefix}/nvptx-none/lib -name \*.la | xargs rm
|
|
cd ..
|
|
rm -f newlib
|
|
%endif
|
|
|
|
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
|
|
# Also set LD_LIBRARY_PATH so that DTS eu-strip (called from find-debuginfo.sh)
|
|
# can find the libraries it needs.
|
|
%{?scl:export LD_LIBRARY_PATH=%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}}
|
|
|
|
perl -pi -e \
|
|
's~href="l(ibstdc|atest)~href="http://gcc.gnu.org/onlinedocs/libstdc++/l\1~' \
|
|
libstdc++-v3/doc/html/api.html
|
|
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
TARGET_PLATFORM=%{gcc_target_platform}
|
|
|
|
# There are some MP bugs in libstdc++ Makefiles
|
|
make -C %{gcc_target_platform}/libstdc++-v3
|
|
|
|
%if 0%{?scl:1}
|
|
rm -f gcc/libgcc_s.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
GROUP ( /%{_lib}/libgcc_s.so.1 libgcc.a )' > gcc/libgcc_s.so
|
|
%endif
|
|
|
|
make prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir} \
|
|
infodir=%{buildroot}%{_infodir} install
|
|
|
|
%if 0%{?scl:1}
|
|
rm -f gcc/libgcc_s.so
|
|
ln -sf libgcc_s.so.1 gcc/libgcc_s.so
|
|
%endif
|
|
|
|
FULLPATH=%{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
FULLEPATH=%{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%if 0%{?scl:1}
|
|
ln -sf ../../../../bin/ar $FULLEPATH/ar
|
|
ln -sf ../../../../bin/as $FULLEPATH/as
|
|
ln -sf ../../../../bin/ld $FULLEPATH/ld
|
|
ln -sf ../../../../bin/ld.bfd $FULLEPATH/ld.bfd
|
|
ln -sf ../../../../bin/ld.gold $FULLEPATH/ld.gold
|
|
ln -sf ../../../../bin/nm $FULLEPATH/nm
|
|
ln -sf ../../../../bin/objcopy $FULLEPATH/objcopy
|
|
ln -sf ../../../../bin/ranlib $FULLEPATH/ranlib
|
|
ln -sf ../../../../bin/strip $FULLEPATH/strip
|
|
%endif
|
|
|
|
%if %{build_isl}
|
|
cp -a isl-install/lib/libisl.so.23 $FULLPATH/
|
|
%endif
|
|
|
|
# fix some things
|
|
ln -sf gcc %{buildroot}%{_prefix}/bin/cc
|
|
mkdir -p %{buildroot}/lib
|
|
ln -sf ..%{_prefix}/bin/cpp %{buildroot}/lib/cpp
|
|
ln -sf gfortran %{buildroot}%{_prefix}/bin/f95
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
gzip -9 %{buildroot}%{_infodir}/*.info*
|
|
ln -sf gcc %{buildroot}%{_prefix}/bin/gnatgcc
|
|
mkdir -p %{buildroot}%{_fmoddir}
|
|
|
|
cxxconfig="`find %{gcc_target_platform}/libstdc++-v3/include -name c++config.h`"
|
|
for i in `find %{gcc_target_platform}/[36]*/libstdc++-v3/include -name c++config.h 2>/dev/null`; do
|
|
if ! diff -up $cxxconfig $i; then
|
|
cat > %{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/bits/c++config.h <<EOF
|
|
#ifndef _CPP_CPPCONFIG_WRAPPER
|
|
#define _CPP_CPPCONFIG_WRAPPER 1
|
|
#include <bits/wordsize.h>
|
|
#if __WORDSIZE == 32
|
|
%ifarch %{multilib_64_archs}
|
|
`cat $(find %{gcc_target_platform}/32/libstdc++-v3/include -name c++config.h)`
|
|
%else
|
|
`cat $(find %{gcc_target_platform}/libstdc++-v3/include -name c++config.h)`
|
|
%endif
|
|
#else
|
|
%ifarch %{multilib_64_archs}
|
|
`cat $(find %{gcc_target_platform}/libstdc++-v3/include -name c++config.h)`
|
|
%else
|
|
`cat $(find %{gcc_target_platform}/64/libstdc++-v3/include -name c++config.h)`
|
|
%endif
|
|
#endif
|
|
#endif
|
|
EOF
|
|
break
|
|
fi
|
|
done
|
|
|
|
for f in `find %{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/ -name c++config.h`; do
|
|
for i in 1 2 4 8; do
|
|
sed -i -e 's/#define _GLIBCXX_ATOMIC_BUILTINS_'$i' 1/#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_'$i'\
|
|
&\
|
|
#endif/' $f
|
|
done
|
|
%if 0%{?rhel} <= 7
|
|
# Force the old ABI unconditionally, the new one does not work in the
|
|
# libstdc++_nonshared.a model against RHEL 6/7 libstdc++.so.6.
|
|
sed -i -e 's/\(define[[:blank:]]*_GLIBCXX_USE_DUAL_ABI[[:blank:]]*\)1/\10/' $f
|
|
%endif
|
|
done
|
|
|
|
# Nuke bits/*.h.gch dirs
|
|
# 1) there is no bits/*.h header installed, so when gch file can't be
|
|
# used, compilation fails
|
|
# 2) sometimes it is hard to match the exact options used for building
|
|
# libstdc++-v3 or they aren't desirable
|
|
# 3) there are multilib issues, conflicts etc. with this
|
|
# 4) it is huge
|
|
# People can always precompile on their own whatever they want, but
|
|
# shipping this for everybody is unnecessary.
|
|
rm -rf %{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/bits/*.h.gch
|
|
|
|
%if %{build_libstdcxx_docs}
|
|
libstdcxx_doc_builddir=%{gcc_target_platform}/libstdc++-v3/doc/doxygen
|
|
mkdir -p ../rpm.doc/libstdc++-v3
|
|
cp -r -p ../libstdc++-v3/doc/html ../rpm.doc/libstdc++-v3/html
|
|
cp -r -p $libstdcxx_doc_builddir/html ../rpm.doc/libstdc++-v3/html/api
|
|
mkdir -p %{buildroot}%{_mandir}/man3
|
|
cp -r -p $libstdcxx_doc_builddir/man/man3/* %{buildroot}%{_mandir}/man3/
|
|
find ../rpm.doc/libstdc++-v3 -name \*~ | xargs rm
|
|
%endif
|
|
|
|
%ifarch sparcv9 sparc64
|
|
ln -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gcc \
|
|
%{buildroot}%{_prefix}/bin/sparc-%{_vendor}-%{_target_os}-gcc
|
|
%endif
|
|
%ifarch ppc ppc64 ppc64p7
|
|
ln -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gcc \
|
|
%{buildroot}%{_prefix}/bin/ppc-%{_vendor}-%{_target_os}-gcc
|
|
%endif
|
|
|
|
%ifarch sparcv9 ppc
|
|
FULLLPATH=$FULLPATH/lib32
|
|
%endif
|
|
%ifarch sparc64 ppc64 ppc64p7
|
|
FULLLPATH=$FULLPATH/lib64
|
|
%endif
|
|
if [ -n "$FULLLPATH" ]; then
|
|
mkdir -p $FULLLPATH
|
|
else
|
|
FULLLPATH=$FULLPATH
|
|
fi
|
|
|
|
find %{buildroot} -name \*.la | xargs rm -f
|
|
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libgfortran.spec $FULLPATH/
|
|
%if %{build_libitm}
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libitm.spec $FULLPATH/
|
|
%endif
|
|
%if %{build_libasan}
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libsanitizer.spec $FULLPATH/
|
|
%endif
|
|
|
|
mkdir -p %{buildroot}/%{_lib}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgcc_s.so.1 %{buildroot}/%{_lib}/libgcc_s-%{gcc_major}-%{DATE}.so.1
|
|
chmod 755 %{buildroot}/%{_lib}/libgcc_s-%{gcc_major}-%{DATE}.so.1
|
|
ln -sf libgcc_s-%{gcc_major}-%{DATE}.so.1 %{buildroot}/%{_lib}/libgcc_s.so.1
|
|
ln -sf /%{_lib}/libgcc_s.so.1 $FULLPATH/libgcc_s.so
|
|
%ifarch %{multilib_64_archs}
|
|
ln -sf /lib/libgcc_s.so.1 $FULLPATH/32/libgcc_s.so
|
|
%endif
|
|
|
|
rm -f $FULLPATH/libgcc_s.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
GROUP ( /%{_lib}/libgcc_s.so.1 libgcc.a )' > $FULLPATH/libgcc_s.so
|
|
%ifarch sparcv9 ppc
|
|
rm -f $FULLPATH/64/libgcc_s.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
GROUP ( /lib64/libgcc_s.so.1 libgcc.a )' > $FULLPATH/64/libgcc_s.so
|
|
%endif
|
|
%ifarch %{multilib_64_archs}
|
|
rm -f $FULLPATH/32/libgcc_s.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
GROUP ( /lib/libgcc_s.so.1 libgcc.a )' > $FULLPATH/32/libgcc_s.so
|
|
%endif
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgomp.spec $FULLPATH/
|
|
cp -a %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++_nonshared%{nonsharedver}.a \
|
|
$FULLLPATH/libstdc++_nonshared.a
|
|
cp -a %{gcc_target_platform}/libgfortran/.libs/libgfortran_nonshared80.a \
|
|
$FULLLPATH/libgfortran_nonshared.a
|
|
|
|
%if 0%{?rhel} <= 7
|
|
# Build libgomp_nonshared.a with the system compiler. Use -O2 to
|
|
# get tailcalls.
|
|
gcc %{SOURCE6} -O2 -c
|
|
ar rcs libgomp_nonshared.a libgomp_nonshared.o
|
|
cp -a libgomp_nonshared.a $FULLLPATH
|
|
%ifarch x86_64
|
|
# Only need this for -m32 on x86_64. devtoolset-N-gcc isn't multilib,
|
|
# and we don't have a devtoolset-N-libgomp-devel subpackage.
|
|
gcc %{SOURCE6} -O2 -c -m32 -o libgomp_nonshared32.o
|
|
ar rcs libgomp_nonshared32.a libgomp_nonshared32.o
|
|
cp -a libgomp_nonshared32.a $FULLLPATH/32/libgomp_nonshared.a
|
|
%endif
|
|
%endif
|
|
|
|
mkdir -p %{buildroot}%{_prefix}/libexec/getconf
|
|
if gcc/xgcc -B gcc/ -E -P -dD -xc /dev/null | grep '__LONG_MAX__.*\(2147483647\|0x7fffffff\($\|[LU]\)\)'; then
|
|
ln -sf POSIX_V6_ILP32_OFF32 %{buildroot}%{_prefix}/libexec/getconf/default
|
|
else
|
|
ln -sf POSIX_V6_LP64_OFF64 %{buildroot}%{_prefix}/libexec/getconf/default
|
|
fi
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++*gdb.py* \
|
|
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
|
|
pushd ../libstdc++-v3/python
|
|
for i in `find . -name \*.py`; do
|
|
touch -r $i %{buildroot}%{_prefix}/share/gcc-%{gcc_major}/python/$i
|
|
done
|
|
touch -r hook.in %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc++*gdb.py
|
|
popd
|
|
for f in `find %{buildroot}%{_prefix}/share/gcc-%{gcc_major}/python/ \
|
|
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/ -name \*.py`; do
|
|
r=${f/$RPM_BUILD_ROOT/}
|
|
%if 0%{?rhel} <= 7
|
|
%{__python} -c 'import py_compile; py_compile.compile("'$f'", dfile="'$r'")'
|
|
%{__python} -O -c 'import py_compile; py_compile.compile("'$f'", dfile="'$r'")'
|
|
%else
|
|
%{__python3} -c 'import py_compile; py_compile.compile("'$f'", dfile="'$r'")'
|
|
%{__python3} -O -c 'import py_compile; py_compile.compile("'$f'", dfile="'$r'")'
|
|
%endif
|
|
done
|
|
|
|
rm -f $FULLEPATH/libgccjit.so
|
|
mkdir -p %{buildroot}%{_prefix}/%{_lib}/
|
|
cp -a objlibgccjit/gcc/libgccjit.so.* %{buildroot}%{_prefix}/%{_lib}/
|
|
rm -f $FULLPATH/libgccjit.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{_prefix}/%{_lib}/libgccjit.so.0 )' > $FULLPATH/libgccjit.so
|
|
cp -a ../gcc/jit/libgccjit*.h $FULLPATH/include/
|
|
/usr/bin/install -c -m 644 objlibgccjit/gcc/doc/libgccjit.info %{buildroot}/%{_infodir}/
|
|
gzip -9 %{buildroot}/%{_infodir}/libgccjit.info
|
|
|
|
pushd $FULLPATH
|
|
%if 0%{?rhel} <= 7
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libgomp.so.1 -lgomp_nonshared )' > libgomp.so
|
|
%else
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libgomp.so.1 )' > libgomp.so
|
|
%endif
|
|
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libstdc++.so.6 -lstdc++_nonshared )' > libstdc++.so
|
|
rm -f libgfortran.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libgfortran.so.5 -lgfortran_nonshared )' > libgfortran.so
|
|
%if %{build_libquadmath}
|
|
rm -f libquadmath.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
%if 0%{!?scl:1}
|
|
INPUT ( %{_prefix}/%{_lib}/libquadmath.so.0 )' > libquadmath.so
|
|
%else
|
|
INPUT ( %{_root_prefix}/%{_lib}/libquadmath.so.0 )' > libquadmath.so
|
|
%endif
|
|
%endif
|
|
%if %{build_libitm}
|
|
rm -f libitm.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libitm.so.1 )' > libitm.so
|
|
%endif
|
|
%if %{build_libatomic}
|
|
rm -f libatomic.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libatomic.so.1 )' > libatomic.so
|
|
%endif
|
|
%if %{build_libasan}
|
|
rm -f libasan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libasan.so.8 )' > libasan.so
|
|
%endif
|
|
%if %{build_libtsan}
|
|
rm -f libtsan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libtsan.so.2 )' > libtsan.so
|
|
%endif
|
|
%if %{build_libubsan}
|
|
rm -f libubsan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libubsan.so.1 )' > libubsan.so
|
|
%endif
|
|
%if %{build_libhwasan}
|
|
rm -f libhwasan.so
|
|
echo 'INPUT ( %{_root_prefix}/%{_lib}/'`echo ../../../../%{_lib}/libhwasan.so.0.* | sed 's,^.*libh,libh,'`' )' > libhwasan.so
|
|
%endif
|
|
%if %{build_liblsan}
|
|
rm -f liblsan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/liblsan.so.0 )' > liblsan.so
|
|
%endif
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++fs.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libsupc++.*a .
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgfortran.*a .
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgomp.*a .
|
|
%if %{build_libquadmath}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libquadmath.*a $FULLLPATH/
|
|
%endif
|
|
%if %{build_libitm}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libitm.*a $FULLLPATH/
|
|
%endif
|
|
%if %{build_libatomic}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libatomic.*a $FULLLPATH/
|
|
%endif
|
|
%if %{build_libasan}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libasan.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libasan_preinit.o $FULLLPATH/
|
|
%endif
|
|
%if %{build_libubsan}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libubsan.*a $FULLLPATH/
|
|
%endif
|
|
%if %{build_libtsan}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libtsan.*a $FULLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libtsan_preinit.o $FULLPATH/
|
|
%endif
|
|
%if %{build_libhwasan}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libhwasan.*a $FULLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libhwasan_preinit.o $FULLPATH/
|
|
%endif
|
|
%if %{build_liblsan}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/liblsan.*a $FULLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/liblsan_preinit.o $FULLPATH/
|
|
%endif
|
|
|
|
%ifarch sparcv9 ppc
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libstdc++.so.6 -lstdc++_nonshared )' > 64/libstdc++.so
|
|
rm -f 64/libgfortran.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libgfortran.so.5 -lgfortran_nonshared )' > 64/libgfortran.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libgomp.so.1 )' > 64/libgomp.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{_prefix}/lib64/libgccjit.so.0 )' > 64/libgccjit.so
|
|
%if %{build_libquadmath}
|
|
rm -f 64/libquadmath.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
%if 0%{!?scl:1}
|
|
INPUT ( %{_prefix}/lib64/libquadmath.so.0 )' > 64/libquadmath.so
|
|
%else
|
|
%if 0%{?rhel} >= 7
|
|
INPUT ( %{_root_prefix}/lib64/libquadmath.so.0 )' > 64/libquadmath.so
|
|
%else
|
|
INPUT ( libquadmath.a )' > 64/libquadmath.so
|
|
%endif
|
|
%endif
|
|
%endif
|
|
%if %{build_libitm}
|
|
rm -f 64/libitm.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libitm.so.1 )' > 64/libitm.so
|
|
%endif
|
|
%if %{build_libatomic}
|
|
rm -f 64/libatomic.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libatomic.so.1 )' > 64/libatomic.so
|
|
%endif
|
|
%if %{build_libasan}
|
|
rm -f 64/libasan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libasan.so.8 )' > 64/libasan.so
|
|
%endif
|
|
%if %{build_libubsan}
|
|
rm -f 64/libubsan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib64/libubsan.so.1 )' > 64/libubsan.so
|
|
%endif
|
|
mv -f %{buildroot}%{_prefix}/lib64/libsupc++.*a 64/
|
|
mv -f %{buildroot}%{_prefix}/lib64/libgfortran.*a 64/
|
|
mv -f %{buildroot}%{_prefix}/lib64/libgomp.*a 64/
|
|
%if %{build_libquadmath}
|
|
mv -f %{buildroot}%{_prefix}/lib64/libquadmath.*a 64/
|
|
%endif
|
|
ln -sf lib32/libstdc++.a libstdc++.a
|
|
ln -sf ../lib64/libstdc++.a 64/libstdc++.a
|
|
ln -sf lib32/libstdc++fs.a libstdc++fs.a
|
|
ln -sf ../lib64/libstdc++fs.a 64/libstdc++fs.a
|
|
ln -sf lib32/libstdc++_nonshared.a libstdc++_nonshared.a
|
|
ln -sf ../lib64/libstdc++_nonshared.a 64/libstdc++_nonshared.a
|
|
%if %{build_libquadmath}
|
|
ln -sf lib32/libquadmath.a libquadmath.a
|
|
ln -sf ../lib64/libquadmath.a 64/libquadmath.a
|
|
%endif
|
|
%if %{build_libitm}
|
|
ln -sf lib32/libitm.a libitm.a
|
|
ln -sf ../lib64/libitm.a 64/libitm.a
|
|
%endif
|
|
%if %{build_libatomic}
|
|
ln -sf lib32/libatomic.a libatomic.a
|
|
ln -sf ../lib64/libatomic.a 64/libatomic.a
|
|
%endif
|
|
%if %{build_libasan}
|
|
ln -sf lib32/libasan.a libasan.a
|
|
ln -sf ../lib64/libasan.a 64/libasan.a
|
|
ln -sf lib32/libasan_preinit.o libasan_preinit.o
|
|
ln -sf ../lib64/libasan_preinit.o 64/libasan_preinit.o
|
|
%endif
|
|
%if %{build_libubsan}
|
|
ln -sf lib32/libubsan.a libubsan.a
|
|
ln -sf ../lib64/libubsan.a 64/libubsan.a
|
|
%endif
|
|
%endif
|
|
%ifarch %{multilib_64_archs}
|
|
mkdir -p 32
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libstdc++.so.6 -lstdc++_nonshared )' > 32/libstdc++.so
|
|
rm -f 32/libgfortran.so
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libgfortran.so.5 -lgfortran_nonshared )' > 32/libgfortran.so
|
|
|
|
%if 0%{?rhel} <= 7
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libgomp.so.1 -lgomp_nonshared )' > 32/libgomp.so
|
|
%else
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libgomp.so.1 )' > 32/libgomp.so
|
|
%endif
|
|
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{_prefix}/lib/libgccjit.so.0 )' > 32/libgccjit.so
|
|
%if %{build_libquadmath}
|
|
rm -f 32/libquadmath.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
%if 0%{!?scl:1}
|
|
INPUT ( %{_prefix}/lib/libquadmath.so.0 )' > 32/libquadmath.so
|
|
%else
|
|
%if 0%{?rhel} >= 7
|
|
INPUT ( %{_root_prefix}/lib/libquadmath.so.0 )' > 32/libquadmath.so
|
|
%else
|
|
INPUT ( libquadmath.a )' > 32/libquadmath.so
|
|
%endif
|
|
%endif
|
|
%endif
|
|
%if %{build_libitm}
|
|
rm -f 32/libitm.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libitm.so.1 )' > 32/libitm.so
|
|
%endif
|
|
%if %{build_libatomic}
|
|
rm -f 32/libatomic.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libatomic.so.1 )' > 32/libatomic.so
|
|
%endif
|
|
%if %{build_libasan}
|
|
rm -f 32/libasan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libasan.so.8 )' > 32/libasan.so
|
|
%endif
|
|
%if %{build_libubsan}
|
|
rm -f 32/libubsan.so
|
|
echo '/* GNU ld script */
|
|
%{oformat2}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/libubsan.so.1 )' > 32/libubsan.so
|
|
%endif
|
|
mv -f %{buildroot}%{_prefix}/lib/libsupc++.*a 32/
|
|
mv -f %{buildroot}%{_prefix}/lib/libgfortran.*a 32/
|
|
mv -f %{buildroot}%{_prefix}/lib/libgomp.*a 32/
|
|
%if %{build_libquadmath}
|
|
mv -f %{buildroot}%{_prefix}/lib/libquadmath.*a 32/
|
|
%endif
|
|
%endif
|
|
%ifarch sparc64 ppc64
|
|
ln -sf ../lib32/libstdc++.a 32/libstdc++.a
|
|
ln -sf lib64/libstdc++.a libstdc++.a
|
|
ln -sf ../lib32/libstdc++fs.a 32/libstdc++fs.a
|
|
ln -sf lib64/libstdc++fs.a libstdc++fs.a
|
|
ln -sf ../lib32/libstdc++_nonshared.a 32/libstdc++_nonshared.a
|
|
ln -sf lib64/libstdc++_nonshared.a libstdc++_nonshared.a
|
|
ln -sf ../lib32/libgfortran_nonshared.a 32/libgfortran_nonshared.a
|
|
ln -sf lib64/libgfortran_nonshared.a libgfortran_nonshared.a
|
|
ln -sf lib64/libgomp_nonshared.a libgomp_nonshared.a
|
|
%if %{build_libquadmath}
|
|
ln -sf ../lib32/libquadmath.a 32/libquadmath.a
|
|
ln -sf lib64/libquadmath.a libquadmath.a
|
|
%endif
|
|
%if %{build_libitm}
|
|
ln -sf ../lib32/libitm.a 32/libitm.a
|
|
ln -sf lib64/libitm.a libitm.a
|
|
%endif
|
|
%if %{build_libatomic}
|
|
ln -sf ../lib32/libatomic.a 32/libatomic.a
|
|
ln -sf lib64/libatomic.a libatomic.a
|
|
%endif
|
|
%if %{build_libasan}
|
|
ln -sf ../lib32/libasan.a 32/libasan.a
|
|
ln -sf lib64/libasan.a libasan.a
|
|
ln -sf ../lib32/libasan_preinit.o 32/libasan_preinit.o
|
|
ln -sf lib64/libasan_preinit.o libasan_preinit.o
|
|
%endif
|
|
%if %{build_libubsan}
|
|
ln -sf ../lib32/libubsan.a 32/libubsan.a
|
|
# BZ #2027391
|
|
mv -f lib64/libubsan.a libubsan.a
|
|
%endif
|
|
%else
|
|
%ifarch %{multilib_64_archs}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libstdc++.a 32/libstdc++.a
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libstdc++fs.a 32/libstdc++fs.a
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libstdc++_nonshared.a 32/libstdc++_nonshared.a
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libgfortran_nonshared.a 32/libgfortran_nonshared.a
|
|
%if %{build_libquadmath}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libquadmath.a 32/libquadmath.a
|
|
%endif
|
|
%if %{build_libitm}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libitm.a 32/libitm.a
|
|
%endif
|
|
%if %{build_libatomic}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libatomic.a 32/libatomic.a
|
|
%endif
|
|
%if %{build_libasan}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libasan.a 32/libasan.a
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libasan_preinit.o 32/libasan_preinit.o
|
|
%endif
|
|
%if %{build_libubsan}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}/%{gcc_major}/libubsan.a 32/libubsan.a
|
|
%endif
|
|
%endif
|
|
%endif
|
|
|
|
# If we are building a debug package then copy all of the static archives
|
|
# into the debug directory to keep them as unstripped copies.
|
|
%if 0%{?_enable_debug_packages}
|
|
mkdir -p $RPM_BUILD_ROOT%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/debug%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
adirs="$FULLPATH"
|
|
if [ $FULLLPATH -ne $FULLPATH ]; then
|
|
adirs="$adirs $FULLLPATH"
|
|
fi
|
|
for f in `find $adirs -maxdepth 1 -a \
|
|
\( -name libgfortran.a -o -name libgomp.a \
|
|
-o -name libgcc.a -o -name libgcc_eh.a -o -name libgcov.a \
|
|
-o -name libquadmath.a -o -name libitm.a \
|
|
-o -name libatomic.a -o -name libasan.a \
|
|
-o -name libtsan.a -o -name libubsan.a \
|
|
-o -name liblsan.a \
|
|
-o -name libstdc++_nonshared.a \
|
|
-o -name libgomp_nonshared.a \
|
|
-o -name libgfortran_nonshared.a \
|
|
-o -name libsupc++.a \
|
|
-o -name libstdc++.a -o -name libcaf_single.a \
|
|
-o -name libstdc++fs.a \) -a -type f`; do
|
|
cp -a $f $RPM_BUILD_ROOT%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/lib/debug%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/
|
|
done
|
|
%endif
|
|
|
|
# Strip debug info from Fortran/ObjC/Java static libraries
|
|
strip -g `find . \( -name libgfortran.a -o -name libgomp.a \
|
|
-o -name libgcc.a -o -name libgcov.a \
|
|
-o -name libquadmath.a -o -name libitm.a \
|
|
-o -name libatomic.a -o -name libasan.a \
|
|
-o -name libtsan.a -o -name libubsan.a \
|
|
-o -name liblsan.a \) -a -type f`
|
|
popd
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgfortran.so.5.*
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgomp.so.1.*
|
|
%if %{build_libquadmath}
|
|
%if 0%{!?scl:1}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libquadmath.so.0.*
|
|
%endif
|
|
%endif
|
|
%if %{build_libitm}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libitm.so.1.*
|
|
%if 0%{?scl:1}
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libitm.so.1* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%if 0%{?rhel} <= 7
|
|
mv %{buildroot}%{_infodir}/libitm.info* %{buildroot}%{_root_infodir}/
|
|
%endif
|
|
%endif
|
|
%endif
|
|
%if %{build_libatomic}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libatomic.so.1.*
|
|
%if 0%{?scl:1}
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libatomic.so.1* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%endif
|
|
%endif
|
|
%if %{build_libasan}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libasan.so.8.*
|
|
%if 0%{?scl:1}
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libasan.so.8* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%endif
|
|
%endif
|
|
%if %{build_libtsan}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libtsan.so.2.*
|
|
%if 0%{?scl:1}
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libtsan.so.2* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%endif
|
|
%endif
|
|
%if %{build_libubsan}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libubsan.so.1.*
|
|
%if 0%{?scl:1}
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libubsan.so.1* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%endif
|
|
%endif
|
|
%if %{build_libhwasan}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libhwasan.so.0.*
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libhwasan.so.0* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%endif
|
|
%if %{build_liblsan}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/liblsan.so.0.*
|
|
%if 0%{?scl:1}
|
|
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mv %{buildroot}%{_prefix}/%{_lib}/liblsan.so.0* %{buildroot}%{_root_prefix}/%{_lib}/
|
|
mkdir -p %{buildroot}%{_root_infodir}
|
|
%endif
|
|
%endif
|
|
|
|
for h in `find $FULLPATH/include -name \*.h`; do
|
|
if grep -q 'It has been auto-edited by fixincludes from' $h; then
|
|
rh=`grep -A2 'It has been auto-edited by fixincludes from' $h | tail -1 | sed 's|^.*"\(.*\)".*$|\1|'`
|
|
diff -up $rh $h || :
|
|
rm -f $h
|
|
fi
|
|
done
|
|
|
|
|
|
cd ..
|
|
|
|
# Remove binaries we will not be including, so that they don't end up in
|
|
# gcc-debuginfo
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/{libffi*,libiberty.a,libstdc++*,libgfortran*} || :
|
|
%if 0%{?scl:1}
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/{libquadmath*,libitm*,libatomic*,libasan*,libtsan*,libubsan*,liblsan*}
|
|
%else
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/{libitm*,libatomic*}
|
|
%endif
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/libgomp*
|
|
rm -f %{buildroot}/%{_lib}/libgcc_s*
|
|
rm -f $FULLEPATH/install-tools/{mkheaders,fixincl}
|
|
rm -f %{buildroot}%{_prefix}/lib/{32,64}/libiberty.a
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/libssp*
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/libvtv* || :
|
|
rm -f %{buildroot}/lib/cpp
|
|
rm -f %{buildroot}/%{_lib}/libgcc_s*
|
|
rm -f %{buildroot}%{_prefix}/bin/{f95,gccbug,gnatgcc*}
|
|
rm -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gfortran
|
|
%if 0%{!?scl:1}
|
|
rm -f %{buildroot}%{_prefix}/bin/{*c++*,cc,cpp}
|
|
%endif
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gfortran || :
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
# Remove libraries for the other arch on multilib arches
|
|
rm -f %{buildroot}%{_prefix}/lib/lib*.so*
|
|
rm -f %{buildroot}%{_prefix}/lib/lib*.a
|
|
rm -f %{buildroot}/lib/libgcc_s*.so*
|
|
%else
|
|
%ifarch sparcv9 ppc
|
|
rm -f %{buildroot}%{_prefix}/lib64/lib*.so*
|
|
rm -f %{buildroot}%{_prefix}/lib64/lib*.a
|
|
rm -f %{buildroot}/lib64/libgcc_s*.so*
|
|
%endif
|
|
%endif
|
|
|
|
%ifnarch sparc64 ppc64
|
|
%ifarch %{multilib_64_archs}
|
|
cat <<\EOF > %{buildroot}%{_prefix}/bin/%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}-gcc-%{gcc_major}
|
|
#!/bin/sh
|
|
%ifarch s390x
|
|
exec %{gcc_target_platform}-gcc-%{gcc_major} -m31 "$@"
|
|
%else
|
|
exec %{gcc_target_platform}-gcc-%{gcc_major} -m32 "$@"
|
|
%endif
|
|
EOF
|
|
chmod 755 %{buildroot}%{_prefix}/bin/%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}-gcc-%{gcc_major}
|
|
%endif
|
|
%endif
|
|
|
|
# Help plugins find out nvra.
|
|
echo gcc-%{version}-%{release}.%{arch} > $FULLPATH/rpmver
|
|
|
|
# Add symlink to lto plugin in the binutils plugin directory.
|
|
%{__mkdir_p} %{buildroot}%{_libdir}/bfd-plugins/
|
|
ln -s ../../libexec/gcc/%{gcc_target_platform}/%{gcc_major}/liblto_plugin.so \
|
|
%{buildroot}%{_libdir}/bfd-plugins/
|
|
|
|
%if %{build_annobin_plugin}
|
|
mkdir -p $FULLPATH/plugin
|
|
rm -f $FULLPATH/plugin/gts-gcc-annobin*
|
|
cp -a %{_builddir}/gcc-%{version}-%{DATE}/annobin-plugin/annobin*/gcc-plugin/.libs/annobin.so.0.0.0 \
|
|
$FULLPATH/plugin/gts-gcc-annobin.so.0.0.0
|
|
pushd $FULLPATH/plugin/
|
|
ln -sf gts-gcc-annobin.so.0.0.0 gts-gcc-annobin.so.0
|
|
ln -sf gts-gcc-annobin.so.0.0.0 gts-gcc-annobin.so
|
|
popd
|
|
%endif
|
|
|
|
%check
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
|
|
# Test against the system libstdc++.so.6 + libstdc++_nonshared.a combo
|
|
mv %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so.6{,.not_here}
|
|
mv %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so{,.not_here}
|
|
ln -sf %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libstdc++.so.6 \
|
|
%{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so.6
|
|
echo '/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
%{oformat}
|
|
INPUT ( %{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libstdc++.so.6 -lstdc++_nonshared )' \
|
|
> %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so
|
|
cp -a %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++_nonshared%{nonsharedver}.a \
|
|
%{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++_nonshared.a
|
|
|
|
# run the tests.
|
|
LC_ALL=C make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ \
|
|
%if 0%{?fedora} >= 20 || 0%{?rhel} > 7
|
|
RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" || :
|
|
%else
|
|
%ifnarch ppc ppc64 ppc64le s390x
|
|
RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
|
|
%else
|
|
|| :
|
|
%endif
|
|
%endif
|
|
( LC_ALL=C ../contrib/test_summary -t || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}' > testresults
|
|
rm -rf gcc/testsuite.prev
|
|
mv gcc/testsuite{,.prev}
|
|
rm -f gcc/site.exp
|
|
LC_ALL=C make %{?_smp_mflags} -C gcc -k check-gcc check-g++ ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}' compat.exp struct-layout-1.exp" || :
|
|
mv gcc/testsuite/gcc/gcc.sum{,.sent}
|
|
mv gcc/testsuite/g++/g++.sum{,.sent}
|
|
( LC_ALL=C ../contrib/test_summary -o -t || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}' > testresults2
|
|
rm -rf gcc/testsuite.compat
|
|
mv gcc/testsuite{,.compat}
|
|
mv gcc/testsuite{.prev,}
|
|
echo ====================TESTING=========================
|
|
cat testresults
|
|
echo ===`gcc --version | head -1` compatibility tests====
|
|
cat testresults2
|
|
echo ====================TESTING END=====================
|
|
mkdir testlogs-%{_target_platform}-%{version}-%{release}
|
|
for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
|
|
ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
|
|
done
|
|
for i in `find gcc/testsuite.compat -name \*.log | grep -v 'config.log\|acats.*/tests/'`; do
|
|
ln $i testlogs-%{_target_platform}-%{version}-%{release}/`basename $i`.compat || :
|
|
done
|
|
tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
|
|
| uuencode testlogs-%{_target_platform}.tar.bz2 || :
|
|
rm -rf testlogs-%{_target_platform}-%{version}-%{release}
|
|
|
|
|
|
%if 0%{?scl:1}
|
|
%post gfortran
|
|
if [ -f %{_infodir}/gfortran.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/gfortran.info.gz || :
|
|
fi
|
|
|
|
%preun gfortran
|
|
if [ $1 = 0 -a -f %{_infodir}/gfortran.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/gfortran.info.gz || :
|
|
fi
|
|
%endif
|
|
|
|
%post gdb-plugin -p /sbin/ldconfig
|
|
|
|
%postun gdb-plugin -p /sbin/ldconfig
|
|
|
|
%post -n %{?scl_prefix}libgccjit -p /sbin/ldconfig
|
|
|
|
%postun -n %{?scl_prefix}libgccjit -p /sbin/ldconfig
|
|
|
|
%post -n %{?scl_prefix}libgccjit-docs
|
|
if [ -f %{_infodir}/libgccjit.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/libgccjit.info.gz || :
|
|
fi
|
|
|
|
%preun -n %{?scl_prefix}libgccjit-docs
|
|
if [ $1 = 0 -a -f %{_infodir}/libgccjit.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/libgccjit.info.gz || :
|
|
fi
|
|
|
|
%post -n libquadmath
|
|
/sbin/ldconfig
|
|
if [ -f %{_infodir}/libquadmath.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/libquadmath.info.gz || :
|
|
fi
|
|
|
|
%preun -n libquadmath
|
|
if [ $1 = 0 -a -f %{_infodir}/libquadmath.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/libquadmath.info.gz || :
|
|
fi
|
|
|
|
%postun -n libquadmath -p /sbin/ldconfig
|
|
|
|
%post -n libitm
|
|
/sbin/ldconfig
|
|
if [ -f %{_infodir}/libitm.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/libitm.info.gz || :
|
|
fi
|
|
|
|
%preun -n libitm
|
|
if [ $1 = 0 -a -f %{_infodir}/libitm.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/libitm.info.gz || :
|
|
fi
|
|
|
|
%postun -n libitm -p /sbin/ldconfig
|
|
|
|
%post -n libatomic -p /sbin/ldconfig
|
|
|
|
%postun -n libatomic -p /sbin/ldconfig
|
|
|
|
%post -n libasan8 -p /sbin/ldconfig
|
|
|
|
%postun -n libasan8 -p /sbin/ldconfig
|
|
|
|
%post -n libtsan2 -p /sbin/ldconfig
|
|
|
|
%postun -n libtsan2 -p /sbin/ldconfig
|
|
|
|
%post -n libubsan1 -p /sbin/ldconfig
|
|
|
|
%postun -n libubsan1 -p /sbin/ldconfig
|
|
|
|
%post -n liblsan -p /sbin/ldconfig
|
|
|
|
%postun -n liblsan -p /sbin/ldconfig
|
|
|
|
%files
|
|
%{_prefix}/bin/gcc
|
|
%{_prefix}/bin/gcov
|
|
%{_prefix}/bin/gcov-tool
|
|
%{_prefix}/bin/gcov-dump
|
|
%{_prefix}/bin/gcc-ar
|
|
%{_prefix}/bin/gcc-nm
|
|
%{_prefix}/bin/gcc-ranlib
|
|
%{_prefix}/bin/lto-dump
|
|
%ifarch ppc
|
|
%{_prefix}/bin/%{_target_platform}-gcc
|
|
%endif
|
|
%ifarch sparc64 sparcv9
|
|
%{_prefix}/bin/sparc-%{_vendor}-%{_target_os}%{?_gnu}-gcc
|
|
%endif
|
|
%ifarch ppc64 ppc64p7
|
|
%{_prefix}/bin/ppc-%{_vendor}-%{_target_os}%{?_gnu}-gcc
|
|
%endif
|
|
%{_prefix}/bin/%{gcc_target_platform}-gcc
|
|
%{_prefix}/bin/%{gcc_target_platform}-gcc-%{gcc_major}
|
|
%ifnarch sparc64 ppc64
|
|
%ifarch %{multilib_64_archs}
|
|
%{_prefix}/bin/%{multilib_32_arch}-%{_vendor}-%{_target_os}%{?_gnu}-gcc-%{gcc_major}
|
|
%endif
|
|
%endif
|
|
%if 0%{?scl:1}
|
|
%{_prefix}/bin/cc
|
|
%{_prefix}/bin/cpp
|
|
%{_mandir}/man1/gcc.1*
|
|
%{_mandir}/man1/cpp.1*
|
|
%{_mandir}/man1/gcov.1*
|
|
%{_mandir}/man1/gcov-tool.1*
|
|
%{_mandir}/man1/gcov-dump.1*
|
|
%{_mandir}/man1/lto-dump.1*
|
|
%{_infodir}/gcc*
|
|
%{_infodir}/cpp*
|
|
%endif
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/libexec/gcc
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/lto1
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/lto-wrapper
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/liblto_plugin.so*
|
|
%{_libdir}/bfd-plugins/liblto_plugin.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/rpmver
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stddef.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdarg.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdfix.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/varargs.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/float.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/limits.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdbool.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/iso646.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/syslimits.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/unwind.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/omp.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/openacc.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/acc_prof.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdint.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdint-gcc.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdalign.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdnoreturn.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/stdatomic.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/gcov.h
|
|
%ifarch %{ix86} x86_64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/emmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/pmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/tmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ammintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/smmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/nmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/wmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/immintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avxintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/x86intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/fma4intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xopintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/lwpintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/popcntintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmiintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/tbmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ia32intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx2intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmi2intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/f16cintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/fmaintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/lzcntintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/rtmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xtestintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/adxintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/prfchwintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/rdseedintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/fxsrintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xsaveintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xsaveoptintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512cdintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512erintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512fintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512pfintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/shaintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mm_malloc.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mm3dnow.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cpuid.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cross-stdarg.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512bwintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512dqintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512ifmaintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512ifmavlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vbmiintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vbmivlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vlbwintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vldqintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/clflushoptintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/clwbintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mwaitxintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xsavecintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xsavesintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/clzerointrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/pkuintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx5124fmapsintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx5124vnniwintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vpopcntdqintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/sgxintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/gfniintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cetintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cet.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vbmi2intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vbmi2vlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vnniintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vnnivlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/vaesintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/vpclmulqdqintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vpopcntdqvlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512bitalgintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/pconfigintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/wbnoinvdintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/movdirintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/waitpkgintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cldemoteintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512bf16vlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512bf16intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/enqcmdintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vp2intersectintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vp2intersectvlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/serializeintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/tsxldtrkintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxtileintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxint8intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxbf16intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/x86gprintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/uintrintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/hresetintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/keylockerintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avxvnniintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mwaitintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512fp16intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512fp16vlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avxifmaintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avxvnniint8intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avxneconvertintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cmpccxaddintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxfp16intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/prfchiintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/raointintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxcomplexintrin.h
|
|
%endif
|
|
%ifarch ia64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ia64intrin.h
|
|
%endif
|
|
%ifarch ppc ppc64 ppc64le ppc64p7
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ppc-asm.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/altivec.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ppu_intrinsics.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/si2vmx.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/spu2vmx.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/vec_types.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/htmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/htmxlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmi2intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmiintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mm_malloc.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/emmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/x86intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/pmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/tmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/smmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amo.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/nmmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/immintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/x86gprintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/rs6000-vecdefines.h
|
|
%endif
|
|
%ifarch %{arm}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/unwind-arm-common.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_neon.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_acle.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_cmse.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_fp16.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_bf16.h
|
|
%endif
|
|
%ifarch aarch64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_neon.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_acle.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_fp16.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_bf16.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/arm_sve.h
|
|
%endif
|
|
%ifarch sparc sparcv9 sparc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/visintrin.h
|
|
%endif
|
|
%ifarch s390 s390x
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/s390intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/htmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/htmxlintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/vecintrin.h
|
|
%endif
|
|
%if %{build_libasan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/sanitizer
|
|
%endif
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cc1
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/collect2
|
|
%if 0%{?scl:1}
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/ar
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/as
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/ld
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/ld.bfd
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/ld.gold
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/nm
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/objcopy
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/ranlib
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/strip
|
|
%endif
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/crt*.o
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgcc.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgcov.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgcc_eh.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgcc_s.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgomp.spec
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgomp.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgomp.so
|
|
%if 0%{?rhel} <= 7
|
|
%ifnarch ppc
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgomp_nonshared.a
|
|
%endif
|
|
%endif
|
|
%if %{build_libitm}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.spec
|
|
%endif
|
|
%if %{build_libasan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libsanitizer.spec
|
|
%endif
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
%if %{build_libquadmath}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.so
|
|
%endif
|
|
%endif
|
|
%if %{build_isl}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libisl.so.*
|
|
%endif
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/crt*.o
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgcc.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgcov.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgcc_eh.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgcc_s.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgomp.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgomp.so
|
|
%if %{build_libquadmath}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libquadmath.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libquadmath.so
|
|
%endif
|
|
%if %{build_libitm}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libitm.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libitm.so
|
|
%endif
|
|
%if %{build_libatomic}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libatomic.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libatomic.so
|
|
%endif
|
|
%if %{build_libasan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libasan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libasan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libasan_preinit.o
|
|
%endif
|
|
%if %{build_libubsan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libubsan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libubsan.so
|
|
%endif
|
|
%endif
|
|
%ifarch %{multilib_64_archs}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/crt*.o
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgcc.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgcov.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgcc_eh.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgcc_s.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgomp.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgomp.so
|
|
|
|
# Add libgomp_nonshared.a
|
|
%if 0%{?rhel} <= 7
|
|
%ifarch x86_64
|
|
# Need it for -m32.
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgomp_nonshared.a
|
|
%endif
|
|
%ifarch ppc64
|
|
# We've created a symlink to lib64/libgomp_nonshared.a, so add it.
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libgomp_nonshared.a
|
|
%endif
|
|
%endif
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgccjit.so
|
|
%if %{build_libquadmath}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libquadmath.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libquadmath.so
|
|
%endif
|
|
%if %{build_libitm}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libitm.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libitm.so
|
|
%endif
|
|
%if %{build_libatomic}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libatomic.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libatomic.so
|
|
%endif
|
|
%if %{build_libasan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libasan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libasan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libasan_preinit.o
|
|
%endif
|
|
%if %{build_libubsan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libubsan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libubsan.so
|
|
%endif
|
|
%endif
|
|
%ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
|
%if %{build_libquadmath}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.so
|
|
%endif
|
|
%if %{build_libitm}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.so
|
|
%endif
|
|
%if %{build_libatomic}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.so
|
|
%endif
|
|
%if %{build_libasan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan_preinit.o
|
|
%endif
|
|
%if %{build_libubsan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.so
|
|
%endif
|
|
%if %{build_libtsan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan.so
|
|
%endif
|
|
%if %{build_libhwasan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libhwasan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libhwasan_preinit.o
|
|
%endif
|
|
%if %{build_liblsan}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan.so
|
|
%endif
|
|
%endif
|
|
%doc gcc/README* rpm.doc/changelogs/gcc/ChangeLog* gcc/COPYING* COPYING.RUNTIME
|
|
|
|
%if %{build_annobin_plugin}
|
|
%files -n %{?scl_prefix}gcc-plugin-annobin
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/gts-gcc-annobin.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/gts-gcc-annobin.so.0
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/gts-gcc-annobin.so.0.0.0
|
|
%endif
|
|
|
|
%files c++
|
|
%{_prefix}/bin/%{gcc_target_platform}-g++
|
|
%{_prefix}/bin/g++
|
|
%if 0%{?scl:1}
|
|
%{_prefix}/bin/%{gcc_target_platform}-c++
|
|
%{_prefix}/bin/c++
|
|
%{_mandir}/man1/g++.1*
|
|
%endif
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/libexec/gcc
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cc1plus
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/g++-mapper-server
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libstdc++.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libstdc++fs.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libstdc++_nonshared.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libsupc++.a
|
|
%endif
|
|
%ifarch %{multilib_64_archs}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libstdc++.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libstdc++fs.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libstdc++_nonshared.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libsupc++.a
|
|
%endif
|
|
%ifarch sparcv9 ppc %{multilib_64_archs}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libsupc++.a
|
|
%endif
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++fs.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++_nonshared.a
|
|
%endif
|
|
%doc rpm.doc/changelogs/gcc/cp/ChangeLog*
|
|
|
|
%files -n %{?scl_prefix}libstdc++%{!?scl:13}-devel
|
|
%defattr(-,root,root,-)
|
|
%dir %{_prefix}/include/c++
|
|
%{_prefix}/include/c++/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libstdc++fs.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libstdc++_nonshared.a
|
|
%endif
|
|
%ifarch sparc64 ppc64
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libstdc++fs.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libstdc++_nonshared.a
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++fs.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++_nonshared.a
|
|
%endif
|
|
%ifnarch sparcv9 ppc %{multilib_64_archs}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libsupc++.a
|
|
%endif
|
|
%doc rpm.doc/changelogs/libstdc++-v3/ChangeLog* libstdc++-v3/README*
|
|
|
|
|
|
%if %{build_libstdcxx_docs}
|
|
%files -n %{?scl_prefix}libstdc++-docs
|
|
%{_mandir}/man3/*
|
|
%doc rpm.doc/libstdc++-v3/html
|
|
%endif
|
|
|
|
%files gfortran
|
|
%{_prefix}/bin/gfortran
|
|
%if 0%{?scl:1}
|
|
%{_mandir}/man1/gfortran.1*
|
|
%{_infodir}/gfortran*
|
|
%endif
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/libexec/gcc
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ISO_Fortran_binding.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/omp_lib.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/omp_lib.f90
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/omp_lib.mod
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/omp_lib_kinds.mod
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/openacc.f90
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/openacc.mod
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/openacc_kinds.mod
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/openacc_lib.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/ieee_arithmetic.mod
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/ieee_exceptions.mod
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude/ieee_features.mod
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/f951
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.spec
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcaf_single.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran_nonshared.a
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libcaf_single.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgfortran.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgfortran.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/finclude
|
|
%endif
|
|
%ifarch %{multilib_64_archs}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libcaf_single.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgfortran.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgfortran.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgfortran_nonshared.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/finclude
|
|
%endif
|
|
%ifarch ppc64
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libgfortran_nonshared.a
|
|
%endif
|
|
%doc rpm.doc/gfortran/*
|
|
|
|
%if %{build_libquadmath}
|
|
%files -n %{?scl_prefix}libquadmath-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/quadmath.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/quadmath_weak.h
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libquadmath.a
|
|
%endif
|
|
%ifarch sparc64 ppc64 ppc64p7
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libquadmath.a
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.so
|
|
%endif
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%ifarch %{ix86}
|
|
# Need it for -m32.
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran_nonshared.a
|
|
%endif
|
|
%doc rpm.doc/libquadmath/ChangeLog*
|
|
%endif
|
|
|
|
%if %{build_libitm}
|
|
%files -n %{?scl_prefix}libitm-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libitm.a
|
|
%endif
|
|
%ifarch sparc64 ppc64 ppc64p7
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libitm.a
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.a
|
|
%endif
|
|
%doc rpm.doc/libitm/ChangeLog*
|
|
%endif
|
|
|
|
%if %{build_libatomic}
|
|
%files -n %{?scl_prefix}libatomic-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libatomic.a
|
|
%endif
|
|
%ifarch sparc64 ppc64 ppc64p7
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libatomic.a
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.a
|
|
%endif
|
|
%doc rpm.doc/changelogs/libatomic/ChangeLog*
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
%files -n libasan8
|
|
%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libasan.so.8*
|
|
|
|
%files -n %{?scl_prefix}libasan-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libasan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libasan_preinit.o
|
|
%endif
|
|
%ifarch sparc64 ppc64 ppc64p7
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libasan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libasan_preinit.o
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan_preinit.o
|
|
%endif
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license libsanitizer/LICENSE.TXT
|
|
%endif
|
|
|
|
%if %{build_libubsan}
|
|
# GTS 12 libubsan1 would clash with the system RHEL 8 libubsan.
|
|
%if 0%{?rhel} < 8
|
|
%files -n libubsan1
|
|
%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libubsan.so.1*
|
|
%endif
|
|
|
|
%files -n %{?scl_prefix}libubsan-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.a
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license libsanitizer/LICENSE.TXT
|
|
%endif
|
|
|
|
%if %{build_libtsan}
|
|
%files -n libtsan2
|
|
%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libtsan.so.2*
|
|
|
|
%files -n %{?scl_prefix}libtsan-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan_preinit.o
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan.a
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license libsanitizer/LICENSE.TXT
|
|
%endif
|
|
|
|
%if %{build_libhwasan}
|
|
%files -n libhwasan
|
|
%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/libhwasan.so.0*
|
|
|
|
%files -n %{?scl_prefix}libhwasan-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libhwasan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libhwasan_preinit.o
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libhwasan.a
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license libsanitizer/LICENSE.TXT
|
|
%endif
|
|
|
|
%if %{build_liblsan}
|
|
# Use the system liblsan.
|
|
%if 0%{?rhel} < 8
|
|
%files -n liblsan
|
|
%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/liblsan.so.0*
|
|
%else
|
|
%ifarch s390x
|
|
# Except that on s390x we don't have the system liblsan, because we
|
|
# only enabled LSan in GCC 12. ??? Ugly duplication.
|
|
%files -n liblsan
|
|
%{?scl:%{_root_prefix}}%{!?scl:%{_prefix}}/%{_lib}/liblsan.so.0*
|
|
%endif
|
|
%endif
|
|
|
|
%files -n %{?scl_prefix}liblsan-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan_preinit.o
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan.a
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license libsanitizer/LICENSE.TXT
|
|
%endif
|
|
|
|
%files -n %{?scl_prefix}libgccjit
|
|
%{_prefix}/%{_lib}/libgccjit.so*
|
|
%doc rpm.doc/changelogs/gcc/jit/ChangeLog*
|
|
|
|
%files -n %{?scl_prefix}libgccjit-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgccjit.so
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/libgccjit*.h
|
|
|
|
%if 0
|
|
%files -n %{?scl_prefix}libgccjit-docs
|
|
%{_infodir}/libgccjit.info*
|
|
%doc rpm.doc/libgccjit-devel/*
|
|
%doc gcc/jit/docs/examples
|
|
%endif
|
|
|
|
%files plugin-devel
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/gtype.state
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/include
|
|
%dir %{_prefix}/libexec/gcc
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/plugin
|
|
|
|
%if 0
|
|
%files gdb-plugin
|
|
%{_prefix}/%{_lib}/libcc1.so*
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/libcc1plugin.so*
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/libcp1plugin.so*
|
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
|
%endif
|
|
|
|
%if %{build_offload_nvptx}
|
|
%files -n %{?scl_prefix}offload-nvptx
|
|
%{_prefix}/bin/nvptx-none-*
|
|
%{_prefix}/bin/%{gcc_target_platform}-accel-nvptx-none-gcc
|
|
%{_prefix}/bin/%{gcc_target_platform}-accel-nvptx-none-lto-dump
|
|
%dir %{_prefix}/lib/gcc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel
|
|
%dir %{_prefix}/libexec/gcc
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/accel
|
|
%{_prefix}/lib/gcc/nvptx-none
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/accel/nvptx-none
|
|
%dir %{_prefix}/nvptx-none
|
|
%{_prefix}/nvptx-none/bin
|
|
%{_prefix}/nvptx-none/include
|
|
%endif
|
|
|
|
%changelog
|
|
* Tue Jun 27 2023 Marek Polacek <polacek@redhat.com> 13.1.1-4.2
|
|
- fix switch to -gdwarf-4 on RHEL 8 (#2217938)
|
|
- apply some testsuite fixes (#2217498)
|
|
|
|
* Tue Jun 20 2023 Marek Polacek <polacek@redhat.com> 13.1.1-4.1
|
|
- don't require libgccjit-docs (#2216333)
|
|
|
|
* Thu Jun 15 2023 Marek Polacek <polacek@redhat.com> 13.1.1-4
|
|
- update from releases/gcc-13 branch (#2188499)
|
|
- PRs bootstrap/110085, c++/109871, fortran/100607, libgcc/109670,
|
|
libgcc/109685, libstdc++/108178, libstdc++/109261, libstdc++/109758,
|
|
libstdc++/109822, libstdc++/109949, libstdc++/110139,
|
|
middle-end/110200, target/82931, target/92729, target/104327,
|
|
target/105753, target/106907, target/109547, target/109650,
|
|
target/109800, target/109939, target/109954, target/110036,
|
|
target/110044, target/110088, target/110108, target/110227,
|
|
tree-optimization/109505, tree-optimization/110165,
|
|
tree-optimization/110166
|
|
|
|
* Fri May 19 2023 Jakub Jelinek <jakub@redhat.com> 13.1.1-3
|
|
- update from releases/gcc-13 branch
|
|
- PRs c++/80488, c++/83258, c++/97700, c++/103807, c++/109651, c++/109745,
|
|
c++/109761, c++/109774, c++/109868, c++/109884, fortran/109641,
|
|
fortran/109846, libstdc++/109816, libstdc++/109883, target/104338,
|
|
target/109697
|
|
|
|
* Thu May 11 2023 Jakub Jelinek <jakub@redhat.com> 13.1.1-2
|
|
- update from releases/gcc-13 branch
|
|
- PRs c++/91618, c++/96604, c++/109506, c++/109640, c++/109642, c++/109666,
|
|
c++/109671, c++/109756, c/107682, c/109409, c/109412, debug/109676,
|
|
fortran/109622, libffi/109447, libgomp/108098, libstdc++/40380,
|
|
libstdc++/109694, libstdc++/109703, rtl-optimization/109585,
|
|
target/108758, target/109069, target/109535, target/109661,
|
|
target/109762, tree-optimization/109573, tree-optimization/109609,
|
|
tree-optimization/109724, tree-optimization/109778
|
|
|
|
* Thu Apr 27 2023 Marek Polacek <polacek@redhat.com> 13.1.1-1
|
|
- update from releases/gcc-13 branch (#2188499)
|
|
- GCC 13.1 release
|
|
- PRs c/107041, target/109566
|
|
- remove libcc1
|
|
|
|
* Fri Feb 10 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.4
|
|
- avoid fma_chain for -march=alderlake and sapphirerapids (#2168919)
|
|
|
|
* Wed Jan 25 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.3
|
|
- provide libexec/ symlinks on all RHELs (#2164262)
|
|
|
|
* Wed Jan 11 2023 Marek Polacek <polacek@redhat.com> 12.2.1-7.2
|
|
- build libisl.so with -g (#2154936)
|
|
|
|
* Tue Dec 20 2022 Marek Polacek <polacek@redhat.com> 12.2.1-6.1
|
|
- apply an ISL patch (#2154936)
|
|
|
|
* Wed Dec 14 2022 Nick Clifton <nickc@redhat.com> 12.2.1-6
|
|
- Fixed run-time requirement for annobin plugin. (#2151927)
|
|
|
|
* Tue Dec 13 2022 Nick Clifton <nickc@redhat.com> 12.2.1-5
|
|
- Build the annobin plugin. Call it gts-gcc-annobin.so. (#2151927)
|
|
|
|
* Wed Nov 30 2022 Marek Polacek <polacek@redhat.com> 12.2.1-4
|
|
- update from releases/gcc-12 branch (#2110583)
|
|
- fix up std::from_chars behavior in rounding modes other than FE_TONEAREST
|
|
(PR libstdc++/107468)
|
|
|
|
* Wed Nov 30 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.4
|
|
- fix pr86731-fwrapv-longlong.c (#2134379)
|
|
|
|
* Wed Nov 30 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.3
|
|
- add -static-libquadmath (#2131082)
|
|
|
|
* Fri Jul 8 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.2
|
|
- recognize PLUS and XOR forms of rldimi (PR target/105991, #2095789)
|
|
|
|
* Fri Jul 8 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3.1
|
|
- always ship liblsan on s390x (#2104824)
|
|
|
|
* Wed Jul 6 2022 Marek Polacek <polacek@redhat.com> 12.1.1-3
|
|
- update from releases/gcc-12 branch
|
|
- PRs c++/49387, c++/102307, c++/102651, c++/104470, c++/105491, c++/105589,
|
|
c++/105623, c++/105652, c++/105655, c++/105725, c++/105734,
|
|
c++/105756, c++/105761, c++/105779, c++/105795, c++/105852,
|
|
c++/105871, c++/105885, c++/105908, c++/105925, c++/105931,
|
|
c++/105964, c++/106001, c/105635, d/105544, fortran/105230,
|
|
gcov-profile/105535, ipa/100413, ipa/105600, ipa/105639, ipa/105739,
|
|
libgomp/105745, libgomp/106045, libstdc++/104731, libstdc++/105284,
|
|
libstdc++/105671, libstdc++/105681, middle-end/105537,
|
|
middle-end/105604, middle-end/105711, middle-end/105951,
|
|
middle-end/105998, middle-end/106030, other/105527,
|
|
preprocessor/105732, rtl-optimization/105455, rtl-optimization/105559,
|
|
rtl-optimization/105577, sanitizer/105714, sanitizer/105729,
|
|
target/101891, target/104871, target/105162, target/105209,
|
|
target/105292, target/105472, target/105556, target/105599,
|
|
target/105854, target/105879, target/105953, target/105960,
|
|
target/105970, target/105981, target/106096, tree-optimization/103116,
|
|
tree-optimization/105431, tree-optimization/105458,
|
|
tree-optimization/105528, tree-optimization/105562,
|
|
tree-optimization/105618, tree-optimization/105726,
|
|
tree-optimization/105736, tree-optimization/105786,
|
|
tree-optimization/105940
|
|
- enable tsan and lsan on s390x (#2101610)
|
|
- fix up libtsan on s390x
|
|
- fix nvptx build (PRs bootstrap/105551, target/105938)
|
|
|
|
* Tue Jun 28 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.6
|
|
- ship lto-dump (#2101835)
|
|
|
|
* Fri Jun 24 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.5
|
|
- use gcc-toolset-12-binutils
|
|
|
|
* Wed Jun 22 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.4
|
|
- don't provide g++/fortran (CS-1145)
|
|
|
|
* Fri Jun 17 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.3
|
|
- require system binutils
|
|
|
|
* Wed Jun 1 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.2
|
|
- don't skip testing on s390x
|
|
|
|
* Tue May 31 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1.1
|
|
- use GTS 12 binutils
|
|
- add missing headers (#2091572)
|
|
|
|
* Mon May 16 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1
|
|
- update to GCC 12 (#2077276)
|
|
|
|
* Wed Feb 2 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9.1
|
|
- avoid overly-greedy match in dejagnu regexp (#2049712)
|
|
|
|
* Fri Jan 28 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9
|
|
- update from releases/gcc-11-branch (#2047286)
|
|
- PRs fortran/104127, fortran/104212, fortran/104227, target/101529
|
|
- fix up va-opt-6.c testcase
|
|
|
|
* Fri Jan 28 2022 Marek Polacek <polacek@redhat.com> 11.2.1-8
|
|
- update from releases/gcc-11-branch (#2047286)
|
|
- PRs ada/103538, analyzer/101962, bootstrap/103688, c++/85846, c++/95009,
|
|
c++/98394, c++/99911, c++/100493, c++/101715, c++/102229, c++/102933,
|
|
c++/103012, c++/103198, c++/103480, c++/103703, c++/103714,
|
|
c++/103758, c++/103783, c++/103831, c++/103912, c++/104055, c/97548,
|
|
c/101289, c/101537, c/103587, c/103881, d/103604, debug/103838,
|
|
debug/103874, fortran/67804, fortran/83079, fortran/101329,
|
|
fortran/101762, fortran/102332, fortran/102717, fortran/102787,
|
|
fortran/103411, fortran/103412, fortran/103418, fortran/103473,
|
|
fortran/103505, fortran/103588, fortran/103591, fortran/103606,
|
|
fortran/103607, fortran/103609, fortran/103610, fortran/103692,
|
|
fortran/103717, fortran/103718, fortran/103719, fortran/103776,
|
|
fortran/103777, fortran/103778, fortran/103782, fortran/103789,
|
|
ipa/101354, jit/103562, libfortran/103634, libstdc++/100017,
|
|
libstdc++/102994, libstdc++/103453, libstdc++/103501,
|
|
libstdc++/103549, libstdc++/103877, libstdc++/103919,
|
|
middle-end/101751, middle-end/102860, middle-end/103813, objc/103639,
|
|
preprocessor/89971, preprocessor/102432, rtl-optimization/102478,
|
|
rtl-optimization/103837, rtl-optimization/103860,
|
|
rtl-optimization/103908, sanitizer/102911, target/102347,
|
|
target/103465, target/103661, target/104172, target/104188,
|
|
tree-optimization/101615, tree-optimization/103523,
|
|
tree-optimization/103603, tree-optimization/103995
|
|
|
|
* Wed Jan 5 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.2
|
|
- fix dg-ice tests (#2037072)
|
|
|
|
* Fri Dec 10 2021 Marek Polacek <polacek@redhat.com> 11.2.1-7.1
|
|
- update Intel Tremont tuning patches (#2014276)
|
|
- backport Intel Alderlake tuning (#2023553)
|
|
|
|
* Tue Dec 7 2021 Marek Polacek <polacek@redhat.com> 11.2.1-7
|
|
- update from releases/gcc-11-branch (#1996862)
|
|
- PRs ada/100486, c++/70796, c++/92746, c++/93286, c++/94490, c++/102642,
|
|
c++/102786, debug/101378, debug/103046, debug/103315, fortran/87711,
|
|
fortran/87851, fortran/97896, fortran/99061, fortran/99348,
|
|
fortran/102521, fortran/102685, fortran/102715, fortran/102745,
|
|
fortran/102816, fortran/102817, fortran/102917, fortran/103137,
|
|
fortran/103138, fortran/103392, gcov-profile/100520, ipa/102714,
|
|
ipa/102762, ipa/103052, ipa/103246, ipa/103267, libstdc++/96416,
|
|
libstdc++/98421, libstdc++/100117, libstdc++/100153, libstdc++/100748,
|
|
libstdc++/101571, libstdc++/101608, libstdc++/102894,
|
|
libstdc++/103022, libstdc++/103086, libstdc++/103133,
|
|
libstdc++/103240, libstdc++/103381, middle-end/64888,
|
|
middle-end/101480, middle-end/102431, middle-end/102518,
|
|
middle-end/103059, middle-end/103181, middle-end/103248,
|
|
middle-end/103384, preprocessor/103130, rtl-optimization/102356,
|
|
rtl-optimization/102842, target/101985, target/102976, target/102991,
|
|
target/103205, target/103274, target/103275, testsuite/102690,
|
|
tree-optimization/100393, tree-optimization/102139,
|
|
tree-optimization/102505, tree-optimization/102572,
|
|
tree-optimization/102788, tree-optimization/102789,
|
|
tree-optimization/102798, tree-optimization/102970,
|
|
tree-optimization/103192, tree-optimization/103204,
|
|
tree-optimization/103237, tree-optimization/103255,
|
|
tree-optimization/103435
|
|
- fix up #__VA_OPT__ handling (PR preprocessor/103415)
|
|
|
|
* Wed Nov 17 2021 Marek Polacek <polacek@redhat.com> 11.2.1-6.3
|
|
- backport Intel Tremont tuning (#2014276)
|
|
|
|
* Wed Nov 17 2021 Marek Polacek <polacek@redhat.com> 11.2.1-6.2
|
|
- drop -Wbidirectional patch, use newer -Wbidi-chars (#2017820)
|
|
|
|
* Fri Oct 29 2021 Marek Polacek <polacek@redhat.com> 11.2.1-6.1
|
|
- add -Wbidirectional patch (#2017820)
|
|
|
|
* Tue Oct 26 2021 Marek Polacek <polacek@redhat.com> 11.2.1-6
|
|
- update from releases/gcc-11-branch (#1996862)
|
|
- PRs target/100208, target/100316, target/102761
|
|
- build target shared libraries with -Wl,-z,relro,-z,now
|
|
- add mwaitintrin.h on x86 (#2013860)
|
|
- improve generated code with extern thread_local constinit vars
|
|
with trivial dtors
|
|
- add support for C++20 #__VA_OPT__
|
|
- apply DTS-specific testsuite patches (#1996085)
|
|
|
|
* Tue Aug 17 2021 Marek Polacek <polacek@redhat.com> 11.2.1-1.1
|
|
- add .hidden for _ZNSt10filesystem9_Dir_base7advanceEbRSt10error_code
|
|
|
|
* Wed Jul 28 2021 Marek Polacek <polacek@redhat.com> 11.2.1-1
|
|
- update from releases/gcc-11-branch (#1986838)
|
|
- GCC 11.2 release
|
|
- PRs middle-end/101586, rtl-optimization/101562
|
|
|
|
* Thu Jul 1 2021 Marek Polacek <polacek@redhat.com> 11.1.1-6.1
|
|
- require gcc-toolset-11-binutils at runtime (#1978081)
|
|
|
|
* Wed Jun 23 2021 Marek Polacek <polacek@redhat.com> 11.1.1-6
|
|
- update from Fedora gcc 11.1.1-6 (#1946782)
|
|
- PRs c++/100876, c++/100879, c++/101106, c/100619, c/100783, fortran/95501,
|
|
fortran/95502, fortran/100283, fortran/101123, inline-asm/100785,
|
|
libstdc++/91488, libstdc++/95833, libstdc++/100806, libstdc++/100940,
|
|
middle-end/100250, middle-end/100307, middle-end/100574,
|
|
middle-end/100684, middle-end/100732, middle-end/100876,
|
|
middle-end/101062, middle-end/101167, target/99842, target/99939,
|
|
target/100310, target/100777, target/100856, target/100871,
|
|
target/101016
|
|
|
|
* Mon Jun 21 2021 Marek Polacek <polacek@redhat.com> 11.1.1-5
|
|
- update from Fedora gcc 11.1.1-5 (#1946782)
|
|
- default to -gdwarf-4 (#1974402)
|
|
|
|
* Wed Jun 2 2021 Marek Polacek <polacek@redhat.com> 11.1.1-3
|
|
- update from Fedora gcc 11.1.1-3 (#1946782)
|
|
|
|
* Tue May 25 2021 Marek Polacek <polacek@redhat.com> 11.1.1-2.1
|
|
- use gcc-toolset-11-binutils
|
|
|
|
* Tue May 25 2021 Marek Polacek <polacek@redhat.com> 11.1.1-2
|
|
- update from Fedora gcc 11.1.1-2
|
|
- fix up mausezahn miscompilation (PR tree-optimization/100566)
|
|
- fix build with removed linux/cyclades.h header (PR sanitizer/100379)
|
|
- add a few Provides: bundled (#1859893)
|
|
|
|
* Tue May 11 2021 Marek Polacek <polacek@redhat.com> 11.1.1-1
|
|
- update to GCC 11 (#1946782)
|
|
|
|
* Mon Apr 26 2021 Marek Polacek <polacek@redhat.com> 10.3.1-1
|
|
- update from Fedora gcc 10.3.1-1 (#1929382)
|
|
- drop gcc10-pr97060.patch
|
|
- use --enable-cet
|
|
- ship gcc-accel-nvptx-none-lto-dump
|
|
- backport PR96939 fixes
|
|
|
|
* Tue Mar 16 2021 Marek Polacek <polacek@redhat.com> 10.2.1-8.2
|
|
- actually use libgfortran_nonshared.a (#1929375)
|
|
- have libasan-devel require libasan6 (#1939638)
|
|
|
|
* Mon Nov 16 2020 Marek Polacek <polacek@redhat.com> 10.2.1-8.1
|
|
- apply fix for -flto=auto with missing make (#1896093, PR lto/97524)
|
|
|
|
* Thu Nov 12 2020 Marek Polacek <polacek@redhat.com> 10.2.1-8
|
|
- update from Fedora gcc 10.2.1-8 (#1878887)
|
|
- emit DW_AT_declaration on declaration-only DIEs (#1897272, PR debug/97060)
|
|
- add BuildRequires: make and Requires: make, the latter for -flto reasons
|
|
|
|
* Tue Nov 03 2020 Marek Polacek <polacek@redhat.com> 10.2.1-7.1
|
|
- adjust some libstdc++_nonshared.a symbol
|
|
|
|
* Tue Nov 03 2020 Marek Polacek <polacek@redhat.com> 10.2.1-7
|
|
- update from Fedora gcc 10.2.1-7 (#1878887)
|
|
|
|
* Mon Aug 17 2020 Marek Polacek <polacek@redhat.com> 10.2.1-2.1
|
|
- re-apply Fortran patches
|
|
|
|
* Tue Aug 4 2020 Marek Polacek <polacek@redhat.com> 10.2.1-2
|
|
- update from Fedora gcc 10.2.1-2
|
|
- emit debug info for C/C++ external function declarations used in the TU
|
|
(PR debug/96383)
|
|
- discard SHN_UNDEF global symbols from LTO debuginfo (PR lto/96385)
|
|
- strip also -flto=auto from optflags
|
|
|
|
* Sun Aug 2 2020 Marek Polacek <polacek@redhat.com> 10.2.1-1.2
|
|
- avoid stack overflow in std::vector (PR libstdc++/94540, #1859670)
|
|
- adjust some libstdc++_nonshared.a symbols
|
|
- apply gcc10-libgfortran-compat-2.patch
|
|
|
|
* Fri Jul 31 2020 Marek Polacek <polacek@redhat.com> 10.2.1-1.1
|
|
- hide various symbols in libstdc++_nonshared.a
|
|
|
|
* Mon Jul 27 2020 Marek Polacek <polacek@redhat.com> 10.2.1-1
|
|
- GCC 10.2 release
|
|
- add symlink to liblto_plugin.so in /usr/lib/bfd-plugins
|
|
- disable -flto in %%{optflags}, lto bootstrap will be enabled the GCC way
|
|
later
|
|
- require MPFR Library version 3.1.0 (or later)
|
|
|
|
* Mon Jun 15 2020 Marek Polacek <polacek@redhat.com> 10.1.1-1.1
|
|
- correct instructions for creation of newlib tarball, filter out sun-rpc
|
|
licensed code that is never used during the package build
|
|
|
|
* Wed May 20 2020 Marek Polacek <polacek@redhat.com> 10.1.1-1
|
|
- update to GCC 10.1.0 release
|
|
|
|
* Wed May 20 2020 Marek Polacek <polacek@redhat.com> 9.2.1-2.2
|
|
- new package
|