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

8a27f3
%global scl 1
8a27f3
%global scl_prefix compat-sap-
8a27f3
%global _root_prefix /opt/rh/SAP
8a27f3
%global _root_infodir %{_root_prefix}/%{_infodir}
8a27f3
%global _root_mandir %{_root_prefix}/%{_mandir}
8a27f3
%{?scl:%global __strip strip}
8a27f3
%{?scl:%global __objdump objdump}
8a27f3
%global DATE 20190311
8a27f3
%global SVNREV 269592
8a27f3
%global gcc_version 8.3.1
8a27f3
%global gcc_major 8
8a27f3
# Note, gcc_release must be integer, if you want to add suffixes to
8a27f3
# %%{release}, append them after %%{gcc_release} on Release: line.
8a27f3
%global gcc_release 3
8a27f3
%global mpc_version 0.8.1
8a27f3
%global _unpackaged_files_terminate_build 0
8a27f3
%undefine _annotated_build
8a27f3
%global multilib_64_archs sparc64 ppc64 s390x x86_64
8a27f3
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
8a27f3
%global attr_ifunc 1
8a27f3
%else
8a27f3
%global attr_ifunc 0
8a27f3
%endif
8a27f3
%ifarch x86_64
8a27f3
%global multilib_32_arch i686
8a27f3
%endif
8a27f3
Summary: C++ compatibility runtime library for SAP applications
8a27f3
Name: %{?scl_prefix}c++-8
8a27f3
ExclusiveArch: x86_64 ppc64le
8a27f3
Version: %{gcc_version}
8a27f3
Release: %{gcc_release}.1%{?dist}
8a27f3
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
8a27f3
# GCC Runtime Exception.
8a27f3
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
8a27f3
Group: Development/Languages
8a27f3
# The source for this package was pulled from upstream's vcs.  Use the
8a27f3
# following commands to generate the tarball:
8a27f3
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-8-branch@%%{SVNREV} gcc-%%{version}-%%{DATE}
8a27f3
# tar cf - gcc-%%{version}-%%{DATE} | xz -9e > gcc-%%{version}-%%{DATE}.tar.xz
8a27f3
Source0: gcc-%{version}-%{DATE}.tar.xz
8a27f3
Source1: http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
8a27f3
URL: http://gcc.gnu.org
8a27f3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8a27f3
# Need binutils with -pie support >= 2.14.90.0.4-4
8a27f3
# Need binutils which can omit dot symbols and overlap .opd on ppc64 >= 2.15.91.0.2-4
8a27f3
# Need binutils which handle -msecure-plt on ppc >= 2.16.91.0.2-2
8a27f3
# Need binutils which support .weakref >= 2.16.91.0.3-1
8a27f3
# Need binutils which support --hash-style=gnu >= 2.17.50.0.2-7
8a27f3
# Need binutils which support mffgpr and mftgpr >= 2.17.50.0.2-8
8a27f3
# Need binutils which support --build-id >= 2.17.50.0.17-3
8a27f3
# Need binutils which support %gnu_unique_object >= 2.19.51.0.14
8a27f3
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
8a27f3
BuildRequires: binutils >= 2.19.51.0.14-33
8a27f3
# While gcc doesn't include statically linked binaries, during testing
8a27f3
# -static is used several times.
8a27f3
BuildRequires: glibc-static
8a27f3
BuildRequires: gcc, gcc-c++
8a27f3
BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, texinfo, sharutils, gcc-gfortran
8a27f3
BuildRequires: /usr/bin/pod2man
8a27f3
%if 0%{?rhel} >= 7
8a27f3
BuildRequires: texinfo-tex
8a27f3
%endif
8a27f3
#BuildRequires: systemtap-sdt-devel >= 1.3
8a27f3
# For VTA guality testing
8a27f3
BuildRequires: gdb
8a27f3
# Make sure pthread.h doesn't contain __thread tokens
8a27f3
# Make sure glibc supports stack protector
8a27f3
# Make sure glibc supports DT_GNU_HASH
8a27f3
BuildRequires: glibc-devel >= 2.4.90-13
8a27f3
BuildRequires: elfutils-devel >= 0.147
8a27f3
BuildRequires: elfutils-libelf-devel >= 0.147
8a27f3
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
8a27f3
# Make sure glibc supports TFmode long double
8a27f3
BuildRequires: glibc >= 2.3.90-35
8a27f3
%endif
8a27f3
%ifarch %{multilib_64_archs} sparcv9 ppc
8a27f3
# Ensure glibc{,-devel} is installed for both multilib arches
8a27f3
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
8a27f3
%endif
8a27f3
%ifarch ia64
8a27f3
BuildRequires: libunwind >= 0.98
8a27f3
%endif
8a27f3
# Need .eh_frame ld optimizations
8a27f3
# Need proper visibility support
8a27f3
# Need -pie support
8a27f3
# Need --as-needed/--no-as-needed support
8a27f3
# On ppc64, need omit dot symbols support and --non-overlapping-opd
8a27f3
# Need binutils that owns /usr/bin/c++filt
8a27f3
# Need binutils that support .weakref
8a27f3
# Need binutils that supports --hash-style=gnu
8a27f3
# Need binutils that support mffgpr/mftgpr
8a27f3
# Need binutils which support --build-id >= 2.17.50.0.17-3
8a27f3
# Need binutils which support %%gnu_unique_object >= 2.19.51.0.14
8a27f3
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
8a27f3
# Don't require this for compat-sap-c++ (#1491573).
8a27f3
#Requires: binutils >= 2.19.51.0.14-33
8a27f3
# Make sure gdb will understand DW_FORM_strp
8a27f3
Conflicts: gdb < 5.1-2
8a27f3
# Don't require this for compat-sap-c++ (#1491573).
8a27f3
#Requires: glibc-devel >= 2.2.90-12
8a27f3
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
8a27f3
# Make sure glibc supports TFmode long double
8a27f3
Requires: glibc >= 2.3.90-35
8a27f3
%endif
8a27f3
Requires: libgcc >= 4.1.2-43
8a27f3
# Keep this for now.
8a27f3
Requires: libgomp >= 4.4.4-13
8a27f3
BuildRequires: gmp-devel >= 4.1.2-8
8a27f3
BuildRequires: mpfr-devel >= 2.2.1
8a27f3
%if 0%{?rhel} >= 7
8a27f3
BuildRequires: libmpc-devel >= 0.8.1
8a27f3
%endif
8a27f3
AutoReq: true
8a27f3
AutoProv: false
8a27f3
# Don't provide this for compat-sap-c++ (#1491573).
8a27f3
#%ifarch sparc64 ppc64 ppc64le s390x x86_64 ia64
8a27f3
#Provides: liblto_plugin.so.0()(64bit)
8a27f3
#%else
8a27f3
#Provides: liblto_plugin.so.0
8a27f3
#%endif
8a27f3
%global oformat %{nil}
8a27f3
%global oformat2 %{nil}
8a27f3
%ifarch %{ix86}
8a27f3
%global oformat OUTPUT_FORMAT(elf32-i386)
8a27f3
%endif
8a27f3
%ifarch x86_64
8a27f3
%global oformat OUTPUT_FORMAT(elf64-x86-64)
8a27f3
%global oformat2 OUTPUT_FORMAT(elf32-i386)
8a27f3
%endif
8a27f3
%ifarch ppc
8a27f3
%global oformat OUTPUT_FORMAT(elf32-powerpc)
8a27f3
%global oformat2 OUTPUT_FORMAT(elf64-powerpc)
8a27f3
%endif
8a27f3
%ifarch ppc64
8a27f3
%global oformat OUTPUT_FORMAT(elf64-powerpc)
8a27f3
%global oformat2 OUTPUT_FORMAT(elf32-powerpc)
8a27f3
%endif
8a27f3
%ifarch s390
8a27f3
%global oformat OUTPUT_FORMAT(elf32-s390)
8a27f3
%endif
8a27f3
%ifarch s390x
8a27f3
%global oformat OUTPUT_FORMAT(elf64-s390)
8a27f3
%global oformat2 OUTPUT_FORMAT(elf32-s390)
8a27f3
%endif
8a27f3
%ifarch ia64
8a27f3
%global oformat OUTPUT_FORMAT(elf64-ia64-little)
8a27f3
%endif
8a27f3
%ifarch ppc64le
8a27f3
%global oformat OUTPUT_FORMAT(elf64-powerpcle)
8a27f3
%endif
8a27f3
%ifarch aarch64
8a27f3
%global oformat OUTPUT_FORMAT(elf64-littleaarch64)
8a27f3
%endif
8a27f3
8a27f3
Patch0: gcc8-hack.patch
8a27f3
Patch2: gcc8-i386-libgomp.patch
8a27f3
Patch3: gcc8-sparc-config-detection.patch
8a27f3
Patch4: gcc8-libgomp-omp_h-multilib.patch
8a27f3
Patch5: gcc8-libtool-no-rpath.patch
8a27f3
Patch8: gcc8-no-add-needed.patch
8a27f3
Patch9: gcc8-foffload-default.patch
8a27f3
Patch10: gcc8-Wno-format-security.patch
8a27f3
Patch11: gcc8-rh1512529-aarch64.patch
8a27f3
Patch12: gcc8-mcet.patch
8a27f3
Patch13: gcc8-pr85400.patch
8a27f3
Patch14: gcc8-pr89629.patch
8a27f3
8a27f3
Patch1000: gcc8-libstdc++-compat.patch
8a27f3
Patch1001: gcc8-alt-compat-test.patch
8a27f3
Patch1005: gcc8-s390x-libsanitizer.patch
8a27f3
8a27f3
%if 0%{?rhel} >= 7
8a27f3
%global nonsharedver 48
8a27f3
%else
8a27f3
%global nonsharedver 44
8a27f3
%endif
8a27f3
8a27f3
%if 0%{?scl:1}
8a27f3
%global _gnu %{nil}
8a27f3
%else
8a27f3
%global _gnu 7E
8a27f3
%endif
8a27f3
%ifarch sparcv9
8a27f3
%global gcc_target_platform sparc64-%{_vendor}-%{_target_os}%{?_gnu}
8a27f3
%endif
8a27f3
%ifarch ppc
8a27f3
%global gcc_target_platform ppc64-%{_vendor}-%{_target_os}%{?_gnu}
8a27f3
%endif
8a27f3
%ifnarch sparcv9 ppc
8a27f3
%global gcc_target_platform %{_target_platform}
8a27f3
%endif
8a27f3
8a27f3
%description
8a27f3
This package provides runtime compatibility libraries for use by SAP
8a27f3
application binaries only.
8a27f3
8a27f3
%prep
8a27f3
%setup -q -n gcc-%{version}-%{DATE} -a 1
8a27f3
%patch0 -p0 -b .hack~
8a27f3
%patch2 -p0 -b .i386-libgomp~
8a27f3
%patch3 -p0 -b .sparc-config-detection~
8a27f3
%patch4 -p0 -b .libgomp-omp_h-multilib~
8a27f3
%patch5 -p0 -b .libtool-no-rpath~
8a27f3
%patch8 -p0 -b .no-add-needed~
8a27f3
%patch9 -p0 -b .foffload-default~
8a27f3
%patch10 -p0 -b .Wno-format-security~
8a27f3
%patch11 -p0 -b .rh1512529-aarch64~
8a27f3
%patch12 -p0 -b .mcet~
8a27f3
%patch13 -p0 -b .pr85400~
8a27f3
%patch14 -p0 -b .pr89629~
8a27f3
8a27f3
%if 0%{?rhel} <= 7
8a27f3
%patch1000 -p0 -b .libstdc++-compat~
8a27f3
%endif
8a27f3
%ifarch %{ix86} x86_64
8a27f3
%if 0%{?rhel} < 7
8a27f3
# On i?86/x86_64 there are some incompatibilities in _Decimal* as well as
8a27f3
# aggregates containing larger vector passing.
8a27f3
%patch1001 -p0 -b .alt-compat-test~
8a27f3
%endif
8a27f3
%endif
8a27f3
%if 0%{?rhel} == 6
8a27f3
%patch1005 -p0 -b .s390x-libsanitizer~
8a27f3
%endif
8a27f3
8a27f3
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
8a27f3
8a27f3
%if 0%{?rhel} == 6
8a27f3
# Default to -gdwarf-3 rather than -gdwarf-4
8a27f3
sed -i '/UInteger Var(dwarf_version)/s/Init(4)/Init(3)/' gcc/common.opt
8a27f3
sed -i 's/\(may be either 2, 3 or 4; the default version is \)4\./\13./' gcc/doc/invoke.texi
8a27f3
%endif
8a27f3
8a27f3
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
8a27f3
cp -a libstdc++-v3/config/cpu/i{4,3}86/opt
8a27f3
8a27f3
./contrib/gcc_update --touch
8a27f3
8a27f3
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
8a27f3
8a27f3
sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt
8a27f3
8a27f3
%ifarch ppc
8a27f3
if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
8a27f3
  mkdir -p libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64
8a27f3
  mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{,64/}baseline_symbols.txt
8a27f3
  mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{32/,}baseline_symbols.txt
8a27f3
  rm -rf libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32
8a27f3
fi
8a27f3
%endif
8a27f3
%ifarch sparc
8a27f3
if [ -d libstdc++-v3/config/abi/post/sparc64-linux-gnu ]; then
8a27f3
  mkdir -p libstdc++-v3/config/abi/post/sparc64-linux-gnu/64
8a27f3
  mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{,64/}baseline_symbols.txt
8a27f3
  mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{32/,}baseline_symbols.txt
8a27f3
  rm -rf libstdc++-v3/config/abi/post/sparc64-linux-gnu/32
8a27f3
fi
8a27f3
%endif
8a27f3
8a27f3
%build
8a27f3
8a27f3
# Undo the broken autoconf change in recent Fedora versions
8a27f3
export CONFIG_SITE=NONE
8a27f3
8a27f3
rm -fr obj-%{gcc_target_platform}
8a27f3
mkdir obj-%{gcc_target_platform}
8a27f3
cd obj-%{gcc_target_platform}
8a27f3
8a27f3
%if 0%{?rhel} < 7
8a27f3
mkdir mpc mpc-install
8a27f3
cd mpc
8a27f3
../../mpc-%{mpc_version}/configure --disable-shared \
8a27f3
  CFLAGS="${CFLAGS:-%optflags} -fPIC" CXXFLAGS="${CXXFLAGS:-%optflags} -fPIC" \
8a27f3
  --prefix=`cd ..; pwd`/mpc-install
8a27f3
make %{?_smp_mflags}
8a27f3
make install
8a27f3
cd ..
8a27f3
%endif
8a27f3
8a27f3
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
8a27f3
8a27f3
CC=gcc
8a27f3
CXX=g++
8a27f3
OPT_FLAGS=`echo %{optflags}|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
8a27f3
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
8a27f3
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mfpmath=sse/-mfpmath=sse -msse2/g'`
8a27f3
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
8a27f3
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Werror=format-security/-Wformat-security/g'`
8a27f3
%ifarch sparc
8a27f3
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
8a27f3
%endif
8a27f3
%ifarch %{ix86}
8a27f3
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=i.86//g'`
8a27f3
%endif
8a27f3
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
8a27f3
CONFIGURE_OPTS="\
8a27f3
	--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
8a27f3
	--with-bugurl=http://bugzilla.redhat.com/bugzilla \
8a27f3
	--enable-shared --enable-threads=posix --enable-checking=release \
8a27f3
%ifarch ppc64le
8a27f3
	--enable-targets=powerpcle-linux --disable-multilib \
8a27f3
%else
8a27f3
	--enable-multilib \
8a27f3
%endif
8a27f3
	--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
8a27f3
	--enable-gnu-unique-object \
8a27f3
	--enable-linker-build-id --with-gcc-major-version-only \
8a27f3
	--enable-plugin --with-linker-hash-style=gnu \
8a27f3
	--enable-initfini-array \
8a27f3
	--with-default-libstdcxx-abi=gcc4-compatible \
8a27f3
	--disable-libquadmath \
8a27f3
	--disable-libsanitizer \
8a27f3
	--disable-libvtv \
8a27f3
	--disable-libgomp \
8a27f3
	--disable-libitm \
8a27f3
	--disable-libssp \
8a27f3
	--disable-libatomic \
8a27f3
	--disable-libcilkrts \
8a27f3
	--without-isl \
8a27f3
	--disable-libmpx \
8a27f3
%if 0%{?rhel} < 7
8a27f3
	--with-mpc=`pwd`/mpc-install \
8a27f3
%endif
8a27f3
%if 0%{?rhel} >= 7
8a27f3
%if %{attr_ifunc}
8a27f3
	--enable-gnu-indirect-function \
8a27f3
%endif
8a27f3
%endif
8a27f3
%ifarch ppc ppc64 ppc64le ppc64p7
8a27f3
	--enable-secureplt \
8a27f3
%endif
8a27f3
%ifarch ppc ppc64 ppc64p7
8a27f3
%if 0%{?rhel} >= 7
8a27f3
	--with-cpu-32=power7 --with-tune-32=power7 --with-cpu-64=power7 --with-tune-64=power7 \
8a27f3
%else
8a27f3
	--with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 \
8a27f3
%endif
8a27f3
%endif
8a27f3
%ifarch ppc64le
8a27f3
%if 0%{?rhel} >= 7
8a27f3
	--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
8a27f3
%endif
8a27f3
%endif
8a27f3
%ifarch ppc
8a27f3
	--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
8a27f3
%endif
8a27f3
%ifarch %{ix86} x86_64
8a27f3
	--with-tune=generic \
8a27f3
%endif
8a27f3
%ifarch %{ix86}
8a27f3
	--with-arch=i686 \
8a27f3
%endif
8a27f3
%ifarch x86_64
8a27f3
	--with-arch_32=i686 \
8a27f3
%endif
8a27f3
	--build=%{gcc_target_platform} \
8a27f3
	"
8a27f3
8a27f3
CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
8a27f3
	CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g'`" \
8a27f3
	XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \
8a27f3
	../configure --enable-bootstrap \
8a27f3
	--enable-languages=c,c++,lto \
8a27f3
	$CONFIGURE_OPTS
8a27f3
8a27f3
8a27f3
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS"
8a27f3
8a27f3
%install
8a27f3
rm -fr %{buildroot}
8a27f3
8a27f3
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
8a27f3
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}
8a27f3
cd obj-%{gcc_target_platform}
8a27f3
./gcc/xgcc -v 2> %{buildroot}%{_root_prefix}/%{_lib}/README8
8a27f3
8a27f3
cp %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so.6.0.* %{buildroot}%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_version}.so
8a27f3
cd %{buildroot}%{_root_prefix}/%{_lib}/
8a27f3
ln -sf compat-sap-c++-%{gcc_version}.so %{buildroot}%{_root_prefix}/%{_lib}/compat-sap-c++-8.so
8a27f3
8a27f3
%check
8a27f3
cd obj-%{gcc_target_platform}
8a27f3
8a27f3
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
8a27f3
8a27f3
# run the tests.
8a27f3
make %{?_smp_mflags} -k check RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
8a27f3
( LC_ALL=C ../contrib/test_summary -t || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}' > testresults
8a27f3
rm -rf gcc/testsuite.prev
8a27f3
mv gcc/testsuite{,.prev}
8a27f3
rm -f gcc/site.exp
8a27f3
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" || :
8a27f3
mv gcc/testsuite/gcc/gcc.sum{,.sent}
8a27f3
mv gcc/testsuite/g++/g++.sum{,.sent}
8a27f3
( 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
8a27f3
rm -rf gcc/testsuite.compat
8a27f3
mv gcc/testsuite{,.compat}
8a27f3
mv gcc/testsuite{.prev,}
8a27f3
echo ====================TESTING=========================
8a27f3
cat testresults
8a27f3
echo ===`gcc --version | head -1` compatibility tests====
8a27f3
cat testresults2
8a27f3
echo ====================TESTING END=====================
8a27f3
mkdir testlogs-%{_target_platform}-%{version}-%{release}
8a27f3
for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
8a27f3
  ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
8a27f3
done
8a27f3
for i in `find gcc/testsuite.compat -name \*.log | grep -v 'config.log\|acats.*/tests/'`; do
8a27f3
  ln $i testlogs-%{_target_platform}-%{version}-%{release}/`basename $i`.compat || :
8a27f3
done
8a27f3
tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
8a27f3
  | uuencode testlogs-%{_target_platform}.tar.bz2 || :
8a27f3
rm -rf testlogs-%{_target_platform}-%{version}-%{release}
8a27f3
8a27f3
%clean
8a27f3
rm -rf %{buildroot}
8a27f3
8a27f3
%files
8a27f3
%defattr(-,root,root,-)
8a27f3
%dir %{_root_prefix}
8a27f3
%dir %{_root_prefix}/%{_lib}
8a27f3
%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_version}.so
8a27f3
%{_root_prefix}/%{_lib}/compat-sap-c++-8.so
8a27f3
%{_root_prefix}/%{_lib}/README8
8a27f3
8a27f3
%changelog
8a27f3
* Wed Apr 10 2019 Marek Polacek <polacek@redhat.com> 8.3.1-3.1
8a27f3
- rename README to README8
8a27f3
8a27f3
* Thu Mar 14 2019 Marek Polacek <polacek@redhat.com> 8.3.1-3
8a27f3
- update from DTS gcc 8.3.1-3
8a27f3
8a27f3
* Mon Feb 25 2019 Marek Polacek <polacek@redhat.com> 8.3.1-2
8a27f3
- update from DTS gcc 8.3.1-2
8a27f3
8a27f3
* Wed Feb 20 2019 Marek Polacek <polacek@redhat.com> 8.2.1-7.1
8a27f3
- update from DTS gcc 8.2.1-7.1
8a27f3
8a27f3
* Tue Nov 28 2017 Marek Polacek <polacek@redhat.com> 7.3.1-1
8a27f3
- update from DTS gcc 7.3.1
8a27f3
8a27f3
* Tue Nov 28 2017 Marek Polacek <polacek@redhat.com> 7.2.1-2
8a27f3
- clean up RPM dependencies (#1491573)
8a27f3
- include gcc -v output in the README file (#1491594)
8a27f3
8a27f3
* Wed Nov 22 2017 Marek Polacek <polacek@redhat.com> 7.2.1-1
8a27f3
- new package