Blame SPECS/compat-sap-c++-12.spec

888cb5
%global __python /usr/bin/python3
888cb5
%global scl 1
888cb5
%global scl_prefix compat-sap-
888cb5
%global _root_prefix /opt/rh/SAP
888cb5
%global _root_infodir %{_root_prefix}/%{_infodir}
888cb5
%global _root_mandir %{_root_prefix}/%{_mandir}
888cb5
%{?scl:%global __strip strip}
888cb5
%{?scl:%global __objdump objdump}
888cb5
%global DATE 20220507
888cb5
%global gitrev fa107326a13af9a7d7aa0df28fe364db0f6fb171
888cb5
%global gcc_version 12.1.1
888cb5
%global gcc_major 12
888cb5
# Note, gcc_release must be integer, if you want to add suffixes to
888cb5
# %%{release}, append them after %%{gcc_release} on Release: line.
888cb5
%global gcc_release 1
888cb5
%global _unpackaged_files_terminate_build 0
888cb5
%undefine _annotated_build
888cb5
%global multilib_64_archs sparc64 ppc64 x86_64
888cb5
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
888cb5
%global attr_ifunc 1
888cb5
%else
888cb5
%global attr_ifunc 0
888cb5
%endif
888cb5
%ifarch x86_64
888cb5
%global multilib_32_arch i686
888cb5
%endif
888cb5
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10
888cb5
%global build_annobin_plugin 1
888cb5
%else
888cb5
%global build_annobin_plugin 0
888cb5
%endif
888cb5
Summary: C++ compatibility runtime library for SAP applications
888cb5
Name: %{?scl_prefix}c++-12
888cb5
ExclusiveArch: x86_64 ppc64le s390x
888cb5
Version: %{gcc_version}
888cb5
Release: %{gcc_release}%{?dist}
888cb5
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
888cb5
# GCC Runtime Exception.
888cb5
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
888cb5
# The source for this package was pulled from upstream's vcs.
888cb5
# %%{gitrev} is some commit from the
888cb5
# https://gcc.gnu.org/git/?p=gcc.git;h=refs/vendors/redhat/heads/gcc-%%{gcc_major}-branch
888cb5
# branch.  Use the following commands to generate the tarball:
888cb5
# git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
888cb5
# git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin %%{gitrev}
888cb5
# git --git-dir=gcc-dir.tmp/.git archive --prefix=%%{name}-%%{version}-%%{DATE}/ %%{gitrev} | xz -9e > %%{name}-%%{version}-%%{DATE}.tar.xz
888cb5
# rm -rf gcc-dir.tmp
888cb5
Source0: gcc-%{version}-%{DATE}.tar.xz
888cb5
URL: http://gcc.gnu.org
888cb5
# Need binutils with -pie support >= 2.14.90.0.4-4
888cb5
# Need binutils which can omit dot symbols and overlap .opd on ppc64 >= 2.15.91.0.2-4
888cb5
# Need binutils which handle -msecure-plt on ppc >= 2.16.91.0.2-2
888cb5
# Need binutils which support .weakref >= 2.16.91.0.3-1
888cb5
# Need binutils which support --hash-style=gnu >= 2.17.50.0.2-7
888cb5
# Need binutils which support mffgpr and mftgpr >= 2.17.50.0.2-8
888cb5
# Need binutils which support --build-id >= 2.17.50.0.17-3
888cb5
# Need binutils which support %%gnu_unique_object >= 2.19.51.0.14
888cb5
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
888cb5
# Need binutils which support --no-add-needed >= 2.20.51.0.2-12
888cb5
# Need binutils which support -plugin
888cb5
# Need binutils which support .loc view >= 2.30
888cb5
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
888cb5
BuildRequires: binutils >= 2.19.51.0.14-33
888cb5
# While gcc doesn't include statically linked binaries, during testing
888cb5
# -static is used several times.
888cb5
BuildRequires: glibc-static
888cb5
BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, sharutils
888cb5
BuildRequires: texinfo, texinfo-tex, /usr/bin/pod2man
888cb5
BuildRequires: gcc, gcc-c++, make
888cb5
# For VTA guality testing
888cb5
BuildRequires: gdb
888cb5
# Make sure pthread.h doesn't contain __thread tokens
888cb5
# Make sure glibc supports stack protector
888cb5
# Make sure glibc supports DT_GNU_HASH
888cb5
BuildRequires: glibc-devel >= 2.4.90-13
888cb5
BuildRequires: elfutils-devel >= 0.147
888cb5
BuildRequires: elfutils-libelf-devel >= 0.147
888cb5
%if 0%{?rhel} >= 8
888cb5
BuildRequires: libzstd-devel
888cb5
%endif
888cb5
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
888cb5
# Make sure glibc supports TFmode long double
888cb5
BuildRequires: glibc >= 2.3.90-35
888cb5
%endif
888cb5
%ifarch %{multilib_64_archs} sparcv9 ppc
888cb5
# Ensure glibc{,-devel} is installed for both multilib arches
888cb5
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
888cb5
%endif
888cb5
%ifarch ia64
888cb5
BuildRequires: libunwind >= 0.98
888cb5
%endif
888cb5
# Need .eh_frame ld optimizations
888cb5
# Need proper visibility support
888cb5
# Need -pie support
888cb5
# Need --as-needed/--no-as-needed support
888cb5
# On ppc64, need omit dot symbols support and --non-overlapping-opd
888cb5
# Need binutils that owns /usr/bin/c++filt
888cb5
# Need binutils that support .weakref
888cb5
# Need binutils that supports --hash-style=gnu
888cb5
# Need binutils that support mffgpr/mftgpr
888cb5
# Need binutils that support --build-id
888cb5
# Need binutils that support %%gnu_unique_object
888cb5
# Need binutils that support .cfi_sections
888cb5
# Need binutils that support --no-add-needed
888cb5
# Need binutils that support -plugin
888cb5
# Need binutils that support .loc view >= 2.30
888cb5
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
888cb5
# Don't require this for compat-sap-c++ (#1491573).
888cb5
#Requires: binutils >= 2.19.51.0.14-33
888cb5
# Make sure gdb will understand DW_FORM_strp
888cb5
Conflicts: gdb < 5.1-2
888cb5
# Don't require this for compat-sap-c++ (#1491573).
888cb5
#Requires: glibc-devel >= 2.2.90-12
888cb5
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
888cb5
# Make sure glibc supports TFmode long double
888cb5
Requires: glibc >= 2.3.90-35
888cb5
%endif
888cb5
Requires: libgcc >= 4.1.2-43
888cb5
# Keep this for now.
888cb5
Requires: libgomp >= 4.4.4-13
888cb5
BuildRequires: gmp-devel >= 4.1.2-8
888cb5
BuildRequires: mpfr-devel >= 3.1.0
888cb5
%if 0%{?rhel} >= 7
888cb5
BuildRequires: libmpc-devel >= 0.8.1
888cb5
%endif
888cb5
888cb5
%if 0%{?rhel} == 8
888cb5
%ifarch ppc64le
888cb5
BuildRequires: gcc-toolset-12-runtime gcc-toolset-12-binutils
888cb5
BuildRequires: gcc-toolset-12-gcc gcc-toolset-12-gcc-c++
888cb5
%endif
888cb5
%endif
888cb5
888cb5
AutoReq: true
888cb5
AutoProv: false
888cb5
# Don't provide this for compat-sap-c++ (#1491573).
888cb5
#%ifarch sparc64 ppc64 ppc64le s390x x86_64 ia64
888cb5
#Provides: liblto_plugin.so.0()(64bit)
888cb5
#%else
888cb5
#Provides: liblto_plugin.so.0
888cb5
#%endif
888cb5
%global oformat %{nil}
888cb5
%global oformat2 %{nil}
888cb5
%ifarch %{ix86}
888cb5
%global oformat OUTPUT_FORMAT(elf32-i386)
888cb5
%endif
888cb5
%ifarch x86_64
888cb5
%global oformat OUTPUT_FORMAT(elf64-x86-64)
888cb5
%global oformat2 OUTPUT_FORMAT(elf32-i386)
888cb5
%endif
888cb5
%ifarch ppc
888cb5
%global oformat OUTPUT_FORMAT(elf32-powerpc)
888cb5
%global oformat2 OUTPUT_FORMAT(elf64-powerpc)
888cb5
%endif
888cb5
%ifarch ppc64
888cb5
%global oformat OUTPUT_FORMAT(elf64-powerpc)
888cb5
%global oformat2 OUTPUT_FORMAT(elf32-powerpc)
888cb5
%endif
888cb5
%ifarch s390
888cb5
%global oformat OUTPUT_FORMAT(elf32-s390)
888cb5
%endif
888cb5
%ifarch s390x
888cb5
%global oformat OUTPUT_FORMAT(elf64-s390)
888cb5
%global oformat2 OUTPUT_FORMAT(elf32-s390)
888cb5
%endif
888cb5
%ifarch ia64
888cb5
%global oformat OUTPUT_FORMAT(elf64-ia64-little)
888cb5
%endif
888cb5
%ifarch ppc64le
888cb5
%global oformat OUTPUT_FORMAT(elf64-powerpcle)
888cb5
%endif
888cb5
%ifarch aarch64
888cb5
%global oformat OUTPUT_FORMAT(elf64-littleaarch64)
888cb5
%endif
888cb5
888cb5
Patch0: gcc12-hack.patch
888cb5
Patch2: gcc12-sparc-config-detection.patch
888cb5
Patch3: gcc12-libgomp-omp_h-multilib.patch
888cb5
Patch4: gcc12-libtool-no-rpath.patch
888cb5
Patch5: gcc12-isl-dl.patch
888cb5
Patch6: gcc12-isl-dl2.patch
888cb5
Patch7: gcc12-libstdc++-docs.patch
888cb5
Patch8: gcc12-no-add-needed.patch
888cb5
Patch9: gcc12-Wno-format-security.patch
888cb5
Patch10: gcc12-rh1574936.patch
888cb5
Patch11: gcc12-d-shared-libphobos.patch
888cb5
888cb5
Patch3000: 0001-basic_string-reserve-n-semantics-are-not-available-i.patch
888cb5
Patch3001: 0004-operator-istream-char-N-eofbit-fixes-are-not-availab.patch
888cb5
Patch3002: 0005-Disable-tests-for-PR-libstdc-79820-and-PR-libstdc-81.patch
888cb5
Patch3003: 0006-Don-t-assume-has_facet-codecvt_c16-when-run-against-.patch
888cb5
Patch3004: 0008-testsuite-build-plugins-with-std-c-11.patch
888cb5
Patch3005: 0009-Fix-22_locale-locale-cons-unicode.cc-when-run-under-.patch
888cb5
Patch3006: 0010-Don-t-verify-exception-handling-in-basic_filebuf-clo.patch
888cb5
Patch3007: 0011-Add-dts.exp-and-use-it-to-fix-22_locale-messages-136.patch
888cb5
Patch3008: 0012-dts.exp-use-usr-bin-gcc.patch
888cb5
Patch3009: 0013-Rename-__CXXSTDLIB_SO_VERSION__-to-__LIBSTDCXX_SO_VE.patch
888cb5
Patch3010: 0014-Conditionalize-tests-for-PR-libstdc-98466-on-__LIBST.patch
888cb5
Patch3011: 0015-Conditionalize-test-for-PR-libstdc-87135-on-__LIBSTD.patch
888cb5
Patch3012: 0016-Conditionalize-test-for-hashtable-bucket-sizes-on-__.patch
888cb5
Patch3013: 0017-Conditionalize-test-for-PR-libstdc-71181-on-__LIBSTD.patch
888cb5
Patch3014: gcc12-dg-ice-fixes.patch
888cb5
888cb5
%if 0%{?rhel} == 9
888cb5
%global nonsharedver 11
888cb5
%endif
888cb5
%if 0%{?rhel} == 8
888cb5
%global nonsharedver 80
888cb5
%endif
888cb5
%if 0%{?rhel} == 7
888cb5
%global nonsharedver 48
888cb5
%endif
888cb5
%if 0%{?rhel} == 6
888cb5
%global nonsharedver 44
888cb5
%endif
888cb5
888cb5
%if 0%{?scl:1}
888cb5
%global _gnu %{nil}
888cb5
%else
888cb5
%global _gnu -gnueabi
888cb5
%endif
888cb5
%ifarch sparcv9
888cb5
%global gcc_target_platform sparc64-%{_vendor}-%{_target_os}
888cb5
%endif
888cb5
%ifarch ppc ppc64p7
888cb5
%global gcc_target_platform ppc64-%{_vendor}-%{_target_os}
888cb5
%endif
888cb5
%ifnarch sparcv9 ppc ppc64p7
888cb5
%global gcc_target_platform %{_target_platform}
888cb5
%endif
888cb5
888cb5
%description
888cb5
This package provides runtime compatibility libraries for use by SAP
888cb5
application binaries only.
888cb5
888cb5
%prep
888cb5
%setup -q -n gcc-%{version}-%{DATE}
888cb5
%patch0 -p0 -b .hack~
888cb5
%patch2 -p0 -b .sparc-config-detection~
888cb5
%patch3 -p0 -b .libgomp-omp_h-multilib~
888cb5
%patch4 -p0 -b .libtool-no-rpath~
888cb5
%patch8 -p0 -b .no-add-needed~
888cb5
%patch9 -p0 -b .Wno-format-security~
888cb5
%if 0%{?fedora} >= 29 || 0%{?rhel} > 7
888cb5
%patch10 -p0 -b .rh1574936~
888cb5
%endif
888cb5
%patch11 -p0 -b .d-shared-libphobos~
888cb5
888cb5
# Apply DTS-specific testsuite patches.
888cb5
%patch3000 -p1 -b .dts-test-0~
888cb5
%patch3001 -p1 -b .dts-test-1~
888cb5
%patch3002 -p1 -b .dts-test-2~
888cb5
%patch3003 -p1 -b .dts-test-3~
888cb5
%patch3004 -p1 -b .dts-test-4~
888cb5
%patch3005 -p1 -b .dts-test-5~
888cb5
%patch3006 -p1 -b .dts-test-6~
888cb5
%patch3007 -p1 -b .dts-test-7~
888cb5
%patch3008 -p1 -b .dts-test-8~
888cb5
%patch3009 -p1 -b .dts-test-9~
888cb5
%patch3010 -p1 -b .dts-test-10~
888cb5
%patch3011 -p1 -b .dts-test-11~
888cb5
%patch3012 -p1 -b .dts-test-12~
888cb5
%patch3013 -p1 -b .dts-test-13~
888cb5
%patch3014 -p1 -b .dts-test-14~
888cb5
888cb5
find gcc/testsuite -name \*.pr96939~ | xargs rm -f
888cb5
888cb5
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
888cb5
888cb5
%if 0%{?rhel} == 6
888cb5
# Default to -gdwarf-3 rather than -gdwarf-5
888cb5
sed -i '/UInteger Var(dwarf_version)/s/Init(5)/Init(3)/' gcc/common.opt
888cb5
sed -i 's/\(version for most targets is \)5 /\13 /' gcc/doc/invoke.texi
888cb5
%endif
888cb5
%if 0%{?rhel} <= 8
888cb5
# Default to -gdwarf-4 rather than -gdwarf-5
888cb5
sed -i '/UInteger Var(dwarf_version)/s/Init(5)/Init(4)/' gcc/common.opt
888cb5
sed -i 's/\(version for most targets is \)5 /\14 /' gcc/doc/invoke.texi
888cb5
%endif
888cb5
888cb5
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
888cb5
cp -a libstdc++-v3/config/cpu/i{4,3}86/opt
888cb5
echo 'TM_H += $(srcdir)/config/rs6000/rs6000-modes.h' >> gcc/config/rs6000/t-rs6000
888cb5
888cb5
./contrib/gcc_update --touch
888cb5
888cb5
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
888cb5
888cb5
sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt
888cb5
sed -i -e 's/context->report_bug = false;/context->report_bug = true;/' gcc/diagnostic.cc
888cb5
888cb5
%ifarch ppc
888cb5
if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
888cb5
  mkdir -p libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64
888cb5
  mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{,64/}baseline_symbols.txt
888cb5
  mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{32/,}baseline_symbols.txt
888cb5
  rm -rf libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32
888cb5
fi
888cb5
%endif
888cb5
%ifarch sparc
888cb5
if [ -d libstdc++-v3/config/abi/post/sparc64-linux-gnu ]; then
888cb5
  mkdir -p libstdc++-v3/config/abi/post/sparc64-linux-gnu/64
888cb5
  mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{,64/}baseline_symbols.txt
888cb5
  mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{32/,}baseline_symbols.txt
888cb5
  rm -rf libstdc++-v3/config/abi/post/sparc64-linux-gnu/32
888cb5
fi
888cb5
%endif
888cb5
888cb5
# This test causes fork failures, because it spawns way too many threads
888cb5
rm -f gcc/testsuite/go.test/test/chan/goroutines.go
888cb5
888cb5
# These tests get stuck and don't timeout.
888cb5
%ifarch ppc ppc64 ppc64le
888cb5
rm -f libgomp/testsuite/libgomp.c/target-*.c
888cb5
rm -rf libgomp/testsuite/libgomp.oacc*
888cb5
rm -rf libgomp/testsuite/libgomp.graphite*
888cb5
%endif
888cb5
# This test gets stuck.
888cb5
%ifarch %{ix86} ppc64 s390x
888cb5
rm -f libstdc++-v3/testsuite/30_threads/future/members/poll.cc
888cb5
%endif
888cb5
888cb5
%build
888cb5
888cb5
# Undo the broken autoconf change in recent Fedora versions
888cb5
export CONFIG_SITE=NONE
888cb5
888cb5
rm -rf obj-%{gcc_target_platform}
888cb5
mkdir obj-%{gcc_target_platform}
888cb5
cd obj-%{gcc_target_platform}
888cb5
888cb5
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
888cb5
888cb5
%if 0%{?rhel} == 8
888cb5
%ifarch ppc64le
888cb5
export PATH=/opt/rh/gcc-toolset-12/root/usr/bin:${PATH:+:${PATH}}
888cb5
%endif
888cb5
%endif
888cb5
888cb5
CC=gcc
888cb5
CXX=g++
888cb5
OPT_FLAGS=`echo %{optflags}|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-flto=auto//g;s/-flto//g;s/-ffat-lto-objects//g'`
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mfpmath=sse/-mfpmath=sse -msse2/g'`
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Werror=format-security/-Wformat-security/g'`
888cb5
%ifarch sparc
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
888cb5
%endif
888cb5
%ifarch %{ix86}
888cb5
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=i.86//g'`
888cb5
%endif
888cb5
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
888cb5
# We're going to use the old long double format (double double) until RHEL10.
888cb5
# Only -static-lib{stdc++,gfortran}/libgcc would work with IEEE double.
888cb5
# Upstream also uses the old long double format, but Fedora uses the new
888cb5
# format.  To make things clearer, --with-long-double-format=ibm is used
888cb5
# explicitly.
888cb5
CONFIGURE_OPTS="\
888cb5
	--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
888cb5
	--with-bugurl=http://bugzilla.redhat.com/bugzilla \
888cb5
	--enable-shared --enable-threads=posix --enable-checking=release \
888cb5
%ifarch ppc64le
888cb5
	--enable-targets=powerpcle-linux \
888cb5
%endif
888cb5
%ifarch ppc64le %{mips} s390x
888cb5
	--disable-multilib \
888cb5
%else
888cb5
	--enable-multilib \
888cb5
%endif
888cb5
	--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
888cb5
	--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
888cb5
	--enable-libstdcxx-backtrace \
888cb5
	--with-linker-hash-style=gnu \
888cb5
	--enable-plugin --enable-initfini-array \
888cb5
	--disable-libquadmath \
888cb5
	--disable-libsanitizer \
888cb5
	--disable-libvtv \
888cb5
	--disable-libgomp \
888cb5
	--disable-libitm \
888cb5
	--disable-libssp \
888cb5
	--disable-libatomic \
888cb5
	--disable-libcilkrts \
888cb5
	--without-isl \
888cb5
	--disable-libmpx \
888cb5
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
888cb5
%if %{attr_ifunc}
888cb5
	--enable-gnu-indirect-function \
888cb5
%endif
888cb5
%endif
888cb5
%ifarch ppc ppc64 ppc64le ppc64p7
888cb5
	--enable-secureplt \
888cb5
%endif
888cb5
%ifarch sparc sparcv9 sparc64 ppc ppc64 ppc64le ppc64p7 s390 s390x alpha
888cb5
	--with-long-double-128 \
888cb5
%endif
888cb5
%ifarch ppc64le
888cb5
	--with-long-double-format=ibm \
888cb5
%endif
888cb5
%ifarch ppc ppc64 ppc64p7
888cb5
%if 0%{?rhel} >= 7
888cb5
	--with-cpu-32=power7 --with-tune-32=power7 --with-cpu-64=power7 --with-tune-64=power7 \
888cb5
%endif
888cb5
%if 0%{?rhel} == 6
888cb5
	--with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 \
888cb5
%endif
888cb5
%endif
888cb5
%ifarch ppc64le
888cb5
%if 0%{?rhel} == 9
888cb5
	--with-cpu-32=power9 --with-tune-32=power9 --with-cpu-64=power9 --with-tune-64=power9 \
888cb5
%else
888cb5
	--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
888cb5
%endif
888cb5
%endif
888cb5
%ifarch ppc
888cb5
	--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
888cb5
%endif
888cb5
%ifarch %{ix86} x86_64
888cb5
%if 0%{?rhel} >= 8
888cb5
	--enable-cet \
888cb5
%endif
888cb5
	--with-tune=generic \
888cb5
%endif
888cb5
%if 0%{?rhel} >= 7
888cb5
%ifarch %{ix86}
888cb5
	--with-arch=x86-64 \
888cb5
%endif
888cb5
%ifarch x86_64
888cb5
%if 0%{?rhel} > 8
888cb5
	--with-arch_64=x86-64-v2 \
888cb5
%endif
888cb5
	--with-arch_32=x86-64 \
888cb5
%endif
888cb5
%else
888cb5
%ifarch %{ix86}
888cb5
	--with-arch=i686 \
888cb5
%endif
888cb5
%ifarch x86_64
888cb5
	--with-arch_32=i686 \
888cb5
%endif
888cb5
%endif
888cb5
%ifarch s390 s390x
888cb5
%if 0%{?rhel} >= 7
888cb5
%if 0%{?rhel} > 7
888cb5
%if 0%{?rhel} > 8
888cb5
%if 0%{?rhel} == 9
888cb5
	--with-arch=z14 --with-tune=z15 \
888cb5
%else
888cb5
	--with-arch=z13 --with-tune=arch13 \
888cb5
%endif
888cb5
%else
888cb5
	--with-arch=z13 --with-tune=z14 \
888cb5
%endif
888cb5
%else
888cb5
	--with-arch=z196 --with-tune=zEC12 \
888cb5
%endif
888cb5
%else
888cb5
%if 0%{?fedora} >= 26
888cb5
	--with-arch=zEC12 --with-tune=z13 \
888cb5
%else
888cb5
	--with-arch=z9-109 --with-tune=z10 \
888cb5
%endif
888cb5
%endif
888cb5
	--enable-decimal-float \
888cb5
%endif
888cb5
	--build=%{gcc_target_platform} \
888cb5
	"
888cb5
888cb5
CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
888cb5
	CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g' \
888cb5
		  | sed 's/ -Wformat-security / -Wformat -Wformat-security /'`" \
888cb5
	XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \
888cb5
	../configure --enable-bootstrap \
888cb5
	--enable-languages=c,c++,lto \
888cb5
	$CONFIGURE_OPTS
888cb5
888cb5
888cb5
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS"
888cb5
888cb5
%install
888cb5
rm -fr %{buildroot}
888cb5
888cb5
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
888cb5
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}
888cb5
cd obj-%{gcc_target_platform}
888cb5
./gcc/xgcc -v 2> %{buildroot}%{_root_prefix}/%{_lib}/README%{gcc_major}
888cb5
888cb5
cp %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so.6.0.* %{buildroot}%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_version}.so
888cb5
cd %{buildroot}%{_root_prefix}/%{_lib}/
888cb5
ln -sf compat-sap-c++-%{gcc_version}.so %{buildroot}%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_major}.so
888cb5
888cb5
%check
888cb5
888cb5
888cb5
cd obj-%{gcc_target_platform}
888cb5
888cb5
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
888cb5
888cb5
888cb5
# run the tests.
888cb5
LC_ALL=C make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ \
888cb5
%if 0%{?fedora} >= 20 || 0%{?rhel} > 7
888cb5
     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" || :
888cb5
%else
888cb5
%ifnarch ppc ppc64 ppc64le s390x
888cb5
     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
888cb5
%else
888cb5
    || :
888cb5
%endif
888cb5
%endif
888cb5
( LC_ALL=C ../contrib/test_summary -t || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}' > testresults
888cb5
rm -rf gcc/testsuite.prev
888cb5
mv gcc/testsuite{,.prev}
888cb5
rm -f gcc/site.exp
888cb5
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" || :
888cb5
mv gcc/testsuite/gcc/gcc.sum{,.sent}
888cb5
mv gcc/testsuite/g++/g++.sum{,.sent}
888cb5
( 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
888cb5
rm -rf gcc/testsuite.compat
888cb5
mv gcc/testsuite{,.compat}
888cb5
mv gcc/testsuite{.prev,}
888cb5
echo ====================TESTING=========================
888cb5
cat testresults
888cb5
echo ===`gcc --version | head -1` compatibility tests====
888cb5
cat testresults2
888cb5
echo ====================TESTING END=====================
888cb5
mkdir testlogs-%{_target_platform}-%{version}-%{release}
888cb5
for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
888cb5
  ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
888cb5
done
888cb5
for i in `find gcc/testsuite.compat -name \*.log | grep -v 'config.log\|acats.*/tests/'`; do
888cb5
  ln $i testlogs-%{_target_platform}-%{version}-%{release}/`basename $i`.compat || :
888cb5
done
888cb5
tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
888cb5
  | uuencode testlogs-%{_target_platform}.tar.bz2 || :
888cb5
rm -rf testlogs-%{_target_platform}-%{version}-%{release}
888cb5
888cb5
888cb5
%files
888cb5
%defattr(-,root,root,-)
888cb5
%dir %{_root_prefix}
888cb5
%dir %{_root_prefix}/%{_lib}
888cb5
%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_version}.so
888cb5
%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_major}.so
888cb5
%{_root_prefix}/%{_lib}/README%{gcc_major}
888cb5
888cb5
%changelog
888cb5
* Mon May 16 2022 Marek Polacek <polacek@redhat.com> 12.1.1-1
888cb5
- update to GCC 12 (#2070133)
888cb5
888cb5
* Wed Jul 14 2021 Marek Polacek <polacek@redhat.com> 11.1.1-6
888cb5
- update to GCC 11 (#1957766)
888cb5
888cb5
* Wed May 19 2021 Marek Polacek <polacek@redhat.com> 10.2.1-11
888cb5
- update from Fedora gcc 10.2.1-11 (#1933097)
888cb5
- apply gcc10-SIZE_MAX.patch
888cb5
888cb5
* Wed Jul 29 2020 Marek Polacek <polacek@redhat.com> 10.2.1-1
888cb5
- GCC 10.2 release
888cb5
- disable -flto in %%{optflags}, lto bootstrap will be enabled the GCC way
888cb5
  later
888cb5
- require MPFR Library version 3.1.0 (or later)
888cb5
888cb5
* Thu Jun  4 2020 Marek Polacek <polacek@redhat.com> 10.1.1-1
888cb5
- new package