2017-07-11 15:53:24 +00:00
|
|
|
%global DATE 201707011
|
|
|
|
%global SVNREV 250136
|
2017-05-03 07:32:52 +00:00
|
|
|
%global gcc_version 7.1.1
|
2017-01-26 14:33:42 +00:00
|
|
|
%global gcc_major 7
|
2008-09-05 08:43:54 +00:00
|
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
|
|
# %{release}, append them after %{gcc_release} on Release: line.
|
2017-07-11 15:53:24 +00:00
|
|
|
%global gcc_release 5
|
2017-01-26 14:33:42 +00:00
|
|
|
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
|
|
|
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
2009-05-14 08:52:31 +00:00
|
|
|
%global _unpackaged_files_terminate_build 0
|
2014-01-15 09:56:53 +00:00
|
|
|
%global _performance_build 1
|
2015-11-04 13:43:15 +00:00
|
|
|
# Hardening slows the compiler way too much.
|
2015-09-30 06:44:12 +00:00
|
|
|
%undefine _hardened_build
|
2014-01-15 09:56:53 +00:00
|
|
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
2016-03-18 09:41:49 +00:00
|
|
|
%ifarch %{ix86} x86_64 ia64 ppc %{power64} alpha s390x %{arm} aarch64
|
2009-05-14 08:52:31 +00:00
|
|
|
%global build_ada 1
|
2007-12-12 20:33:17 +00:00
|
|
|
%else
|
2009-05-14 08:52:31 +00:00
|
|
|
%global build_ada 0
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2016-04-06 16:56:22 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips}
|
2011-01-22 10:26:14 +00:00
|
|
|
%global build_go 1
|
2012-01-05 21:02:40 +00:00
|
|
|
%else
|
|
|
|
%global build_go 0
|
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch %{ix86} x86_64 ia64
|
|
|
|
%global build_libquadmath 1
|
|
|
|
%else
|
|
|
|
%global build_libquadmath 0
|
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
2013-01-06 11:13:05 +00:00
|
|
|
%global build_libasan 1
|
|
|
|
%else
|
|
|
|
%global build_libasan 0
|
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%ifarch x86_64 ppc64 ppc64le aarch64
|
2013-01-06 11:13:05 +00:00
|
|
|
%global build_libtsan 1
|
|
|
|
%else
|
|
|
|
%global build_libtsan 0
|
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%ifarch x86_64 ppc64 ppc64le aarch64
|
2014-04-09 06:46:36 +00:00
|
|
|
%global build_liblsan 1
|
|
|
|
%else
|
|
|
|
%global build_liblsan 0
|
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
2014-04-09 06:46:36 +00:00
|
|
|
%global build_libubsan 1
|
|
|
|
%else
|
|
|
|
%global build_libubsan 0
|
|
|
|
%endif
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%global build_libcilkrts 1
|
|
|
|
%else
|
|
|
|
%global build_libcilkrts 0
|
|
|
|
%endif
|
2016-04-06 16:56:22 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips}
|
2013-01-06 11:13:05 +00:00
|
|
|
%global build_libatomic 1
|
|
|
|
%else
|
|
|
|
%global build_libatomic 0
|
|
|
|
%endif
|
2014-07-16 15:41:50 +00:00
|
|
|
%ifarch %{ix86} x86_64 %{arm} alpha ppc ppc64 ppc64le ppc64p7 s390 s390x aarch64
|
2012-01-03 14:17:22 +00:00
|
|
|
%global build_libitm 1
|
|
|
|
%else
|
|
|
|
%global build_libitm 0
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%global build_libmpx 1
|
|
|
|
%else
|
|
|
|
%global build_libmpx 0
|
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
%global build_isl 1
|
2009-05-14 08:52:31 +00:00
|
|
|
%global build_libstdcxx_docs 1
|
2016-04-06 16:56:22 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips}
|
2014-02-20 20:22:24 +00:00
|
|
|
%global attr_ifunc 1
|
|
|
|
%else
|
|
|
|
%global attr_ifunc 0
|
|
|
|
%endif
|
2017-04-21 10:10:21 +00:00
|
|
|
%ifarch x86_64 ppc64le
|
2017-01-26 14:33:42 +00:00
|
|
|
%global build_offload_nvptx 1
|
|
|
|
%else
|
|
|
|
%global build_offload_nvptx 0
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch s390x
|
2009-05-14 08:52:31 +00:00
|
|
|
%global multilib_32_arch s390
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64
|
2009-05-14 08:52:31 +00:00
|
|
|
%global multilib_32_arch sparcv9
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch ppc64 ppc64p7
|
2009-05-14 08:52:31 +00:00
|
|
|
%global multilib_32_arch ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
2009-07-21 17:18:39 +00:00
|
|
|
%global multilib_32_arch i686
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
Summary: Various compilers (C, C++, Objective-C, Java, ...)
|
|
|
|
Name: gcc
|
|
|
|
Version: %{gcc_version}
|
2016-02-05 19:34:45 +00:00
|
|
|
Release: %{gcc_release}%{?dist}
|
2014-04-09 06:46:36 +00:00
|
|
|
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
2009-04-14 15:46:16 +00:00
|
|
|
# GCC Runtime Exception.
|
2011-01-22 14:11:59 +00:00
|
|
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: Development/Languages
|
2008-09-05 08:43:54 +00:00
|
|
|
# The source for this package was pulled from upstream's vcs. Use the
|
|
|
|
# following commands to generate the tarball:
|
2016-01-27 12:37:40 +00:00
|
|
|
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-6-branch@%{SVNREV} gcc-%{version}-%{DATE}
|
2008-09-05 08:43:54 +00:00
|
|
|
# tar cf - gcc-%{version}-%{DATE} | bzip2 -9 > gcc-%{version}-%{DATE}.tar.bz2
|
2007-12-12 20:33:17 +00:00
|
|
|
Source0: gcc-%{version}-%{DATE}.tar.bz2
|
2017-01-26 14:33:42 +00:00
|
|
|
# The source for nvptx-tools package was pulled from upstream's vcs. Use the
|
|
|
|
# following commands to generate the tarball:
|
|
|
|
# git clone https://github.com/MentorEmbedded/nvptx-tools.git
|
|
|
|
# cd nvptx-tools
|
|
|
|
# git archive origin/master --prefix=nvptx-tools-%{nvptx_tools_gitrev}/ | bzip2 -9 > ../nvptx-tools-%{nvptx_tools_gitrev}.tar.bz2
|
|
|
|
# cd ..; rm -rf nvptx-tools
|
|
|
|
Source1: nvptx-tools-%{nvptx_tools_gitrev}.tar.bz2
|
|
|
|
# The source for nvptx-newlib package was pulled from upstream's vcs. Use the
|
|
|
|
# following commands to generate the tarball:
|
|
|
|
# git clone https://github.com/MentorEmbedded/nvptx-newlib.git
|
|
|
|
# cd nvptx-newlib
|
|
|
|
# git archive origin/master --prefix=nvptx-newlib-%{nvptx_newlib_gitrev}/ | bzip2 -9 > ../nvptx-newlib-%{nvptx_newlib_gitrev}.tar.bz2
|
|
|
|
# cd ..; rm -rf nvptx-newlib
|
|
|
|
Source2: nvptx-newlib-%{nvptx_newlib_gitrev}.tar.bz2
|
2017-02-09 17:55:36 +00:00
|
|
|
%global isl_version 0.16.1
|
2007-12-12 20:33:17 +00:00
|
|
|
URL: http://gcc.gnu.org
|
2008-09-05 22:15:57 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-12-12 20:33:17 +00:00
|
|
|
# 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
|
2009-07-23 16:44:00 +00:00
|
|
|
# Need binutils which support %gnu_unique_object >= 2.19.51.0.14
|
2009-12-04 12:41:27 +00:00
|
|
|
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
|
2010-02-08 20:09:15 +00:00
|
|
|
# Need binutils which support --no-add-needed >= 2.20.51.0.2-12
|
2014-08-15 10:42:25 +00:00
|
|
|
# Need binutils which support -plugin
|
|
|
|
BuildRequires: binutils >= 2.24
|
2009-02-19 16:45:44 +00:00
|
|
|
# While gcc doesn't include statically linked binaries, during testing
|
|
|
|
# -static is used several times.
|
|
|
|
BuildRequires: glibc-static
|
2013-01-24 09:22:45 +00:00
|
|
|
BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, sharutils
|
2013-02-20 16:12:51 +00:00
|
|
|
BuildRequires: texinfo, texinfo-tex, /usr/bin/pod2man
|
2011-01-22 10:26:14 +00:00
|
|
|
BuildRequires: systemtap-sdt-devel >= 1.3
|
2015-04-07 16:03:22 +00:00
|
|
|
BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
|
2016-08-10 14:42:47 +00:00
|
|
|
BuildRequires: python2-devel, python3-devel
|
2012-11-09 11:58:44 +00:00
|
|
|
%if %{build_go}
|
2016-01-29 20:59:00 +00:00
|
|
|
BuildRequires: hostname, procps
|
2012-11-09 11:58:44 +00:00
|
|
|
%endif
|
2009-09-08 11:05:43 +00:00
|
|
|
# For VTA guality testing
|
|
|
|
BuildRequires: gdb
|
2007-12-12 20:33:17 +00:00
|
|
|
# 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
|
2010-07-07 17:35:21 +00:00
|
|
|
BuildRequires: elfutils-devel >= 0.147
|
|
|
|
BuildRequires: elfutils-libelf-devel >= 0.147
|
2014-04-11 17:16:27 +00:00
|
|
|
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
|
2007-12-12 20:33:17 +00:00
|
|
|
# Make sure glibc supports TFmode long double
|
|
|
|
BuildRequires: glibc >= 2.3.90-35
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch %{multilib_64_archs} sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
# 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
|
|
|
|
%if %{build_ada}
|
|
|
|
# Ada requires Ada to build
|
|
|
|
BuildRequires: gcc-gnat >= 3.1, libgnat >= 3.1
|
|
|
|
%endif
|
|
|
|
%ifarch ia64
|
|
|
|
BuildRequires: libunwind >= 0.98
|
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
%if %{build_isl}
|
|
|
|
BuildRequires: isl = %{isl_version}
|
|
|
|
BuildRequires: isl-devel = %{isl_version}
|
2017-02-09 17:58:55 +00:00
|
|
|
%if 0%{?__isa_bits} == 64
|
2017-02-09 17:55:36 +00:00
|
|
|
Requires: libisl.so.15()(64bit)
|
|
|
|
%else
|
|
|
|
Requires: libisl.so.15
|
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
%if %{build_libstdcxx_docs}
|
2011-01-28 10:21:01 +00:00
|
|
|
BuildRequires: doxygen >= 1.7.1
|
2013-01-24 09:22:45 +00:00
|
|
|
BuildRequires: graphviz, dblatex, texlive-collection-latex, docbook5-style-xsl
|
2009-05-14 08:52:31 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
Requires: cpp = %{version}-%{release}
|
|
|
|
# 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
|
2009-12-04 12:41:27 +00:00
|
|
|
# Need binutils that support %gnu_unique_object
|
|
|
|
# Need binutils that support .cfi_sections
|
2010-02-08 20:09:15 +00:00
|
|
|
# Need binutils that support --no-add-needed
|
2014-08-15 10:42:25 +00:00
|
|
|
# Need binutils that support -plugin
|
|
|
|
Requires: binutils >= 2.24
|
2007-12-12 20:33:17 +00:00
|
|
|
# Make sure gdb will understand DW_FORM_strp
|
|
|
|
Conflicts: gdb < 5.1-2
|
|
|
|
Requires: glibc-devel >= 2.2.90-12
|
2014-04-11 17:16:27 +00:00
|
|
|
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
|
2007-12-12 20:33:17 +00:00
|
|
|
# Make sure glibc supports TFmode long double
|
|
|
|
Requires: glibc >= 2.3.90-35
|
|
|
|
%endif
|
2012-07-13 09:36:11 +00:00
|
|
|
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
|
2012-07-16 10:54:55 +00:00
|
|
|
%ifarch %{arm}
|
2012-07-13 09:36:11 +00:00
|
|
|
Requires: glibc >= 2.16
|
|
|
|
%endif
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
Requires: libgcc >= %{version}-%{release}
|
|
|
|
Requires: libgomp = %{version}-%{release}
|
|
|
|
%if !%{build_ada}
|
|
|
|
Obsoletes: gcc-gnat < %{version}-%{release}
|
|
|
|
%endif
|
2014-05-14 07:36:18 +00:00
|
|
|
Obsoletes: gcc-java < %{version}-%{release}
|
2009-05-14 08:52:31 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2007-12-12 20:33:17 +00:00
|
|
|
AutoReq: true
|
2012-10-15 20:01:14 +00:00
|
|
|
Provides: bundled(libiberty)
|
2017-01-26 14:33:42 +00:00
|
|
|
Provides: gcc(major) = %{gcc_major}
|
|
|
|
|
|
|
|
Patch0: gcc7-hack.patch
|
|
|
|
Patch1: gcc7-ppc32-retaddr.patch
|
|
|
|
Patch2: gcc7-i386-libgomp.patch
|
|
|
|
Patch3: gcc7-sparc-config-detection.patch
|
|
|
|
Patch4: gcc7-libgomp-omp_h-multilib.patch
|
|
|
|
Patch5: gcc7-libtool-no-rpath.patch
|
|
|
|
Patch6: gcc7-isl-dl.patch
|
|
|
|
Patch7: gcc7-libstdc++-docs.patch
|
|
|
|
Patch8: gcc7-no-add-needed.patch
|
|
|
|
Patch9: gcc7-aarch64-async-unw-tables.patch
|
|
|
|
Patch10: gcc7-foffload-default.patch
|
2017-02-25 11:47:04 +00:00
|
|
|
Patch11: gcc7-Wno-format-security.patch
|
2017-07-09 12:26:16 +00:00
|
|
|
Patch12: gcc7-rh1467526.patch
|
2017-07-11 15:53:24 +00:00
|
|
|
Patch13: gcc7-pr81066.patch
|
2017-01-26 14:33:42 +00:00
|
|
|
|
|
|
|
Patch1000: nvptx-tools-no-ptxas.patch
|
|
|
|
Patch1001: nvptx-tools-build.patch
|
2017-05-03 09:05:12 +00:00
|
|
|
Patch1002: nvptx-tools-glibc.patch
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
# On ARM EABI systems, we do want -gnueabi to be part of the
|
|
|
|
# target triple.
|
|
|
|
%ifnarch %{arm}
|
2009-05-14 08:52:31 +00:00
|
|
|
%global _gnu %{nil}
|
2016-01-30 01:23:10 +00:00
|
|
|
%else
|
|
|
|
%global _gnu -gnueabi
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9
|
2009-05-14 08:52:31 +00:00
|
|
|
%global gcc_target_platform sparc64-%{_vendor}-%{_target_os}
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch ppc ppc64p7
|
2009-05-14 08:52:31 +00:00
|
|
|
%global gcc_target_platform ppc64-%{_vendor}-%{_target_os}
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 ppc ppc64p7
|
2009-05-14 08:52:31 +00:00
|
|
|
%global gcc_target_platform %{_target_platform}
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
2017-01-26 14:33:42 +00:00
|
|
|
The gcc package contains the GNU Compiler Collection version 7.
|
2007-12-12 20:33:17 +00:00
|
|
|
You'll need this package in order to compile C code.
|
|
|
|
|
|
|
|
%package -n libgcc
|
2017-01-26 14:33:42 +00:00
|
|
|
Summary: GCC version 7 shared support library
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: false
|
2014-05-14 07:36:18 +00:00
|
|
|
%if !%{build_ada}
|
|
|
|
Obsoletes: libgnat < %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
Obsoletes: libmudflap
|
|
|
|
Obsoletes: libmudflap-devel
|
|
|
|
Obsoletes: libmudflap-static
|
|
|
|
Obsoletes: libgcj < %{version}-%{release}
|
|
|
|
Obsoletes: libgcj-devel < %{version}-%{release}
|
|
|
|
Obsoletes: libgcj-src < %{version}-%{release}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%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
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libstdc++ = %{version}-%{release}
|
|
|
|
Requires: libstdc++-devel = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description c++
|
|
|
|
This package adds C++ support to the GNU Compiler Collection.
|
|
|
|
It includes support for most of the current C++ specification,
|
|
|
|
including templates and exception handling.
|
|
|
|
|
|
|
|
%package -n libstdc++
|
|
|
|
Summary: GNU Standard C++ Library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: true
|
2009-07-25 10:08:12 +00:00
|
|
|
Requires: glibc >= 2.10.90-7
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%description -n libstdc++
|
|
|
|
The libstdc++ package contains a rewritten standard compliant GCC Standard
|
|
|
|
C++ Library.
|
|
|
|
|
|
|
|
%package -n libstdc++-devel
|
|
|
|
Summary: Header files and libraries for C++ development
|
|
|
|
Group: Development/Libraries
|
2009-12-04 12:41:27 +00:00
|
|
|
Requires: libstdc++%{?_isa} = %{version}-%{release}
|
2007-12-12 20:33:17 +00:00
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libstdc++-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.
|
|
|
|
|
2010-06-08 10:01:16 +00:00
|
|
|
%package -n libstdc++-static
|
|
|
|
Summary: Static libraries for the GNU standard C++ library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libstdc++-devel = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libstdc++-static
|
2013-01-31 20:21:37 +00:00
|
|
|
Static libraries for the GNU standard C++ library.
|
2010-06-08 10:01:16 +00:00
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
%package -n libstdc++-docs
|
|
|
|
Summary: Documentation for the GNU standard C++ library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libstdc++-docs
|
|
|
|
Manual, doxygen generated API information and Frequently Asked Questions
|
|
|
|
for the GNU standard C++ library.
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%package objc
|
|
|
|
Summary: Objective-C support for GCC
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libobjc = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description objc
|
|
|
|
gcc-objc provides Objective-C support for the GCC.
|
|
|
|
Mainly used on systems running NeXTSTEP, Objective-C is an
|
|
|
|
object-oriented derivative of the C language.
|
|
|
|
|
|
|
|
%package objc++
|
|
|
|
Summary: Objective-C++ support for GCC
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc-c++ = %{version}-%{release}, gcc-objc = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description objc++
|
|
|
|
gcc-objc++ package provides Objective-C++ support for the GCC.
|
|
|
|
|
|
|
|
%package -n libobjc
|
|
|
|
Summary: Objective-C runtime
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libobjc
|
|
|
|
This package contains Objective-C shared library which is needed to run
|
|
|
|
Objective-C dynamically linked programs.
|
|
|
|
|
|
|
|
%package gfortran
|
2009-01-16 18:34:38 +00:00
|
|
|
Summary: Fortran support
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libgfortran = %{version}-%{release}
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
Requires: libquadmath = %{version}-%{release}
|
|
|
|
Requires: libquadmath-devel = %{version}-%{release}
|
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2007-12-12 20:33:17 +00:00
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description gfortran
|
2009-01-16 18:34:38 +00:00
|
|
|
The gcc-gfortran package provides support for compiling Fortran
|
2007-12-12 20:33:17 +00:00
|
|
|
programs with the GNU Compiler Collection.
|
|
|
|
|
|
|
|
%package -n libgfortran
|
2009-01-16 18:34:38 +00:00
|
|
|
Summary: Fortran runtime
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: true
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
Requires: libquadmath = %{version}-%{release}
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%description -n libgfortran
|
2009-01-16 18:34:38 +00:00
|
|
|
This package contains Fortran shared library which is needed to run
|
|
|
|
Fortran dynamically linked programs.
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%package -n libgfortran-static
|
|
|
|
Summary: Static Fortran libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libgfortran = %{version}-%{release}
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
%if %{build_libquadmath}
|
|
|
|
Requires: libquadmath-static = %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description -n libgfortran-static
|
|
|
|
This package contains static Fortran libraries.
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%package -n libgomp
|
2016-07-21 13:52:14 +00:00
|
|
|
Summary: GCC OpenMP v4.5 shared support library
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-05-14 08:52:31 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%description -n libgomp
|
|
|
|
This package contains GCC shared support library which is needed
|
2016-07-21 13:52:14 +00:00
|
|
|
for OpenMP v4.5 support.
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
%package -n libgomp-offload-nvptx
|
|
|
|
Summary: GCC OpenMP v4.5 plugin for offloading to NVPTX
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: libgomp = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libgomp-offload-nvptx
|
|
|
|
This package contains libgomp plugin for offloading to NVidia
|
|
|
|
PTX. The plugin needs libcuda.so.1 shared library that has to be
|
|
|
|
installed separately.
|
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
%package gdb-plugin
|
|
|
|
Summary: GCC plugin for GDB
|
|
|
|
Group: Development/Debuggers
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description gdb-plugin
|
|
|
|
This package contains GCC plugin for GDB C expression evaluation.
|
|
|
|
|
|
|
|
%package -n libgccjit
|
|
|
|
Summary: Library for embedding GCC inside programs and libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libgccjit
|
|
|
|
This package contains shared library with GCC JIT front-end.
|
|
|
|
|
|
|
|
%package -n libgccjit-devel
|
|
|
|
Summary: Support for embedding GCC inside programs and libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
Requires: libgccjit = %{version}-%{release}
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n libgccjit-devel
|
|
|
|
This package contains header files and documentation for GCC JIT front-end.
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%package -n libquadmath
|
|
|
|
Summary: GCC __float128 shared support library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
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 libquadmath-devel
|
|
|
|
Summary: GCC __float128 support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libquadmath = %{version}-%{release}
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libquadmath-devel
|
|
|
|
This package contains headers for building Fortran programs using
|
|
|
|
REAL*16 and programs using __float128 math.
|
|
|
|
|
|
|
|
%package -n libquadmath-static
|
|
|
|
Summary: Static libraries for __float128 support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libquadmath-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libquadmath-static
|
|
|
|
This package contains static libraries for building Fortran programs
|
|
|
|
using REAL*16 and programs using __float128 math.
|
|
|
|
|
2012-01-03 14:17:22 +00:00
|
|
|
%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 libitm-devel
|
|
|
|
Summary: The GNU Transactional Memory support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libitm = %{version}-%{release}
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libitm-devel
|
|
|
|
This package contains headers and support files for the
|
|
|
|
GNU Transactional Memory library.
|
|
|
|
|
|
|
|
%package -n libitm-static
|
|
|
|
Summary: The GNU Transactional Memory static library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libitm-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libitm-static
|
|
|
|
This package contains GNU Transactional Memory static libraries.
|
|
|
|
|
2013-01-31 20:21:37 +00:00
|
|
|
%package -n libatomic
|
2013-01-06 11:13:05 +00:00
|
|
|
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 libatomic-static
|
|
|
|
Summary: The GNU Atomic static library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libatomic = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libatomic-static
|
|
|
|
This package contains GNU Atomic static libraries.
|
|
|
|
|
|
|
|
%package -n libasan
|
|
|
|
Summary: The Address Sanitizer runtime library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n libasan
|
|
|
|
This package contains the Address Sanitizer library
|
|
|
|
which is used for -fsanitize=address instrumented programs.
|
|
|
|
|
|
|
|
%package -n libasan-static
|
|
|
|
Summary: The Address Sanitizer static library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libasan = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libasan-static
|
|
|
|
This package contains Address Sanitizer static runtime library.
|
|
|
|
|
|
|
|
%package -n libtsan
|
|
|
|
Summary: The Thread Sanitizer runtime library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n libtsan
|
|
|
|
This package contains the Thread Sanitizer library
|
|
|
|
which is used for -fsanitize=thread instrumented programs.
|
|
|
|
|
|
|
|
%package -n libtsan-static
|
|
|
|
Summary: The Thread Sanitizer static library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libtsan = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libtsan-static
|
|
|
|
This package contains Thread Sanitizer static runtime library.
|
|
|
|
|
2014-04-09 06:46:36 +00:00
|
|
|
%package -n libubsan
|
|
|
|
Summary: The Undefined Behavior Sanitizer runtime library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n libubsan
|
|
|
|
This package contains the Undefined Behavior Sanitizer library
|
|
|
|
which is used for -fsanitize=undefined instrumented programs.
|
|
|
|
|
|
|
|
%package -n libubsan-static
|
|
|
|
Summary: The Undefined Behavior Sanitizer static library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libubsan = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libubsan-static
|
|
|
|
This package contains Undefined Behavior Sanitizer static runtime library.
|
|
|
|
|
|
|
|
%package -n liblsan
|
|
|
|
Summary: The Leak Sanitizer runtime library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
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 liblsan-static
|
|
|
|
Summary: The Leak Sanitizer static library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: liblsan = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n liblsan-static
|
|
|
|
This package contains Leak Sanitizer static runtime library.
|
|
|
|
|
|
|
|
%package -n libcilkrts
|
|
|
|
Summary: The Cilk+ runtime library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n libcilkrts
|
|
|
|
This package contains the Cilk+ runtime library.
|
|
|
|
|
|
|
|
%package -n libcilkrts-static
|
|
|
|
Summary: The Cilk+ static runtime library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libcilkrts = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libcilkrts-static
|
|
|
|
This package contains the Cilk+ static runtime library.
|
|
|
|
|
2015-03-19 15:07:24 +00:00
|
|
|
%package -n libmpx
|
|
|
|
Summary: The Memory Protection Extensions runtime libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n libmpx
|
|
|
|
This package contains the Memory Protection Extensions runtime libraries
|
|
|
|
which is used for -fcheck-pointer-bounds -mmpx instrumented programs.
|
|
|
|
|
|
|
|
%package -n libmpx-static
|
|
|
|
Summary: The Memory Protection Extensions static libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libmpx = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libmpx-static
|
|
|
|
This package contains the Memory Protection Extensions static runtime libraries.
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%package -n cpp
|
2008-09-17 21:48:16 +00:00
|
|
|
Summary: The C Preprocessor
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: Development/Languages
|
2012-02-06 23:21:35 +00:00
|
|
|
Requires: filesystem >= 3
|
|
|
|
Provides: /lib/cpp
|
2009-05-14 08:52:31 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2007-12-12 20:33:17 +00:00
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n cpp
|
|
|
|
Cpp is the GNU C-Compatible Compiler Preprocessor.
|
|
|
|
Cpp is a macro processor which is used automatically
|
|
|
|
by the C compiler to transform your program before actual
|
|
|
|
compilation. It is called a macro processor because it allows
|
|
|
|
you to define macros, abbreviations for longer
|
|
|
|
constructs.
|
|
|
|
|
|
|
|
The C preprocessor provides four separate functionalities: the
|
|
|
|
inclusion of header files (files of declarations that can be
|
|
|
|
substituted into your program); macro expansion (you can define macros,
|
|
|
|
and the C preprocessor will replace the macros with their definitions
|
|
|
|
throughout the program); conditional compilation (using special
|
|
|
|
preprocessing directives, you can include or exclude parts of the
|
|
|
|
program according to various conditions); and line control (if you use
|
|
|
|
a program to combine or rearrange source files into an intermediate
|
|
|
|
file which is then compiled, you can use line control to inform the
|
|
|
|
compiler about where each source line originated).
|
|
|
|
|
|
|
|
You should install this package if you are a C programmer and you use
|
|
|
|
macros.
|
|
|
|
|
|
|
|
%package gnat
|
2014-04-09 06:46:36 +00:00
|
|
|
Summary: Ada 83, 95, 2005 and 2012 support for GCC
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: Development/Languages
|
2009-01-16 18:34:38 +00:00
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libgnat = %{version}-%{release}, libgnat-devel = %{version}-%{release}
|
2009-05-14 08:52:31 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2007-12-12 20:33:17 +00:00
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description gnat
|
2014-04-09 06:46:36 +00:00
|
|
|
GNAT is a GNU Ada 83, 95, 2005 and 2012 front-end to GCC. This package includes
|
|
|
|
development tools, the documents and Ada compiler.
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%package -n libgnat
|
2014-04-09 06:46:36 +00:00
|
|
|
Summary: GNU Ada 83, 95, 2005 and 2012 runtime shared libraries
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgnat
|
2014-04-09 06:46:36 +00:00
|
|
|
GNAT is a GNU Ada 83, 95, 2005 and 2012 front-end to GCC. This package includes
|
|
|
|
shared libraries, which are required to run programs compiled with the GNAT.
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2009-01-16 18:34:38 +00:00
|
|
|
%package -n libgnat-devel
|
2014-04-09 06:46:36 +00:00
|
|
|
Summary: GNU Ada 83, 95, 2005 and 2012 libraries
|
2011-01-22 14:11:59 +00:00
|
|
|
Group: Development/Languages
|
2009-01-16 18:34:38 +00:00
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgnat-devel
|
2014-04-09 06:46:36 +00:00
|
|
|
GNAT is a GNU Ada 83, 95, 2005 and 2012 front-end to GCC. This package includes
|
|
|
|
libraries, which are required to compile with the GNAT.
|
2009-01-16 18:34:38 +00:00
|
|
|
|
2010-06-02 19:21:12 +00:00
|
|
|
%package -n libgnat-static
|
2014-04-09 06:46:36 +00:00
|
|
|
Summary: GNU Ada 83, 95, 2005 and 2012 static libraries
|
2011-01-22 14:11:59 +00:00
|
|
|
Group: Development/Languages
|
2010-06-02 19:21:12 +00:00
|
|
|
Requires: libgnat-devel = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgnat-static
|
2014-04-09 06:46:36 +00:00
|
|
|
GNAT is a GNU Ada 83, 95, 2005 and 2012 front-end to GCC. This package includes
|
|
|
|
static libraries.
|
2010-06-02 19:21:12 +00:00
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%package go
|
|
|
|
Summary: Go support
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libgo = %{version}-%{release}
|
|
|
|
Requires: libgo-devel = %{version}-%{release}
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2015-01-24 09:03:24 +00:00
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
|
|
|
Requires(postun): %{_sbindir}/update-alternatives
|
2011-01-22 14:11:59 +00:00
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description go
|
|
|
|
The gcc-go package provides support for compiling Go programs
|
|
|
|
with the GNU Compiler Collection.
|
|
|
|
|
|
|
|
%package -n libgo
|
|
|
|
Summary: Go runtime
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgo
|
|
|
|
This package contains Go shared library which is needed to run
|
|
|
|
Go dynamically linked programs.
|
|
|
|
|
|
|
|
%package -n libgo-devel
|
|
|
|
Summary: Go development libraries
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: libgo = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgo-devel
|
|
|
|
This package includes libraries and support files for compiling
|
|
|
|
Go programs.
|
|
|
|
|
|
|
|
%package -n libgo-static
|
|
|
|
Summary: Static Go libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libgo = %{version}-%{release}
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libgo-static
|
|
|
|
This package contains static Go libraries.
|
|
|
|
|
|
|
|
%package plugin-devel
|
|
|
|
Summary: Support for compiling GCC plugins
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
2011-10-27 08:53:55 +00:00
|
|
|
Requires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
|
2011-01-22 14:11:59 +00:00
|
|
|
|
|
|
|
%description plugin-devel
|
|
|
|
This package contains header files and other support files
|
|
|
|
for compiling GCC plugins. The GCC plugin ABI is currently
|
|
|
|
not stable, so plugins must be rebuilt any time GCC is updated.
|
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
%package offload-nvptx
|
|
|
|
Summary: Offloading compiler to NVPTX
|
|
|
|
Group: Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libgomp-offload-nvptx = %{version}-%{release}
|
|
|
|
|
|
|
|
%description 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.
|
|
|
|
|
2011-05-30 16:20:41 +00:00
|
|
|
%if 0%{?_enable_debug_packages}
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%global __debug_package 1
|
|
|
|
%global __debug_install_post \
|
2015-01-24 09:03:24 +00:00
|
|
|
PATH=%{_builddir}/gcc-%{version}-%{DATE}/dwz-wrapper/:$PATH %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_dwz_opts} %{?_find_debuginfo_opts} "%{_builddir}/gcc-%{version}-%{DATE}"\
|
2011-05-30 16:20:41 +00:00
|
|
|
%{_builddir}/gcc-%{version}-%{DATE}/split-debuginfo.sh\
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
%package debuginfo
|
|
|
|
Summary: Debug information for package %{name}
|
|
|
|
Group: Development/Debug
|
|
|
|
AutoReqProv: 0
|
|
|
|
Requires: gcc-base-debuginfo = %{version}-%{release}
|
|
|
|
|
|
|
|
%description debuginfo
|
|
|
|
This package provides debug information for package %{name}.
|
|
|
|
Debug information is useful when developing applications that use this
|
|
|
|
package or when debugging this package.
|
|
|
|
|
|
|
|
%files debuginfo -f debugfiles.list
|
|
|
|
|
|
|
|
%package base-debuginfo
|
|
|
|
Summary: Debug information for libraries from package %{name}
|
|
|
|
Group: Development/Debug
|
|
|
|
AutoReqProv: 0
|
|
|
|
|
|
|
|
%description base-debuginfo
|
|
|
|
This package provides debug information for libgcc_s, libgomp and
|
|
|
|
libstdc++ libraries from package %{name}.
|
|
|
|
Debug information is useful when developing applications that use this
|
|
|
|
package or when debugging this package.
|
|
|
|
|
|
|
|
%files base-debuginfo -f debugfiles-base.list
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%prep
|
2017-01-26 14:33:42 +00:00
|
|
|
%setup -q -n gcc-%{version}-%{DATE} -a 1 -a 2
|
2009-01-16 18:34:38 +00:00
|
|
|
%patch0 -p0 -b .hack~
|
2017-01-26 14:33:42 +00:00
|
|
|
%patch1 -p0 -b .ppc32-retaddr~
|
|
|
|
%patch2 -p0 -b .i386-libgomp~
|
|
|
|
%patch3 -p0 -b .sparc-config-detection~
|
|
|
|
%patch4 -p0 -b .libgomp-omp_h-multilib~
|
|
|
|
%patch5 -p0 -b .libtool-no-rpath~
|
2015-01-24 09:03:24 +00:00
|
|
|
%if %{build_isl}
|
2017-01-26 14:33:42 +00:00
|
|
|
%patch6 -p0 -b .isl-dl~
|
2009-01-27 16:37:00 +00:00
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
%if %{build_libstdcxx_docs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%patch7 -p0 -b .libstdc++-docs~
|
2013-09-20 11:18:45 +00:00
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%patch8 -p0 -b .no-add-needed~
|
|
|
|
%patch9 -p0 -b .aarch64-async-unw-tables~
|
|
|
|
%patch10 -p0 -b .foffload-default~
|
2017-02-25 11:47:04 +00:00
|
|
|
%patch11 -p0 -b .Wno-format-security~
|
2017-07-09 12:26:16 +00:00
|
|
|
%patch12 -p0 -b .rh1467526~
|
2017-07-11 15:53:24 +00:00
|
|
|
%patch13 -p0 -b .pr81066~
|
2017-01-26 14:33:42 +00:00
|
|
|
|
|
|
|
cd nvptx-tools-%{nvptx_tools_gitrev}
|
|
|
|
%patch1000 -p1 -b .nvptx-tools-no-ptxas~
|
|
|
|
%patch1001 -p1 -b .nvptx-tools-build~
|
2017-05-03 09:05:12 +00:00
|
|
|
%patch1002 -p1 -b .nvptx-tools-glibc~
|
2017-01-26 14:33:42 +00:00
|
|
|
cd ..
|
2009-01-16 18:34:38 +00:00
|
|
|
|
2011-05-30 16:20:41 +00:00
|
|
|
%if 0%{?_enable_debug_packages}
|
2015-01-24 09:03:24 +00:00
|
|
|
mkdir dwz-wrapper
|
|
|
|
if [ -f /usr/bin/dwz ]; then
|
|
|
|
cat > dwz-wrapper/dwz <<\EOF
|
|
|
|
#!/bin/bash
|
|
|
|
dwz_opts=
|
|
|
|
dwzm_opts=
|
|
|
|
dwz_files=
|
|
|
|
dwzm_files=
|
|
|
|
while [ $# -gt 0 ]; do
|
|
|
|
case "$1" in
|
|
|
|
-l|-L)
|
|
|
|
dwz_opts="$dwz_opts $1 $2"; shift;;
|
|
|
|
-m|-M)
|
|
|
|
dwzm_opts="$dwzm_opts $1 $2"; shift;;
|
|
|
|
-*)
|
|
|
|
dwz_opts="$dwz_opts $1";;
|
|
|
|
*)
|
|
|
|
if [[ "$1" =~ (lib[0-9]*/lib(gcc[_.]|gomp|stdc|quadmath|itm|go\.so)|bin/gofmt.gcc.debug|bin/go.gcc.debug|/cgo.debug) ]]; then
|
|
|
|
dwz_files="$dwz_files $1"
|
|
|
|
else
|
|
|
|
dwzm_files="$dwzm_files $1"
|
|
|
|
fi;;
|
|
|
|
esac
|
|
|
|
shift
|
|
|
|
done
|
|
|
|
if [ -f /usr/bin/dwz ]; then
|
|
|
|
/usr/bin/dwz $dwz_opts $dwz_files
|
|
|
|
/usr/bin/dwz $dwz_opts $dwzm_opts $dwzm_files
|
|
|
|
fi
|
|
|
|
EOF
|
|
|
|
chmod 755 dwz-wrapper/dwz
|
|
|
|
fi
|
2011-05-30 16:20:41 +00:00
|
|
|
cat > split-debuginfo.sh <<\EOF
|
|
|
|
#!/bin/sh
|
|
|
|
BUILDDIR="%{_builddir}/gcc-%{version}-%{DATE}"
|
|
|
|
if [ -f "${BUILDDIR}"/debugfiles.list \
|
|
|
|
-a -f "${BUILDDIR}"/debuglinks.list ]; then
|
|
|
|
> "${BUILDDIR}"/debugsources-base.list
|
|
|
|
> "${BUILDDIR}"/debugfiles-base.list
|
|
|
|
cd "${RPM_BUILD_ROOT}"
|
|
|
|
for f in `find usr/lib/debug -name \*.debug \
|
2015-01-24 09:03:24 +00:00
|
|
|
| egrep 'lib[0-9]*/lib(gcc[_.]|gomp|stdc|quadmath|itm)'`; do
|
2011-05-30 16:20:41 +00:00
|
|
|
echo "/$f" >> "${BUILDDIR}"/debugfiles-base.list
|
|
|
|
if [ -f "$f" -a ! -L "$f" ]; then
|
|
|
|
cp -a "$f" "${BUILDDIR}"/test.debug
|
|
|
|
/usr/lib/rpm/debugedit -b "${RPM_BUILD_DIR}" -d /usr/src/debug \
|
|
|
|
-l "${BUILDDIR}"/debugsources-base.list \
|
|
|
|
"${BUILDDIR}"/test.debug
|
2011-06-27 20:08:32 +00:00
|
|
|
rm -f "${BUILDDIR}"/test.debug
|
2011-05-30 16:20:41 +00:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
for f in `find usr/lib/debug/.build-id -type l`; do
|
2015-01-24 09:03:24 +00:00
|
|
|
ls -l "$f" | egrep -q -- '->.*lib[0-9]*/lib(gcc[_.]|gomp|stdc|quadmath|itm)' \
|
2011-05-30 16:20:41 +00:00
|
|
|
&& echo "/$f" >> "${BUILDDIR}"/debugfiles-base.list
|
|
|
|
done
|
2015-01-24 09:03:24 +00:00
|
|
|
cp -a "${BUILDDIR}"/debugfiles-base.list "${BUILDDIR}"/debugfiles-remove.list
|
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
libgoso=`basename .%{_prefix}/%{_lib}/libgo.so.11.*`
|
2015-01-24 09:03:24 +00:00
|
|
|
for f in %{_prefix}/bin/go.gcc \
|
|
|
|
%{_prefix}/bin/gofmt.gcc \
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cgo \
|
2015-01-24 09:03:24 +00:00
|
|
|
%{_prefix}/%{_lib}/$libgoso ; do
|
|
|
|
eu-unstrip .$f usr/lib/debug$f.debug -o .$f.new
|
|
|
|
chmod --reference=.$f .$f.new
|
|
|
|
mv -f .$f.new .$f
|
|
|
|
rm -f usr/lib/debug$f.debug
|
|
|
|
echo "/usr/lib/debug$f.debug" >> "${BUILDDIR}"/debugfiles-remove.list
|
|
|
|
done
|
2017-01-26 14:33:42 +00:00
|
|
|
rm -f usr/lib/debug%{_prefix}/%{_lib}/libgo.so.11.debug
|
|
|
|
echo "/usr/lib/debug%{_prefix}/%{_lib}/libgo.so.11.debug" >> "${BUILDDIR}"/debugfiles-remove.list
|
2015-01-24 09:03:24 +00:00
|
|
|
for f in `find usr/lib/debug/.build-id -type l`; do
|
|
|
|
if ls -l "$f" | egrep -q -- '->.*(/bin/go.gcc|/bin/gofmt.gcc|/cgo|lib[0-9]*/libgo\.so)'; then
|
|
|
|
echo "/$f" >> "${BUILDDIR}"/debugfiles-remove.list
|
|
|
|
rm -f "$f"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
grep -v -f "${BUILDDIR}"/debugfiles-remove.list \
|
2011-05-30 16:20:41 +00:00
|
|
|
"${BUILDDIR}"/debugfiles.list > "${BUILDDIR}"/debugfiles.list.new
|
|
|
|
mv -f "${BUILDDIR}"/debugfiles.list.new "${BUILDDIR}"/debugfiles.list
|
|
|
|
for f in `LC_ALL=C sort -z -u "${BUILDDIR}"/debugsources-base.list \
|
|
|
|
| grep -E -v -z '(<internal>|<built-in>)$' \
|
|
|
|
| xargs --no-run-if-empty -n 1 -0 echo \
|
|
|
|
| sed 's,^,usr/src/debug/,'`; do
|
|
|
|
if [ -f "$f" ]; then
|
|
|
|
echo "/$f" >> "${BUILDDIR}"/debugfiles-base.list
|
|
|
|
echo "%%exclude /$f" >> "${BUILDDIR}"/debugfiles.list
|
|
|
|
fi
|
|
|
|
done
|
2011-06-27 20:08:32 +00:00
|
|
|
mv -f "${BUILDDIR}"/debugfiles-base.list{,.old}
|
2011-05-30 16:20:41 +00:00
|
|
|
echo "%%dir /usr/lib/debug" > "${BUILDDIR}"/debugfiles-base.list
|
|
|
|
awk 'BEGIN{FS="/"}(NF>4&&$NF){d="%%dir /"$2"/"$3"/"$4;for(i=5;i<NF;i++){d=d"/"$i;if(!v[d]){v[d]=1;print d}}}' \
|
|
|
|
"${BUILDDIR}"/debugfiles-base.list.old >> "${BUILDDIR}"/debugfiles-base.list
|
|
|
|
cat "${BUILDDIR}"/debugfiles-base.list.old >> "${BUILDDIR}"/debugfiles-base.list
|
2011-06-27 20:08:32 +00:00
|
|
|
rm -f "${BUILDDIR}"/debugfiles-base.list.old
|
2011-05-30 16:20:41 +00:00
|
|
|
fi
|
|
|
|
EOF
|
|
|
|
chmod 755 split-debuginfo.sh
|
|
|
|
%endif
|
|
|
|
|
2007-12-14 18:00:42 +00:00
|
|
|
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
|
|
|
|
|
|
|
|
./contrib/gcc_update --touch
|
|
|
|
|
2008-09-05 08:43:54 +00:00
|
|
|
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
|
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch ppc
|
2008-03-01 00:15:53 +00:00
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
%ifarch sparc
|
2008-03-01 00:15:53 +00:00
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
|
2011-01-22 10:26:14 +00:00
|
|
|
# This test causes fork failures, because it spawns way too many threads
|
|
|
|
rm -f gcc/testsuite/go.test/test/chan/goroutines.go
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%build
|
|
|
|
|
2013-01-21 22:25:34 +00:00
|
|
|
# Undo the broken autoconf change in recent Fedora versions
|
|
|
|
export CONFIG_SITE=NONE
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
CC=gcc
|
2015-01-24 09:03:24 +00:00
|
|
|
CXX=g++
|
2009-05-14 08:52:31 +00:00
|
|
|
OPT_FLAGS=`echo %{optflags}|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
|
2007-12-12 20:33:17 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
|
2013-10-17 07:52:32 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mfpmath=sse/-mfpmath=sse -msse2/g'`
|
2011-01-28 10:34:30 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
|
2017-02-25 12:14:06 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Werror=format-security/-Wformat-security/g'`
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparc
|
2007-12-12 20:33:17 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
|
|
|
|
%endif
|
2008-03-27 19:28:27 +00:00
|
|
|
%ifarch %{ix86}
|
2009-02-17 17:56:57 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=i.86//g'`
|
2008-03-27 19:28:27 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
|
|
|
|
case "$OPT_FLAGS" in
|
|
|
|
*-fasynchronous-unwind-tables*)
|
2015-04-07 16:03:22 +00:00
|
|
|
sed -i -e 's/-fno-exceptions /-fno-exceptions -fno-asynchronous-unwind-tables /' \
|
2017-01-26 14:33:42 +00:00
|
|
|
libgcc/Makefile.in
|
2007-12-12 20:33:17 +00:00
|
|
|
;;
|
|
|
|
esac
|
2017-01-26 14:33:42 +00:00
|
|
|
|
|
|
|
%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 nvptx-newlib-%{nvptx_newlib_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' \
|
2017-02-25 12:14:06 +00:00
|
|
|
| sed 's/ -Wformat-security / -Wformat -Wformat-security /'`" \
|
2017-01-26 14:33:42 +00:00
|
|
|
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}
|
|
|
|
|
2011-01-24 11:53:05 +00:00
|
|
|
enablelgo=
|
|
|
|
enablelada=
|
|
|
|
%if %{build_ada}
|
|
|
|
enablelada=,ada
|
|
|
|
%endif
|
|
|
|
%if %{build_go}
|
|
|
|
enablelgo=,go
|
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
CONFIGURE_OPTS="\
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
2007-12-12 20:33:17 +00:00
|
|
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
2014-04-11 17:16:27 +00:00
|
|
|
%ifarch ppc64le
|
2016-04-06 16:56:22 +00:00
|
|
|
--enable-targets=powerpcle-linux \
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64le %{mips}
|
|
|
|
--disable-multilib \
|
2014-04-11 17:16:27 +00:00
|
|
|
%else
|
2014-04-09 07:14:23 +00:00
|
|
|
--enable-multilib \
|
2014-04-11 17:16:27 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
2017-01-26 14:33:42 +00:00
|
|
|
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
2016-04-06 16:56:22 +00:00
|
|
|
%ifnarch %{mips}
|
|
|
|
--with-linker-hash-style=gnu \
|
|
|
|
%endif
|
2012-01-17 17:29:23 +00:00
|
|
|
--enable-plugin --enable-initfini-array \
|
2015-01-24 09:03:24 +00:00
|
|
|
%if %{build_isl}
|
|
|
|
--with-isl \
|
2012-08-10 13:26:14 +00:00
|
|
|
%else
|
2015-01-24 09:03:24 +00:00
|
|
|
--without-isl \
|
2009-01-27 16:37:00 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
--enable-libmpx \
|
|
|
|
%else
|
|
|
|
--disable-libmpx \
|
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%if %{build_offload_nvptx}
|
|
|
|
--enable-offload-targets=nvptx-none \
|
|
|
|
--without-cuda-driver \
|
|
|
|
%endif
|
2014-02-20 20:22:24 +00:00
|
|
|
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
|
|
|
|
%if %{attr_ifunc}
|
|
|
|
--enable-gnu-indirect-function \
|
|
|
|
%endif
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
--disable-sjlj-exceptions \
|
|
|
|
%endif
|
2014-04-11 17:16:27 +00:00
|
|
|
%ifarch ppc ppc64 ppc64le ppc64p7
|
2007-12-12 20:33:17 +00:00
|
|
|
--enable-secureplt \
|
|
|
|
%endif
|
2014-04-11 17:16:27 +00:00
|
|
|
%ifarch sparc sparcv9 sparc64 ppc ppc64 ppc64le ppc64p7 s390 s390x alpha
|
2007-12-12 20:33:17 +00:00
|
|
|
--with-long-double-128 \
|
|
|
|
%endif
|
|
|
|
%ifarch sparc
|
2008-06-09 11:42:57 +00:00
|
|
|
--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
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
%ifarch ppc ppc64 ppc64p7
|
2013-07-15 22:31:20 +00:00
|
|
|
%if 0%{?rhel} >= 7
|
2013-09-20 11:18:45 +00:00
|
|
|
--with-cpu-32=power7 --with-tune-32=power7 --with-cpu-64=power7 --with-tune-64=power7 \
|
2013-07-15 22:31:20 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?rhel} == 6
|
2009-12-04 12:41:27 +00:00
|
|
|
--with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 \
|
|
|
|
%endif
|
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
%ifarch ppc64le
|
|
|
|
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch ppc
|
|
|
|
--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
|
|
|
|
%endif
|
|
|
|
%ifarch %{ix86} x86_64
|
2009-01-27 16:37:00 +00:00
|
|
|
--with-tune=generic \
|
|
|
|
%endif
|
2013-10-17 07:52:32 +00:00
|
|
|
%if 0%{?rhel} >= 7
|
|
|
|
%ifarch %{ix86}
|
|
|
|
--with-arch=x86-64 \
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
--with-arch_32=x86-64 \
|
|
|
|
%endif
|
|
|
|
%else
|
2009-01-27 16:37:00 +00:00
|
|
|
%ifarch %{ix86}
|
2009-07-21 17:18:39 +00:00
|
|
|
--with-arch=i686 \
|
2009-01-27 16:37:00 +00:00
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
2009-07-21 17:18:39 +00:00
|
|
|
--with-arch_32=i686 \
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2013-10-17 07:52:32 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch s390 s390x
|
2013-09-20 11:18:45 +00:00
|
|
|
%if 0%{?rhel} >= 7
|
2014-01-15 09:56:53 +00:00
|
|
|
--with-arch=z196 --with-tune=zEC12 --enable-decimal-float \
|
2017-02-04 08:49:14 +00:00
|
|
|
%else
|
|
|
|
%if 0%{?fedora} >= 26
|
|
|
|
--with-arch=zEC12 --with-tune=z13 --enable-decimal-float \
|
2013-09-20 11:18:45 +00:00
|
|
|
%else
|
2010-03-27 14:51:27 +00:00
|
|
|
--with-arch=z9-109 --with-tune=z10 --enable-decimal-float \
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2013-09-20 11:18:45 +00:00
|
|
|
%endif
|
2017-02-04 08:49:14 +00:00
|
|
|
%endif
|
2011-10-27 08:53:55 +00:00
|
|
|
%ifarch armv7hl
|
2015-01-24 09:03:24 +00:00
|
|
|
--with-tune=cortex-a8 --with-arch=armv7-a \
|
2011-10-27 08:53:55 +00:00
|
|
|
--with-float=hard --with-fpu=vfpv3-d16 --with-abi=aapcs-linux \
|
|
|
|
%endif
|
2016-04-06 16:56:22 +00:00
|
|
|
%ifarch mips mipsel
|
|
|
|
--with-arch=mips32r2 --with-fp-32=xx \
|
|
|
|
%endif
|
|
|
|
%ifarch mips64 mips64el
|
|
|
|
--with-arch=mips64r2 --with-abi=64 \
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifnarch sparc sparcv9 ppc
|
2015-01-24 09:03:24 +00:00
|
|
|
--build=%{gcc_target_platform} \
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2015-01-24 09:03:24 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
|
|
|
|
CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g' \
|
2017-02-25 12:14:06 +00:00
|
|
|
| sed 's/ -Wformat-security / -Wformat -Wformat-security /'`" \
|
2015-01-24 09:03:24 +00:00
|
|
|
XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \
|
|
|
|
../configure --enable-bootstrap \
|
|
|
|
--enable-languages=c,c++,objc,obj-c++,fortran${enablelada}${enablelgo},lto \
|
|
|
|
$CONFIGURE_OPTS
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2016-02-12 11:15:16 +00:00
|
|
|
%ifarch sparc sparcv9 sparc64
|
2015-01-24 09:03:24 +00:00
|
|
|
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
|
2012-01-06 20:08:18 +00:00
|
|
|
%else
|
2015-01-24 09:03:24 +00:00
|
|
|
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
|
2012-01-06 20:08:18 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
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
|
2017-02-25 12:14:06 +00:00
|
|
|
CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
|
2015-01-24 09:03:24 +00:00
|
|
|
CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g' \
|
2017-02-25 12:14:06 +00:00
|
|
|
| sed 's/ -Wformat-security / -Wformat -Wformat-security /'`" \
|
2015-01-24 09:03:24 +00:00
|
|
|
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/
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf xgcc %{gcc_target_platform}-gcc-%{gcc_major}
|
2015-01-24 09:03:24 +00:00
|
|
|
cp -a Makefile{,.orig}
|
|
|
|
sed -i -e '/^CHECK_TARGETS/s/$/ check-jit/' Makefile
|
|
|
|
touch -r Makefile.orig Makefile
|
|
|
|
rm Makefile.orig
|
|
|
|
make jit.sphinx.html
|
|
|
|
make jit.sphinx.install-html jit_htmldir=`pwd`/../../rpm.doc/libgccjit-devel/html
|
|
|
|
cd ..
|
2013-01-06 11:13:05 +00:00
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
# 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
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
# Make generated doxygen pages.
|
|
|
|
%if %{build_libstdcxx_docs}
|
|
|
|
cd %{gcc_target_platform}/libstdc++-v3
|
|
|
|
make doc-html-doxygen
|
|
|
|
make doc-man-doxygen
|
|
|
|
cd ../..
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
# Copy various doc files here and there
|
|
|
|
cd ..
|
|
|
|
mkdir -p rpm.doc/gfortran rpm.doc/objc
|
2012-01-03 14:17:22 +00:00
|
|
|
mkdir -p rpm.doc/go rpm.doc/libgo rpm.doc/libquadmath rpm.doc/libitm
|
2017-01-26 14:33:42 +00:00
|
|
|
mkdir -p rpm.doc/changelogs/{gcc/cp,gcc/ada,gcc/jit,libstdc++-v3,libobjc,libgomp,libcc1,libatomic,libsanitizer,libcilkrts,libmpx}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
for i in {gcc,gcc/cp,gcc/ada,gcc/jit,libstdc++-v3,libobjc,libgomp,libcc1,libatomic,libsanitizer,libcilkrts,libmpx}/ChangeLog*; do
|
2007-12-12 20:33:17 +00:00
|
|
|
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)
|
|
|
|
(cd libobjc; for i in README*; do
|
|
|
|
cp -p $i ../rpm.doc/objc/$i.libobjc
|
|
|
|
done)
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
(cd libquadmath; for i in ChangeLog* COPYING.LIB; do
|
|
|
|
cp -p $i ../rpm.doc/libquadmath/$i.libquadmath
|
|
|
|
done)
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
(cd libitm; for i in ChangeLog*; do
|
|
|
|
cp -p $i ../rpm.doc/libitm/$i.libitm
|
|
|
|
done)
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
(cd gcc/go; for i in README* ChangeLog*; do
|
|
|
|
cp -p $i ../../rpm.doc/go/$i
|
|
|
|
done)
|
|
|
|
(cd libgo; for i in LICENSE* PATENTS* README; do
|
|
|
|
cp -p $i ../rpm.doc/libgo/$i.libgo
|
|
|
|
done)
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
rm -f rpm.doc/changelogs/gcc/ChangeLog.[1-9]
|
|
|
|
find rpm.doc -name \*ChangeLog\* | xargs bzip2 -9
|
|
|
|
|
|
|
|
%install
|
2017-01-26 14:33:42 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%if %{build_offload_nvptx}
|
|
|
|
cd nvptx-tools-%{nvptx_tools_gitrev}
|
|
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
make install prefix=%{buildroot}%{_prefix}
|
|
|
|
cd ../..
|
|
|
|
|
|
|
|
ln -sf nvptx-newlib-%{nvptx_newlib_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}
|
2017-01-31 09:26:33 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/%{_lib}/libc[cp]1*
|
2017-01-26 14:33:42 +00:00
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
make prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir} \
|
|
|
|
infodir=%{buildroot}%{_infodir} install
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_ada}
|
2009-05-14 08:52:31 +00:00
|
|
|
chmod 644 %{buildroot}%{_infodir}/gnat*
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
FULLPATH=%{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
FULLEPATH=%{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
# fix some things
|
2009-05-14 08:52:31 +00:00
|
|
|
ln -sf gcc %{buildroot}%{_prefix}/bin/cc
|
2012-02-06 23:21:35 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/lib/cpp
|
|
|
|
ln -sf ../bin/cpp %{buildroot}/%{_prefix}/lib/cpp
|
2009-05-14 08:52:31 +00:00
|
|
|
ln -sf gfortran %{buildroot}%{_prefix}/bin/f95
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
gzip -9 %{buildroot}%{_infodir}/*.info*
|
|
|
|
ln -sf gcc %{buildroot}%{_prefix}/bin/gnatgcc
|
2016-01-06 02:02:17 +00:00
|
|
|
mkdir -p %{buildroot}%{_fmoddir}
|
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
%if %{build_go}
|
|
|
|
mv %{buildroot}%{_prefix}/bin/go{,.gcc}
|
|
|
|
mv %{buildroot}%{_prefix}/bin/gofmt{,.gcc}
|
|
|
|
ln -sf /etc/alternatives/go %{buildroot}%{_prefix}/bin/go
|
|
|
|
ln -sf /etc/alternatives/gofmt %{buildroot}%{_prefix}/bin/gofmt
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
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
|
2017-01-26 14:33:42 +00:00
|
|
|
cat > %{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/bits/c++config.h <<EOF
|
2007-12-12 20:33:17 +00:00
|
|
|
#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
|
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
for f in `find %{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/ -name c++config.h`; do
|
2009-02-03 21:00:20 +00:00
|
|
|
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
|
|
|
|
done
|
|
|
|
|
2011-01-28 10:21:01 +00:00
|
|
|
# Nuke bits/*.h.gch dirs
|
|
|
|
# 1) there is no bits/*.h header installed, so when gch file can't be
|
2007-12-12 20:33:17 +00:00
|
|
|
# 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.
|
2017-01-26 14:33:42 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/include/c++/%{gcc_major}/%{gcc_target_platform}/bits/*.h.gch
|
2009-05-14 08:52:31 +00:00
|
|
|
|
|
|
|
%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
|
2010-07-07 17:35:21 +00:00
|
|
|
cp -r -p $libstdcxx_doc_builddir/html ../rpm.doc/libstdc++-v3/html/api
|
2011-01-22 14:11:59 +00:00
|
|
|
mkdir -p %{buildroot}%{_mandir}/man3
|
|
|
|
cp -r -p $libstdcxx_doc_builddir/man/man3/* %{buildroot}%{_mandir}/man3/
|
2009-05-14 08:52:31 +00:00
|
|
|
find ../rpm.doc/libstdc++-v3 -name \*~ | xargs rm
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 sparc64
|
2009-05-14 08:52:31 +00:00
|
|
|
ln -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gcc \
|
|
|
|
%{buildroot}%{_prefix}/bin/sparc-%{_vendor}-%{_target_os}-gcc
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch ppc ppc64 ppc64p7
|
2009-05-14 08:52:31 +00:00
|
|
|
ln -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gcc \
|
|
|
|
%{buildroot}%{_prefix}/bin/ppc-%{_vendor}-%{_target_os}-gcc
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
2016-04-06 16:56:22 +00:00
|
|
|
FULLLSUBDIR=
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2016-04-06 16:56:22 +00:00
|
|
|
FULLLSUBDIR=lib32
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2016-04-06 16:56:22 +00:00
|
|
|
FULLLSUBDIR=lib64
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2016-04-06 16:56:22 +00:00
|
|
|
if [ -n "$FULLLSUBDIR" ]; then
|
|
|
|
FULLLPATH=$FULLPATH/$FULLLSUBDIR
|
2007-12-12 20:33:17 +00:00
|
|
|
mkdir -p $FULLLPATH
|
|
|
|
else
|
|
|
|
FULLLPATH=$FULLPATH
|
|
|
|
fi
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
find %{buildroot} -name \*.la | xargs rm -f
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2013-12-09 18:10:08 +00:00
|
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libgfortran.spec $FULLPATH/
|
2012-01-07 10:33:38 +00:00
|
|
|
%if %{build_libitm}
|
2013-12-09 18:10:08 +00:00
|
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libitm.spec $FULLPATH/
|
2012-01-07 10:33:38 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libasan}
|
|
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libsanitizer.spec $FULLPATH/
|
|
|
|
%endif
|
2015-01-07 17:18:42 +00:00
|
|
|
%if %{build_libcilkrts}
|
|
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libcilkrts.spec $FULLPATH/
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
mv %{buildroot}%{_prefix}/%{_lib}/libmpx.spec $FULLPATH/
|
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
mkdir -p %{buildroot}/%{_lib}
|
2017-01-26 14:33:42 +00:00
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf /%{_lib}/libgcc_s.so.1 $FULLPATH/libgcc_s.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf /lib64/libgcc_s.so.1 $FULLPATH/64/libgcc_s.so
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
ln -sf /lib/libgcc_s.so.1 $FULLPATH/32/libgcc_s.so
|
|
|
|
%endif
|
2009-09-10 14:24:09 +00:00
|
|
|
%ifarch ppc
|
|
|
|
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. */
|
|
|
|
OUTPUT_FORMAT(elf32-powerpc)
|
|
|
|
GROUP ( /lib/libgcc_s.so.1 libgcc.a )' > $FULLPATH/libgcc_s.so
|
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch ppc64 ppc64p7
|
2009-09-10 14:24:09 +00:00
|
|
|
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. */
|
|
|
|
OUTPUT_FORMAT(elf32-powerpc)
|
|
|
|
GROUP ( /lib/libgcc_s.so.1 libgcc.a )' > $FULLPATH/32/libgcc_s.so
|
|
|
|
%endif
|
2011-10-27 08:53:55 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
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. */
|
|
|
|
OUTPUT_FORMAT(elf32-littlearm)
|
|
|
|
GROUP ( /lib/libgcc_s.so.1 libgcc.a )' > $FULLPATH/libgcc_s.so
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgomp.spec $FULLPATH/
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%if %{build_ada}
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f $FULLPATH/adalib/libgnarl-*.so %{buildroot}%{_prefix}/%{_lib}/
|
|
|
|
mv -f $FULLPATH/adalib/libgnat-*.so %{buildroot}%{_prefix}/%{_lib}/
|
2007-12-12 20:33:17 +00:00
|
|
|
rm -f $FULLPATH/adalib/libgnarl.so* $FULLPATH/adalib/libgnat.so*
|
|
|
|
%endif
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/libexec/getconf
|
2015-02-09 14:11:13 +00:00
|
|
|
if gcc/xgcc -B gcc/ -E -P -dD -xc /dev/null | grep '__LONG_MAX__.*\(2147483647\|0x7fffffff\($\|[LU]\)\)'; then
|
2009-05-14 08:52:31 +00:00
|
|
|
ln -sf POSIX_V6_ILP32_OFF32 %{buildroot}%{_prefix}/libexec/getconf/default
|
2007-12-12 20:33:17 +00:00
|
|
|
else
|
2009-05-14 08:52:31 +00:00
|
|
|
ln -sf POSIX_V6_LP64_OFF64 %{buildroot}%{_prefix}/libexec/getconf/default
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
|
|
|
|
2010-07-07 17:35:21 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++*gdb.py* \
|
|
|
|
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
|
2010-07-09 08:48:53 +00:00
|
|
|
pushd ../libstdc++-v3/python
|
|
|
|
for i in `find . -name \*.py`; do
|
2017-01-26 14:33:42 +00:00
|
|
|
touch -r $i %{buildroot}%{_prefix}/share/gcc-%{gcc_major}/python/$i
|
2010-07-09 08:48:53 +00:00
|
|
|
done
|
|
|
|
touch -r hook.in %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc++*gdb.py
|
|
|
|
popd
|
2017-01-26 14:33:42 +00:00
|
|
|
for f in `find %{buildroot}%{_prefix}/share/gcc-%{gcc_major}/python/ \
|
2016-08-17 15:24:31 +00:00
|
|
|
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/ -name \*.py`; do
|
|
|
|
r=${f/$RPM_BUILD_ROOT/}
|
|
|
|
%{__python3} -c 'import py_compile; py_compile.compile("'$f'", dfile="'$r'")'
|
|
|
|
%{__python3} -O -c 'import py_compile; py_compile.compile("'$f'", dfile="'$r'")'
|
|
|
|
done
|
2010-07-07 17:35:21 +00:00
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
rm -f $FULLEPATH/libgccjit.so
|
|
|
|
cp -a objlibgccjit/gcc/libgccjit.so* %{buildroot}%{_prefix}/%{_lib}/
|
|
|
|
cp -a ../gcc/jit/libgccjit*.h %{buildroot}%{_prefix}/include/
|
|
|
|
/usr/bin/install -c -m 644 objlibgccjit/gcc/doc/libgccjit.info %{buildroot}/%{_infodir}/
|
|
|
|
gzip -9 %{buildroot}/%{_infodir}/libgccjit.info
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
pushd $FULLPATH
|
|
|
|
if [ "%{_lib}" = "lib" ]; then
|
2012-01-03 14:17:22 +00:00
|
|
|
ln -sf ../../../libobjc.so.4 libobjc.so
|
2010-07-07 17:35:21 +00:00
|
|
|
ln -sf ../../../libstdc++.so.6.*[0-9] libstdc++.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../libgfortran.so.4.* libgfortran.so
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../../../libgomp.so.1.* libgomp.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../libgo.so.11.* libgo.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
ln -sf ../../../libquadmath.so.0.* libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
ln -sf ../../../libitm.so.1.* libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
ln -sf ../../../libatomic.so.1.* libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../libasan.so.4.* libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
mv ../../../libasan_preinit.o libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
ln -sf ../../../libubsan.so.0.* libubsan.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
ln -sf ../../../libcilkrts.so.5.* libcilkrts.so
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../../../libmpx.so.2.* libmpx.so
|
|
|
|
ln -sf ../../../libmpxwrappers.so.2.* libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
else
|
2012-01-03 14:17:22 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libobjc.so.4 libobjc.so
|
2010-07-07 17:35:21 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libstdc++.so.6.*[0-9] libstdc++.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libgfortran.so.4.* libgfortran.so
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libgomp.so.1.* libgomp.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libgo.so.11.* libgo.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
ln -sf ../../../../%{_lib}/libquadmath.so.0.* libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
ln -sf ../../../../%{_lib}/libitm.so.1.* libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
ln -sf ../../../../%{_lib}/libatomic.so.1.* libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libasan.so.4.* libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
mv ../../../../%{_lib}/libasan_preinit.o libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
ln -sf ../../../../%{_lib}/libubsan.so.0.* libubsan.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
ln -sf ../../../../%{_lib}/libcilkrts.so.5.* libcilkrts.so
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libmpx.so.2.* libmpx.so
|
|
|
|
ln -sf ../../../../%{_lib}/libmpxwrappers.so.2.* libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libtsan}
|
|
|
|
rm -f libtsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/%{_lib}/'`echo ../../../../%{_lib}/libtsan.so.0.* | sed 's,^.*libt,libt,'`' )' > libtsan.so
|
2017-01-26 14:33:42 +00:00
|
|
|
mv ../../../../%{_lib}/libtsan_preinit.o libtsan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_liblsan}
|
|
|
|
rm -f liblsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/%{_lib}/'`echo ../../../../%{_lib}/liblsan.so.0.* | sed 's,^.*libl,libl,'`' )' > liblsan.so
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++.*a $FULLLPATH/
|
2015-09-29 10:53:09 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++fs.*a $FULLLPATH/
|
2010-06-08 10:01:16 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libsupc++.*a $FULLLPATH/
|
2011-01-22 14:11:59 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgfortran.*a $FULLLPATH/
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libobjc.*a .
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgomp.*a .
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libquadmath.*a $FULLLPATH/
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libitm.*a $FULLLPATH/
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libatomic.*a $FULLLPATH/
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libasan.*a $FULLLPATH/
|
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libubsan.*a $FULLLPATH/
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libcilkrts.*a $FULLLPATH/
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libmpx.*a $FULLLPATH/
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libmpxwrappers.*a $FULLLPATH/
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libtsan}
|
2017-01-26 21:14:34 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libtsan.*a $FULLPATH/
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_liblsan}
|
2017-01-26 21:14:34 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/liblsan.*a $FULLPATH/
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgo.*a $FULLLPATH/
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgobegin.*a $FULLLPATH/
|
2016-01-27 12:37:40 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgolibbegin.*a $FULLLPATH/
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2009-01-16 18:34:38 +00:00
|
|
|
%if %{build_ada}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
rm -rf $FULLPATH/64/ada{include,lib}
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
rm -rf $FULLPATH/32/ada{include,lib}
|
|
|
|
%endif
|
|
|
|
if [ "$FULLPATH" != "$FULLLPATH" ]; then
|
|
|
|
mv -f $FULLPATH/ada{include,lib} $FULLLPATH/
|
|
|
|
pushd $FULLLPATH/adalib
|
|
|
|
if [ "%{_lib}" = "lib" ]; then
|
|
|
|
ln -sf ../../../../../libgnarl-*.so libgnarl.so
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../../../../../libgnarl-*.so libgnarl-6.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../../libgnat-*.so libgnat.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../../libgnat-*.so libgnat-7.so
|
2009-01-16 18:34:38 +00:00
|
|
|
else
|
|
|
|
ln -sf ../../../../../../%{_lib}/libgnarl-*.so libgnarl.so
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../../../../../../%{_lib}/libgnarl-*.so libgnarl-6.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../../../%{_lib}/libgnat-*.so libgnat.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../../../%{_lib}/libgnat-*.so libgnat-7.so
|
2009-01-16 18:34:38 +00:00
|
|
|
fi
|
|
|
|
popd
|
|
|
|
else
|
|
|
|
pushd $FULLPATH/adalib
|
|
|
|
if [ "%{_lib}" = "lib" ]; then
|
|
|
|
ln -sf ../../../../libgnarl-*.so libgnarl.so
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../../../../libgnarl-*.so libgnarl-6.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../libgnat-*.so libgnat.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../libgnat-*.so libgnat-7.so
|
2009-01-16 18:34:38 +00:00
|
|
|
else
|
|
|
|
ln -sf ../../../../../%{_lib}/libgnarl-*.so libgnarl.so
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../../../../../%{_lib}/libgnarl-*.so libgnarl-6.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../../%{_lib}/libgnat-*.so libgnat.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../../../%{_lib}/libgnat-*.so libgnat-7.so
|
2009-01-16 18:34:38 +00:00
|
|
|
fi
|
|
|
|
popd
|
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2012-01-03 14:17:22 +00:00
|
|
|
ln -sf ../../../../../lib64/libobjc.so.4 64/libobjc.so
|
2010-07-07 17:35:21 +00:00
|
|
|
ln -sf ../`echo ../../../../lib/libstdc++.so.6.*[0-9] | sed s~/lib/~/lib64/~` 64/libstdc++.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../`echo ../../../../lib/libgfortran.so.4.* | sed s~/lib/~/lib64/~` 64/libgfortran.so
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../`echo ../../../../lib/libgomp.so.1.* | sed s~/lib/~/lib64/~` 64/libgomp.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f libgo.so
|
2017-01-26 14:33:42 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.11.* | sed 's,^.*libg,libg,'`' )' > libgo.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.11.* | sed 's,^.*libg,libg,'`' )' > 64/libgo.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
rm -f libquadmath.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libquadmath.so.0.* | sed 's,^.*libq,libq,'`' )' > libquadmath.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libquadmath.so.0.* | sed 's,^.*libq,libq,'`' )' > 64/libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
rm -f libitm.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libitm.so.1.* | sed 's,^.*libi,libi,'`' )' > libitm.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libitm.so.1.* | sed 's,^.*libi,libi,'`' )' > 64/libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
rm -f libatomic.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libatomic.so.1.* | sed 's,^.*liba,liba,'`' )' > libatomic.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libatomic.so.1.* | sed 's,^.*liba,liba,'`' )' > 64/libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
rm -f libasan.so
|
2017-01-26 14:33:42 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libasan.so.4.* | sed 's,^.*liba,liba,'`' )' > libasan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libasan.so.4.* | sed 's,^.*liba,liba,'`' )' > 64/libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
mv ../../../../lib64/libasan_preinit.o 64/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
rm -f libubsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libubsan.so.0.* | sed 's,^.*libu,libu,'`' )' > libubsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libubsan.so.0.* | sed 's,^.*libu,libu,'`' )' > 64/libubsan.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
rm -f libcilkrts.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libcilkrts.so.5.* | sed 's,^.*libc,libc,'`' )' > libcilkrts.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libcilkrts.so.5.* | sed 's,^.*libc,libc,'`' )' > 64/libcilkrts.so
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
rm -f libmpx.so
|
2016-01-27 12:37:40 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libmpx.so.2.* | sed 's,^.*libm,libm,'`' )' > libmpx.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libmpx.so.2.* | sed 's,^.*libm,libm,'`' )' > 64/libmpx.so
|
2015-03-19 15:07:24 +00:00
|
|
|
rm -f libmpxwrappers.so
|
2016-01-27 12:37:40 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libmpxwrappers.so.2.* | sed 's,^.*libm,libm,'`' )' > libmpxwrappers.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libmpxwrappers.so.2.* | sed 's,^.*libm,libm,'`' )' > 64/libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf lib32/libgfortran.a libgfortran.a
|
|
|
|
ln -sf ../lib64/libgfortran.a 64/libgfortran.a
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/lib64/libobjc.*a 64/
|
|
|
|
mv -f %{buildroot}%{_prefix}/lib64/libgomp.*a 64/
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf lib32/libstdc++.a libstdc++.a
|
|
|
|
ln -sf ../lib64/libstdc++.a 64/libstdc++.a
|
2015-09-29 10:53:09 +00:00
|
|
|
ln -sf lib32/libstdc++fs.a libstdc++fs.a
|
|
|
|
ln -sf ../lib64/libstdc++fs.a 64/libstdc++fs.a
|
2010-06-08 10:01:16 +00:00
|
|
|
ln -sf lib32/libsupc++.a libsupc++.a
|
|
|
|
ln -sf ../lib64/libsupc++.a 64/libsupc++.a
|
2011-01-23 10:21:19 +00:00
|
|
|
%if %{build_libquadmath}
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf lib32/libquadmath.a libquadmath.a
|
|
|
|
ln -sf ../lib64/libquadmath.a 64/libquadmath.a
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
ln -sf lib32/libitm.a libitm.a
|
|
|
|
ln -sf ../lib64/libitm.a 64/libitm.a
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%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
|
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
ln -sf lib32/libubsan.a libubsan.a
|
|
|
|
ln -sf ../lib64/libubsan.a 64/libubsan.a
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
ln -sf lib32/libcilkrts.a libcilkrts.a
|
|
|
|
ln -sf ../lib64/libcilkrts.a 64/libcilkrts.a
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
ln -sf lib32/libmpx.a libmpx.a
|
|
|
|
ln -sf ../lib64/libmpx.a 64/libmpx.a
|
|
|
|
ln -sf lib32/libmpxwrappers.a libmpxwrappers.a
|
|
|
|
ln -sf ../lib64/libmpxwrappers.a 64/libmpxwrappers.a
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf lib32/libgo.a libgo.a
|
|
|
|
ln -sf ../lib64/libgo.a 64/libgo.a
|
|
|
|
ln -sf lib32/libgobegin.a libgobegin.a
|
|
|
|
ln -sf ../lib64/libgobegin.a 64/libgobegin.a
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf lib32/libgolibbegin.a libgolibbegin.a
|
|
|
|
ln -sf ../lib64/libgolibbegin.a 64/libgolibbegin.a
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2009-01-16 18:34:38 +00:00
|
|
|
%if %{build_ada}
|
|
|
|
ln -sf lib32/adainclude adainclude
|
|
|
|
ln -sf ../lib64/adainclude 64/adainclude
|
|
|
|
ln -sf lib32/adalib adalib
|
|
|
|
ln -sf ../lib64/adalib 64/adalib
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
mkdir -p 32
|
2012-01-03 14:17:22 +00:00
|
|
|
ln -sf ../../../../libobjc.so.4 32/libobjc.so
|
2010-07-07 17:35:21 +00:00
|
|
|
ln -sf ../`echo ../../../../lib64/libstdc++.so.6.*[0-9] | sed s~/../lib64/~/~` 32/libstdc++.so
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../`echo ../../../../lib64/libgfortran.so.4.* | sed s~/../lib64/~/~` 32/libgfortran.so
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../`echo ../../../../lib64/libgomp.so.1.* | sed s~/../lib64/~/~` 32/libgomp.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f libgo.so
|
2017-01-26 14:33:42 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.11.* | sed 's,^.*libg,libg,'`' )' > libgo.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.11.* | sed 's,^.*libg,libg,'`' )' > 32/libgo.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
rm -f libquadmath.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libquadmath.so.0.* | sed 's,^.*libq,libq,'`' )' > libquadmath.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libquadmath.so.0.* | sed 's,^.*libq,libq,'`' )' > 32/libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
rm -f libitm.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libitm.so.1.* | sed 's,^.*libi,libi,'`' )' > libitm.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libitm.so.1.* | sed 's,^.*libi,libi,'`' )' > 32/libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
rm -f libatomic.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libatomic.so.1.* | sed 's,^.*liba,liba,'`' )' > libatomic.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libatomic.so.1.* | sed 's,^.*liba,liba,'`' )' > 32/libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
rm -f libasan.so
|
2017-01-26 14:33:42 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libasan.so.4.* | sed 's,^.*liba,liba,'`' )' > libasan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libasan.so.4.* | sed 's,^.*liba,liba,'`' )' > 32/libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
mv ../../../../lib/libasan_preinit.o 32/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
rm -f libubsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libubsan.so.0.* | sed 's,^.*libu,libu,'`' )' > libubsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libubsan.so.0.* | sed 's,^.*libu,libu,'`' )' > 32/libubsan.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
rm -f libcilkrts.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libcilkrts.so.5.* | sed 's,^.*libc,libc,'`' )' > libcilkrts.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libcilkrts.so.5.* | sed 's,^.*libc,libc,'`' )' > 32/libcilkrts.so
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
rm -f libmpx.so
|
2016-01-27 12:37:40 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libmpx.so.2.* | sed 's,^.*libm,libm,'`' )' > libmpx.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libmpx.so.2.* | sed 's,^.*libm,libm,'`' )' > 32/libmpx.so
|
2015-03-19 15:07:24 +00:00
|
|
|
rm -f libmpxwrappers.so
|
2016-01-27 12:37:40 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libmpxwrappers.so.2.* | sed 's,^.*libm,libm,'`' )' > libmpxwrappers.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libmpxwrappers.so.2.* | sed 's,^.*libm,libm,'`' )' > 32/libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/lib/libobjc.*a 32/
|
|
|
|
mv -f %{buildroot}%{_prefix}/lib/libgomp.*a 32/
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf ../lib32/libgfortran.a 32/libgfortran.a
|
|
|
|
ln -sf lib64/libgfortran.a libgfortran.a
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../lib32/libstdc++.a 32/libstdc++.a
|
|
|
|
ln -sf lib64/libstdc++.a libstdc++.a
|
2015-09-29 10:53:09 +00:00
|
|
|
ln -sf ../lib32/libstdc++fs.a 32/libstdc++fs.a
|
|
|
|
ln -sf lib64/libstdc++fs.a libstdc++fs.a
|
2010-06-08 10:01:16 +00:00
|
|
|
ln -sf ../lib32/libsupc++.a 32/libsupc++.a
|
|
|
|
ln -sf lib64/libsupc++.a libsupc++.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
ln -sf ../lib32/libquadmath.a 32/libquadmath.a
|
|
|
|
ln -sf lib64/libquadmath.a libquadmath.a
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
ln -sf ../lib32/libitm.a 32/libitm.a
|
|
|
|
ln -sf lib64/libitm.a libitm.a
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%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
|
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
ln -sf ../lib32/libubsan.a 32/libubsan.a
|
|
|
|
ln -sf lib64/libubsan.a libubsan.a
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
ln -sf ../lib32/libcilkrts.a 32/libcilkrts.a
|
|
|
|
ln -sf lib64/libcilkrts.a libcilkrts.a
|
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
ln -sf ../lib32/libmpx.a 32/libmpx.a
|
|
|
|
ln -sf lib64/libmpx.a libmpx.a
|
|
|
|
ln -sf ../lib32/libmpxwrappers.a 32/libmpxwrappers.a
|
|
|
|
ln -sf lib64/libmpxwrappers.a libmpxwrappers.a
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf ../lib32/libgo.a 32/libgo.a
|
|
|
|
ln -sf lib64/libgo.a libgo.a
|
|
|
|
ln -sf ../lib32/libgobegin.a 32/libgobegin.a
|
|
|
|
ln -sf lib64/libgobegin.a libgobegin.a
|
2016-01-27 12:37:40 +00:00
|
|
|
ln -sf ../lib32/libgolibbegin.a 32/libgolibbegin.a
|
|
|
|
ln -sf lib64/libgolibbegin.a libgolibbegin.a
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2009-01-16 18:34:38 +00:00
|
|
|
%if %{build_ada}
|
|
|
|
ln -sf ../lib32/adainclude 32/adainclude
|
|
|
|
ln -sf lib64/adainclude adainclude
|
|
|
|
ln -sf ../lib32/adalib 32/adalib
|
|
|
|
ln -sf lib64/adalib adalib
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%else
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libgfortran.a 32/libgfortran.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libstdc++.a 32/libstdc++.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libstdc++fs.a 32/libstdc++fs.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libsupc++.a 32/libsupc++.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libquadmath.a 32/libquadmath.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libitm.a 32/libitm.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libatomic.a 32/libatomic.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libasan.a 32/libasan.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libubsan.a 32/libubsan.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libcilkrts.a 32/libcilkrts.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libmpx.a 32/libmpx.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libmpxwrappers.a 32/libmpxwrappers.a
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libgo.a 32/libgo.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libgobegin.a 32/libgobegin.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/libgolibbegin.a 32/libgolibbegin.a
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2009-01-16 18:34:38 +00:00
|
|
|
%if %{build_ada}
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/adainclude 32/adainclude
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_major}/adalib 32/adalib
|
2009-01-16 18:34:38 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2016-04-06 16:56:22 +00:00
|
|
|
# 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}
|
|
|
|
for d in . $FULLLSUBDIR; do
|
2017-01-26 14:33:42 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/$d
|
2016-04-06 16:56:22 +00:00
|
|
|
for f in `find $d -maxdepth 1 -a \
|
|
|
|
\( -name libasan.a -o -name libatomic.a \
|
|
|
|
-o -name libcaf_single.a -o -name libcilkrts.a \
|
|
|
|
-o -name libgcc.a -o -name libgcc_eh.a \
|
|
|
|
-o -name libgcov.a -o -name libgfortran.a \
|
|
|
|
-o -name libgo.a -o -name libgobegin.a \
|
|
|
|
-o -name libgolibbegin.a -o -name libgomp.a \
|
|
|
|
-o -name libitm.a -o -name liblsan.a \
|
|
|
|
-o -name libmpx.a -o -name libmpxwrappers.a \
|
2017-01-26 14:33:42 +00:00
|
|
|
-o -name libobjc.a \
|
2016-04-06 16:56:22 +00:00
|
|
|
-o -name libquadmath.a -o -name libstdc++.a \
|
|
|
|
-o -name libstdc++fs.a -o -name libsupc++.a \
|
|
|
|
-o -name libtsan.a -o -name libubsan.a \) -a -type f`; do
|
2017-01-26 14:33:42 +00:00
|
|
|
cp -a $f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/$d/
|
2016-04-06 16:56:22 +00:00
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
# Strip debug info from Fortran/ObjC/Java static libraries
|
|
|
|
strip -g `find . \( -name libgfortran.a -o -name libobjc.a -o -name libgomp.a \
|
2011-01-22 14:11:59 +00:00
|
|
|
-o -name libgcc.a -o -name libgcov.a -o -name libquadmath.a \
|
2013-01-06 11:13:05 +00:00
|
|
|
-o -name libitm.a -o -name libgo.a -o -name libcaf\*.a \
|
2014-04-09 06:46:36 +00:00
|
|
|
-o -name libatomic.a -o -name libasan.a -o -name libtsan.a \
|
2015-01-24 09:03:24 +00:00
|
|
|
-o -name libubsan.a -o -name liblsan.a -o -name libcilkrts.a \
|
2015-03-19 15:07:24 +00:00
|
|
|
-o -name libmpx.a -o -name libmpxwrappers.a -o -name libcc1.a \) \
|
2012-01-03 14:17:22 +00:00
|
|
|
-a -type f`
|
2007-12-12 20:33:17 +00:00
|
|
|
popd
|
2017-01-26 14:33:42 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgfortran.so.4.*
|
2009-05-14 08:52:31 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgomp.so.1.*
|
2015-01-24 09:03:24 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libcc1.so.0.*
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_libquadmath}
|
2011-01-22 14:11:59 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libquadmath.so.0.*
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libitm.so.1.*
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libatomic.so.1.*
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libasan.so.4.*
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libubsan}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libubsan.so.0.*
|
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libcilkrts.so.5.*
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2016-01-27 12:37:40 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libmpx.so.2.*
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libmpxwrappers.so.2.*
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libtsan}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libtsan.so.0.*
|
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_liblsan}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/liblsan.so.0.*
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.11.*
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libobjc.so.4.*
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%if %{build_ada}
|
2009-05-14 08:52:31 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgnarl*so*
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgnat*so*
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
mv $FULLPATH/include-fixed/syslimits.h $FULLPATH/include/syslimits.h
|
|
|
|
mv $FULLPATH/include-fixed/limits.h $FULLPATH/include/limits.h
|
|
|
|
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
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
cat > %{buildroot}%{_prefix}/bin/c89 <<"EOF"
|
2007-12-12 20:33:17 +00:00
|
|
|
#!/bin/sh
|
|
|
|
fl="-std=c89"
|
|
|
|
for opt; do
|
|
|
|
case "$opt" in
|
|
|
|
-ansi|-std=c89|-std=iso9899:1990) fl="";;
|
|
|
|
-std=*) echo "`basename $0` called with non ANSI/ISO C option $opt" >&2
|
|
|
|
exit 1;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
exec gcc $fl ${1+"$@"}
|
|
|
|
EOF
|
2009-05-14 08:52:31 +00:00
|
|
|
cat > %{buildroot}%{_prefix}/bin/c99 <<"EOF"
|
2007-12-12 20:33:17 +00:00
|
|
|
#!/bin/sh
|
|
|
|
fl="-std=c99"
|
|
|
|
for opt; do
|
|
|
|
case "$opt" in
|
|
|
|
-std=c99|-std=iso9899:1999) fl="";;
|
|
|
|
-std=*) echo "`basename $0` called with non ISO C99 option $opt" >&2
|
|
|
|
exit 1;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
exec gcc $fl ${1+"$@"}
|
|
|
|
EOF
|
2009-05-14 08:52:31 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/bin/c?9
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
cd ..
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang cpplib
|
|
|
|
|
|
|
|
# Remove binaries we will not be including, so that they don't end up in
|
|
|
|
# gcc-debuginfo
|
2014-05-14 07:36:18 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/{libffi*,libiberty.a} || :
|
2007-12-12 20:33:17 +00:00
|
|
|
rm -f $FULLEPATH/install-tools/{mkheaders,fixincl}
|
2009-05-14 08:52:31 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/lib/{32,64}/libiberty.a
|
|
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/libssp*
|
2014-04-09 06:46:36 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/libvtv* || :
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/bin/gappletviewer || :
|
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gfortran || :
|
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gccgo || :
|
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcj || :
|
2012-03-08 11:20:03 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-ar || :
|
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-nm || :
|
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-ranlib || :
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
# Remove libraries for the other arch on multilib arches
|
2009-05-14 08:52:31 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/lib/lib*.so*
|
|
|
|
rm -f %{buildroot}%{_prefix}/lib/lib*.a
|
2013-01-06 11:13:05 +00:00
|
|
|
rm -f %{buildroot}/lib/libgcc_s*.so*
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/lib/go/%{gcc_major}/%{gcc_target_platform}
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
ln -sf %{multilib_32_arch}-%{_vendor}-%{_target_os} %{buildroot}%{_prefix}/lib/go/%{gcc_major}/%{gcc_target_platform}
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%else
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2009-05-14 08:52:31 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/lib64/lib*.so*
|
|
|
|
rm -f %{buildroot}%{_prefix}/lib64/lib*.a
|
2013-01-06 11:13:05 +00:00
|
|
|
rm -f %{buildroot}/lib64/libgcc_s*.so*
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2017-01-26 14:33:42 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/lib64/go/%{gcc_major}/%{gcc_target_platform}
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f %{buildroot}%{mandir}/man3/ffi*
|
|
|
|
|
2011-10-27 08:53:55 +00:00
|
|
|
# Help plugins find out nvra.
|
2012-01-03 14:17:22 +00:00
|
|
|
echo gcc-%{version}-%{release}.%{_arch} > $FULLPATH/rpmver
|
2011-10-27 08:53:55 +00:00
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
%check
|
|
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
|
|
|
|
# run the tests.
|
2013-06-28 13:28:31 +00:00
|
|
|
make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ \
|
|
|
|
%if 0%{?fedora} >= 20
|
2015-11-04 13:43:15 +00:00
|
|
|
RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" || :
|
2015-10-01 09:28:28 +00:00
|
|
|
%else
|
2015-11-04 13:43:15 +00:00
|
|
|
RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
|
2015-10-01 09:28:28 +00:00
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
echo ====================TESTING=========================
|
|
|
|
( LC_ALL=C ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
|
|
|
|
echo ====================TESTING END=====================
|
|
|
|
mkdir testlogs-%{_target_platform}-%{version}-%{release}
|
2009-09-09 09:20:44 +00:00
|
|
|
for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
|
2009-05-14 08:52:31 +00:00
|
|
|
ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
|
|
|
|
done
|
|
|
|
tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
|
|
|
|
| uuencode testlogs-%{_target_platform}.tar.bz2 || :
|
|
|
|
rm -rf testlogs-%{_target_platform}-%{version}-%{release}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%clean
|
2009-05-14 08:52:31 +00:00
|
|
|
rm -rf %{buildroot}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%post
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/gcc.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gcc.info.gz || :
|
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/gcc.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gcc.info.gz || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post -n cpp
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/cpp.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/cpp.info.gz || :
|
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun -n cpp
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/cpp.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/cpp.info.gz || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post gfortran
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/gfortran.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gfortran.info.gz || :
|
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun gfortran
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/gfortran.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gfortran.info.gz || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post gnat
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/gnat_rm.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gnat_rm.info.gz || :
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gnat_ugn.info.gz || :
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gnat-style.info.gz || :
|
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun gnat
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/gnat_rm.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gnat_rm.info.gz || :
|
|
|
|
/sbin/install-info --delete \
|
2009-05-14 08:52:31 +00:00
|
|
|
--info-dir=%{_infodir} %{_infodir}/gnat_ugn.info.gz || :
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gnat-style.info.gz || :
|
|
|
|
fi
|
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
%post go
|
|
|
|
%{_sbindir}/update-alternatives --install \
|
|
|
|
%{_prefix}/bin/go go %{_prefix}/bin/go.gcc 92 \
|
|
|
|
--slave %{_prefix}/bin/gofmt gofmt %{_prefix}/bin/gofmt.gcc
|
|
|
|
|
|
|
|
%preun go
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
%{_sbindir}/update-alternatives --remove go %{_prefix}/bin/go.gcc
|
|
|
|
fi
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
# Because glibc Prereq's libgcc and /sbin/ldconfig
|
|
|
|
# comes from glibc, it might not exist yet when
|
|
|
|
# libgcc is installed
|
2011-05-30 16:20:41 +00:00
|
|
|
%post -n libgcc -p <lua>
|
|
|
|
if posix.access ("/sbin/ldconfig", "x") then
|
|
|
|
local pid = posix.fork ()
|
|
|
|
if pid == 0 then
|
|
|
|
posix.exec ("/sbin/ldconfig")
|
|
|
|
elseif pid ~= -1 then
|
|
|
|
posix.wait (pid)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
%postun -n libgcc -p <lua>
|
|
|
|
if posix.access ("/sbin/ldconfig", "x") then
|
|
|
|
local pid = posix.fork ()
|
|
|
|
if pid == 0 then
|
|
|
|
posix.exec ("/sbin/ldconfig")
|
|
|
|
elseif pid ~= -1 then
|
|
|
|
posix.wait (pid)
|
|
|
|
end
|
|
|
|
end
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%post -n libstdc++ -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libstdc++ -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libobjc -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libobjc -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libgfortran -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgfortran -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libgnat -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgnat -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libgomp
|
|
|
|
/sbin/ldconfig
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/libgomp.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/libgomp.info.gz || :
|
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun -n libgomp
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/libgomp.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/libgomp.info.gz || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun -n libgomp -p /sbin/ldconfig
|
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
%post gdb-plugin -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun gdb-plugin -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libgccjit -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgccjit -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libgccjit-devel
|
|
|
|
if [ -f %{_infodir}/libgccjit.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/libgccjit.info.gz || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun -n libgccjit-devel
|
|
|
|
if [ $1 = 0 -a -f %{_infodir}/libgccjit.info.gz ]; then
|
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/libgccjit.info.gz || :
|
|
|
|
fi
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%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
|
|
|
|
|
2012-01-03 14:17:22 +00:00
|
|
|
%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
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%post -n libatomic -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libatomic -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libasan -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libasan -p /sbin/ldconfig
|
|
|
|
|
2014-04-09 06:46:36 +00:00
|
|
|
%post -n libubsan -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libubsan -p /sbin/ldconfig
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%post -n libtsan -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libtsan -p /sbin/ldconfig
|
|
|
|
|
2014-04-09 06:46:36 +00:00
|
|
|
%post -n liblsan -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n liblsan -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libcilkrts -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libcilkrts -p /sbin/ldconfig
|
|
|
|
|
2015-03-19 15:07:24 +00:00
|
|
|
%post -n libmpx -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libmpx -p /sbin/ldconfig
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%post -n libgo -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgo -p /sbin/ldconfig
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%{_prefix}/bin/cc
|
|
|
|
%{_prefix}/bin/c89
|
|
|
|
%{_prefix}/bin/c99
|
|
|
|
%{_prefix}/bin/gcc
|
|
|
|
%{_prefix}/bin/gcov
|
2015-01-24 09:03:24 +00:00
|
|
|
%{_prefix}/bin/gcov-tool
|
2012-03-08 11:20:03 +00:00
|
|
|
%{_prefix}/bin/gcc-ar
|
|
|
|
%{_prefix}/bin/gcc-nm
|
|
|
|
%{_prefix}/bin/gcc-ranlib
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/%{_target_platform}-gcc
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparc64 sparcv9
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/sparc-%{_vendor}-%{_target_os}-gcc
|
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch ppc64 ppc64p7
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/ppc-%{_vendor}-%{_target_os}-gcc
|
|
|
|
%endif
|
|
|
|
%{_prefix}/bin/%{gcc_target_platform}-gcc
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/bin/%{gcc_target_platform}-gcc-%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_mandir}/man1/gcc.1*
|
|
|
|
%{_mandir}/man1/gcov.1*
|
|
|
|
%{_infodir}/gcc*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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*
|
|
|
|
%{_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/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
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch ia64
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ia64intrin.h
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-04-11 17:16:27 +00:00
|
|
|
%ifarch ppc ppc64 ppc64le ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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/spe.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/paired.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
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2012-01-17 17:29:23 +00:00
|
|
|
%ifarch %{arm}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2012-01-17 17:29:23 +00:00
|
|
|
%endif
|
2013-09-15 19:24:04 +00:00
|
|
|
%ifarch aarch64
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2013-09-15 19:24:04 +00:00
|
|
|
%endif
|
2012-01-17 17:29:23 +00:00
|
|
|
%ifarch sparc sparcv9 sparc64
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/visintrin.h
|
2012-01-17 17:29:23 +00:00
|
|
|
%endif
|
2013-07-17 16:20:16 +00:00
|
|
|
%ifarch s390 s390x
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2013-07-17 16:20:16 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libcilkrts}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/cilk
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcilkrts.spec
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpx.spec
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2014-11-01 08:17:01 +00:00
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/sanitizer
|
|
|
|
%endif
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/collect2
|
|
|
|
%{_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
|
2012-01-07 10:33:38 +00:00
|
|
|
%if %{build_libitm}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.spec
|
2012-01-07 10:33:38 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libsanitizer.spec
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%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
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libquadmath.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libquadmath.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libitm.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libitm.so
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libatomic.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libatomic.so
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libubsan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libubsan.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libcilkrts.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libcilkrts.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libmpx.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libmpx.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libmpxwrappers.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libquadmath.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libquadmath.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libitm.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libitm.so
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libatomic.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libatomic.so
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libubsan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libubsan.so
|
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libcilkrts}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libcilkrts.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libcilkrts.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libmpx.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libmpx.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libmpxwrappers.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.so
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.so
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcilkrts.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcilkrts.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpx.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpx.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpxwrappers.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%else
|
|
|
|
%if %{build_libatomic}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.so
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libcilkrts}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcilkrts.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpx.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpxwrappers.so
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
2017-01-26 21:14:34 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libtsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_liblsan}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan.so
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/libexec/getconf/default
|
2014-07-12 15:07:26 +00:00
|
|
|
%doc gcc/README* rpm.doc/changelogs/gcc/ChangeLog*
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license gcc/COPYING* COPYING.RUNTIME
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files -n cpp -f cpplib.lang
|
2012-02-06 23:21:35 +00:00
|
|
|
%{_prefix}/lib/cpp
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/cpp
|
|
|
|
%{_mandir}/man1/cpp.1*
|
|
|
|
%{_infodir}/cpp*
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cc1
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files -n libgcc
|
2017-01-26 14:33:42 +00:00
|
|
|
/%{_lib}/libgcc_s-%{gcc_major}-%{DATE}.so.1
|
2007-12-12 20:33:17 +00:00
|
|
|
/%{_lib}/libgcc_s.so.1
|
2014-07-12 15:07:26 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license gcc/COPYING* COPYING.RUNTIME
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files c++
|
|
|
|
%{_prefix}/bin/%{gcc_target_platform}-*++
|
|
|
|
%{_prefix}/bin/g++
|
|
|
|
%{_prefix}/bin/c++
|
|
|
|
%{_mandir}/man1/g++.1*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cc1plus
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%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/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_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}/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/gcc/cp/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libstdc++
|
|
|
|
%{_prefix}/%{_lib}/libstdc++.so.6*
|
2010-07-07 17:35:21 +00:00
|
|
|
%dir %{_datadir}/gdb
|
|
|
|
%dir %{_datadir}/gdb/auto-load
|
|
|
|
%dir %{_datadir}/gdb/auto-load/%{_prefix}
|
|
|
|
%dir %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
|
|
|
|
%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc*gdb.py*
|
2016-08-10 12:40:09 +00:00
|
|
|
%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/__pycache__
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/share/gcc-%{gcc_major}
|
|
|
|
%dir %{_prefix}/share/gcc-%{gcc_major}/python
|
|
|
|
%{_prefix}/share/gcc-%{gcc_major}/python/libstdcxx
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files -n libstdc++-devel
|
|
|
|
%dir %{_prefix}/include/c++
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/include/c++/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2010-06-02 19:21:12 +00:00
|
|
|
%ifnarch sparcv9 ppc %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.so
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
2015-09-29 10:53:09 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libstdc++fs.a
|
2015-09-29 10:53:09 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libstdc++fs.a
|
2015-09-29 10:53:09 +00:00
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++fs.a
|
2015-09-29 10:53:09 +00:00
|
|
|
%endif
|
2010-06-02 19:21:12 +00:00
|
|
|
%doc rpm.doc/changelogs/libstdc++-v3/ChangeLog* libstdc++-v3/README*
|
|
|
|
|
|
|
|
%files -n libstdc++-static
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%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/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%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/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libstdc++.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
%if %{build_libstdcxx_docs}
|
|
|
|
%files -n libstdc++-docs
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%doc rpm.doc/libstdc++-v3/html
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files objc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/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/objc
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cc1obj
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libobjc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libobjc.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libobjc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libobjc.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libobjc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libobjc.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/objc/*
|
|
|
|
%doc libobjc/THREADS* rpm.doc/changelogs/libobjc/ChangeLog*
|
|
|
|
|
|
|
|
%files objc++
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cc1objplus
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files -n libobjc
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/%{_lib}/libobjc.so.4*
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files gfortran
|
|
|
|
%{_prefix}/bin/gfortran
|
|
|
|
%{_prefix}/bin/f95
|
|
|
|
%{_mandir}/man1/gfortran.1*
|
|
|
|
%{_infodir}/gfortran*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/finclude
|
|
|
|
%{_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
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%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
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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/finclude
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2016-01-06 02:02:17 +00:00
|
|
|
%dir %{_fmoddir}
|
2007-12-12 20:33:17 +00:00
|
|
|
%doc rpm.doc/gfortran/*
|
|
|
|
|
|
|
|
%files -n libgfortran
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/%{_lib}/libgfortran.so.4*
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%files -n libgfortran-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libgfortran.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libgfortran.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_ada}
|
|
|
|
%files gnat
|
2011-05-25 08:55:04 +00:00
|
|
|
%{_prefix}/bin/gnat
|
|
|
|
%{_prefix}/bin/gnat[^i]*
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_infodir}/gnat*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
2009-01-16 18:34:38 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/adalib
|
2009-01-16 18:34:38 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/adalib
|
2009-01-16 18:34:38 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib
|
2009-01-16 18:34:38 +00:00
|
|
|
%endif
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/gnat1
|
2007-12-12 20:33:17 +00:00
|
|
|
%doc rpm.doc/changelogs/gcc/ada/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libgnat
|
|
|
|
%{_prefix}/%{_lib}/libgnat-*.so
|
|
|
|
%{_prefix}/%{_lib}/libgnarl-*.so
|
2009-01-16 18:34:38 +00:00
|
|
|
|
|
|
|
%files -n libgnat-devel
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2009-01-16 18:34:38 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adalib
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adalib/libgnat.a
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adalib/libgnarl.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adalib
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adalib/libgnat.a
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adalib/libgnarl.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib/libgnat.a
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib/libgnarl.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2010-06-02 19:21:12 +00:00
|
|
|
%files -n libgnat-static
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2010-06-02 19:21:12 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adalib
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adalib/libgnat.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/adalib/libgnarl.a
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adalib
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adalib/libgnat.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/adalib/libgnarl.a
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib/libgnat.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/adalib/libgnarl.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%endif
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%files -n libgomp
|
|
|
|
%{_prefix}/%{_lib}/libgomp.so.1*
|
|
|
|
%{_infodir}/libgomp.info*
|
|
|
|
%doc rpm.doc/changelogs/libgomp/ChangeLog*
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
%files -n libquadmath
|
|
|
|
%{_prefix}/%{_lib}/libquadmath.so.0*
|
|
|
|
%{_infodir}/libquadmath.info*
|
2014-07-12 15:07:26 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license rpm.doc/libquadmath/COPYING*
|
2011-01-22 14:11:59 +00:00
|
|
|
|
|
|
|
%files -n libquadmath-devel
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/libquadmath/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libquadmath-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libquadmath.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libquadmath.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libquadmath.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
|
|
|
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
%files -n libitm
|
|
|
|
%{_prefix}/%{_lib}/libitm.so.1*
|
|
|
|
%{_infodir}/libitm.info*
|
|
|
|
|
|
|
|
%files -n libitm-devel
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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/itm.h
|
|
|
|
#%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/itm_weak.h
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.so
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/libitm/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libitm-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2012-01-03 14:17:22 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libitm.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libitm.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libitm.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
%files -n libatomic
|
|
|
|
%{_prefix}/%{_lib}/libatomic.so.1*
|
|
|
|
|
|
|
|
%files -n libatomic-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2013-01-06 11:13:05 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libatomic.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libatomic.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libatomic.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libatomic/ChangeLog*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{build_libasan}
|
|
|
|
%files -n libasan
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/%{_lib}/libasan.so.4*
|
2013-01-06 11:13:05 +00:00
|
|
|
|
|
|
|
%files -n libasan-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2013-01-06 11:13:05 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libasan.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libasan.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libasan.a
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2014-07-12 15:07:26 +00:00
|
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license libsanitizer/LICENSE.TXT
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_libubsan}
|
|
|
|
%files -n libubsan
|
|
|
|
%{_prefix}/%{_lib}/libubsan.so.0*
|
|
|
|
|
|
|
|
%files -n libubsan-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2014-04-09 06:46:36 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libubsan.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libubsan.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libubsan.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
2014-07-12 15:07:26 +00:00
|
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license libsanitizer/LICENSE.TXT
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libtsan}
|
|
|
|
%files -n libtsan
|
|
|
|
%{_prefix}/%{_lib}/libtsan.so.0*
|
|
|
|
|
|
|
|
%files -n libtsan-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libtsan.a
|
2014-07-12 15:07:26 +00:00
|
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license libsanitizer/LICENSE.TXT
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
|
2014-04-09 06:46:36 +00:00
|
|
|
%if %{build_liblsan}
|
|
|
|
%files -n liblsan
|
|
|
|
%{_prefix}/%{_lib}/liblsan.so.0*
|
|
|
|
|
|
|
|
%files -n liblsan-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/liblsan.a
|
2014-07-12 15:07:26 +00:00
|
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog*
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license libsanitizer/LICENSE.TXT
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{build_libcilkrts}
|
|
|
|
%files -n libcilkrts
|
|
|
|
%{_prefix}/%{_lib}/libcilkrts.so.5*
|
|
|
|
|
|
|
|
%files -n libcilkrts-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2014-04-09 06:46:36 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libcilkrts.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libcilkrts.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcilkrts.a
|
2014-04-09 06:46:36 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libcilkrts/ChangeLog* libcilkrts/README
|
|
|
|
%endif
|
|
|
|
|
2015-03-19 15:07:24 +00:00
|
|
|
%if %{build_libmpx}
|
|
|
|
%files -n libmpx
|
2016-01-27 12:37:40 +00:00
|
|
|
%{_prefix}/%{_lib}/libmpx.so.2*
|
|
|
|
%{_prefix}/%{_lib}/libmpxwrappers.so.2*
|
2015-03-19 15:07:24 +00:00
|
|
|
|
|
|
|
%files -n libmpx-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2015-03-19 15:07:24 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libmpx.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libmpxwrappers.a
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libmpx.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libmpxwrappers.a
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpx.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libmpxwrappers.a
|
2015-03-19 15:07:24 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libmpx/ChangeLog*
|
|
|
|
%endif
|
|
|
|
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
%files go
|
2015-01-24 09:03:24 +00:00
|
|
|
%ghost %{_prefix}/bin/go
|
|
|
|
%{_prefix}/bin/go.gcc
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/bin/gccgo
|
2015-01-24 09:03:24 +00:00
|
|
|
%ghost %{_prefix}/bin/gofmt
|
|
|
|
%{_prefix}/bin/gofmt.gcc
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_mandir}/man1/gccgo.1*
|
2015-01-24 09:03:24 +00:00
|
|
|
%{_mandir}/man1/go.1*
|
|
|
|
%{_mandir}/man1/gofmt.1*
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2011-01-22 14:11:59 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/go1
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cgo
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgo.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgo.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgolibbegin.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgo.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgo.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgolibbegin.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparcv9 ppc %{multilib_64_archs}
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgo.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgo.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgolibbegin.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/go/*
|
|
|
|
|
|
|
|
%files -n libgo
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/%{_lib}/libgo.so.11*
|
2011-01-22 14:11:59 +00:00
|
|
|
%doc rpm.doc/libgo/*
|
|
|
|
|
|
|
|
%files -n libgo-devel
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2011-01-22 14:11:59 +00:00
|
|
|
%dir %{_prefix}/%{_lib}/go
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/%{_lib}/go/%{gcc_major}
|
|
|
|
%{_prefix}/%{_lib}/go/%{gcc_major}/%{gcc_target_platform}
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparc64 ppc64 ppc64p7
|
2011-01-22 14:11:59 +00:00
|
|
|
%dir %{_prefix}/lib/go
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/go/%{gcc_major}
|
|
|
|
%{_prefix}/lib/go/%{gcc_major}/%{gcc_target_platform}
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libgolibbegin.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libgolibbegin.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgolibbegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgo.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%files -n libgo-static
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib32/libgo.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifarch sparc64 ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/lib64/libgo.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2014-01-15 09:56:53 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64 ppc64p7
|
2017-01-26 14:33:42 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgo.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
%files -n libgccjit
|
|
|
|
%{_prefix}/%{_lib}/libgccjit.so.*
|
|
|
|
%doc rpm.doc/changelogs/gcc/jit/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libgccjit-devel
|
|
|
|
%{_prefix}/%{_lib}/libgccjit.so
|
|
|
|
%{_prefix}/include/libgccjit*.h
|
|
|
|
%{_infodir}/libgccjit.info*
|
|
|
|
%doc rpm.doc/libgccjit-devel/*
|
|
|
|
%doc gcc/jit/docs/examples
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%files plugin-devel
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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
|
2012-01-03 14:17:22 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/plugin
|
2011-01-22 14:11:59 +00:00
|
|
|
|
2015-01-24 09:03:24 +00:00
|
|
|
%files gdb-plugin
|
|
|
|
%{_prefix}/%{_lib}/libcc1.so*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
2017-01-26 14:33:42 +00:00
|
|
|
%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*
|
2017-01-31 09:26:33 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/plugin/libcp1plugin.so*
|
2015-01-24 09:03:24 +00:00
|
|
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
%if %{build_offload_nvptx}
|
|
|
|
%files offload-nvptx
|
|
|
|
%{_prefix}/bin/nvptx-none-*
|
|
|
|
%{_prefix}/bin/%{gcc_target_platform}-accel-nvptx-none-gcc
|
|
|
|
%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
|
|
|
|
|
|
|
|
%files -n libgomp-offload-nvptx
|
|
|
|
%{_prefix}/%{_lib}/libgomp-plugin-nvptx.so.*
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%changelog
|
2017-07-11 15:53:24 +00:00
|
|
|
* Tue Jul 11 2017 Jakub Jelinek <jakub@redhat.com> 7.1.1-5
|
|
|
|
- update from the 7 branch
|
|
|
|
- PRs libstdc++/80316, target/81375
|
|
|
|
- fix libsanitizer build against recent glibc (PR sanitizer/81066)
|
|
|
|
|
2017-07-09 20:04:18 +00:00
|
|
|
* Sun Jul 9 2017 Jakub Jelinek <jakub@redhat.com> 7.1.1-4
|
2017-07-09 12:26:16 +00:00
|
|
|
- update from the 7 branch
|
|
|
|
- PRs c++/54769, c++/61022, c++/72801, c++/79056, c++/81164, c++/81180,
|
|
|
|
c++/81187, c++/81188, c++/81204, c++/81215, c++/81257, driver/31468,
|
|
|
|
driver/56469, gcov-profile/53915, gcov-profile/81080, ipa/79849,
|
|
|
|
ipa/79850, ipa/80663, ipa/81112, libfortran/81195, libgfortran/53029,
|
|
|
|
libstdc++/81221, middle-end/80692, middle-end/80902, middle-end/81007,
|
|
|
|
middle-end/81207, other/80589, other/80909, sanitizer/80879,
|
|
|
|
sanitizer/81209, target/79155, target/79799, target/80618,
|
|
|
|
target/80966, target/81294, target/81300, target/81305, target/81348,
|
|
|
|
tree-optimization/80612, tree-optimization/81083,
|
|
|
|
tree-optimization/81192
|
|
|
|
- fix ppc* float128 ifunc (#1467526)
|
|
|
|
|
2017-06-22 07:55:37 +00:00
|
|
|
* Thu Jun 22 2017 Jakub Jelinek <jakub@redhat.com> 7.1.1-3
|
|
|
|
- update from the 7 branch
|
|
|
|
- PRs ada/80921, ada/81070, ada/81105, c++/60063, c++/66297, c++/70844,
|
|
|
|
c++/71747, c++/80179, c++/80384, c++/80465, c++/80562, c++/80593,
|
|
|
|
c++/80605, c++/80614, c++/80639, c++/80829, c++/80831, c++/80840,
|
|
|
|
c++/80856, c++/80972, c++/80973, c++/80984, c++/81011, c++/81045,
|
|
|
|
c++/81073, c++/81074, c++/81102, c++/81130, c++/81154, c/80919,
|
|
|
|
c/81006, fortran/70601, fortran/80766, fortran/80904, fortran/80918,
|
|
|
|
fortran/80975, libgcc/80037, libgomp/80822, libstdc++/80675,
|
|
|
|
libstdc++/80940, libstdc++/81002, libstdc++/81092,
|
|
|
|
rtl-optimization/80474, rtl-optimization/80903, sanitizer/81111,
|
|
|
|
sanitizer/81125, target/59874, target/71607, target/71778,
|
|
|
|
target/80718, target/80968, target/80970, target/81015, target/81121,
|
|
|
|
target/81151, tree-optimization/80293, tree-optimization/80549,
|
|
|
|
tree-optimization/80705, tree-optimization/80842,
|
|
|
|
tree-optimization/80906
|
|
|
|
|
2017-05-26 13:21:59 +00:00
|
|
|
* Fri May 26 2017 Jakub Jelinek <jakub@redhat.com> 7.1.1-2
|
|
|
|
- update from the 7 branch
|
|
|
|
- PRs ada/80626, ada/80784, documentation/50642, fortran/78659,
|
|
|
|
fortran/80121, fortran/80333, fortran/80392, fortran/80484,
|
|
|
|
fortran/80741, fortran/80752, go/64238, libgfortran/80333,
|
|
|
|
libgfortran/80727, libgfortran/80741, libstdc++/78939, libstdc++/80478,
|
|
|
|
libstdc++/80761, libstdc++/80796, middle-end/80539, middle-end/80809,
|
|
|
|
middle-end/80853, rtl-optimization/80754, sanitizer/80659,
|
|
|
|
sanitizer/80875, target/68163, target/79027, target/79202,
|
|
|
|
target/79203, target/80090, target/80510, target/80671, target/80706,
|
|
|
|
target/80799, tree-optimization/80453, tree-optimization/80492
|
|
|
|
- fix s390 indirect_jump reloading (#1450353, PR target/80725)
|
|
|
|
|
2017-05-03 07:32:52 +00:00
|
|
|
* Wed May 3 2017 Jakub Jelinek <jakub@redhat.com> 7.1.1-1
|
|
|
|
- update from the 7 branch
|
|
|
|
- GCC 7.1 release
|
|
|
|
- PRs bootstrap/80531, c++/80534, c/80468, target/68491, target/79430,
|
|
|
|
target/80530, tree-optimization/80591
|
|
|
|
|
2017-04-25 19:58:41 +00:00
|
|
|
* Tue Apr 25 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.16
|
|
|
|
- update from the 7 branch
|
|
|
|
- ABI change on ARM and AArch64 (PR target/77728)
|
|
|
|
- PRs middle-end/79931, rtl-optimization/80500, rtl-optimization/80501,
|
|
|
|
target/79895, target/80080, target/80464, target/80482,
|
|
|
|
tree-optimization/80497
|
|
|
|
|
2017-04-21 10:10:21 +00:00
|
|
|
* Fri Apr 21 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.15
|
|
|
|
- update from the trunk and 7 branch
|
|
|
|
- PRs bootstrap/77661, c++/80176, c++/80241, c++/80244, c++/80287,
|
|
|
|
c++/80294, c++/80363, c++/80370, c++/80415, c++/80459, c++/80473,
|
|
|
|
c/80163, debug/80263, debug/80436, debug/80461, fortran/80046,
|
|
|
|
fortran/80361, fortran/80440, gcov-profile/78783, gcov-profile/80413,
|
|
|
|
gcov-profile/80435, ipa/65972, libgomp/80394, libstdc++/80446,
|
|
|
|
libstdc++/80448, lto/50345, lto/69953, middle-end/79671,
|
|
|
|
middle-end/79788, middle-end/80100, middle-end/80364,
|
|
|
|
middle-end/80375, middle-end/80422, middle-end/80423,
|
|
|
|
rtl-optimization/80343, rtl-optimization/80357,
|
|
|
|
rtl-optimization/80385, rtl-optimization/80429, sanitizer/70878,
|
|
|
|
sanitizer/80349, sanitizer/80403, sanitizer/80404, sanitizer/80405,
|
|
|
|
sanitizer/80414, sanitizer/80444, target/74563, target/79453,
|
|
|
|
target/80057, target/80098, target/80099, target/80108, target/80315,
|
|
|
|
target/80376, target/80381, target/80382, target/80389, target/80462,
|
|
|
|
testsuite/79867, testsuite/80221, testsuite/80416,
|
|
|
|
tree-optimization/80153, tree-optimization/80359,
|
|
|
|
tree-optimization/80374, tree-optimization/80426,
|
|
|
|
tree-optimization/80443
|
|
|
|
- reenable {gcc,libgomp}-offload-nvptx on ppc64le
|
|
|
|
|
2017-04-10 13:49:09 +00:00
|
|
|
* Mon Apr 10 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.14
|
|
|
|
- update from the trunk
|
|
|
|
- PRs ada/80117, ada/80146, c++/60992, c++/69487, c++/79572, c++/80095,
|
|
|
|
c++/80267, c++/80296, c++/80297, c++/80309, c++/80356, c/79730,
|
|
|
|
debug/79255, debug/80025, debug/80234, documentation/78732,
|
|
|
|
fortran/78661, fortran/80254, gcov-profile/80224, go/80226, ipa/77333,
|
|
|
|
ipa/79776, ipa/80104, ipa/80205, ipa/80212, libgfortran/78670,
|
|
|
|
libgomp/79876, libstdc++/79141, libstdc++/80137, libstdc++/80229,
|
|
|
|
libstdc++/80251, middle-end/80162, middle-end/80163, middle-end/80173,
|
|
|
|
middle-end/80222, middle-end/80281, middle-end/80341,
|
|
|
|
middle-end/80344, middle-end/80362, rtl-optimization/60818,
|
|
|
|
rtl-optimization/70478, rtl-optimization/70703,
|
|
|
|
rtl-optimization/79405, rtl-optimization/80193,
|
|
|
|
rtl-optimization/80233, sanitizer/79993, sanitizer/80067,
|
|
|
|
sanitizer/80166, sanitizer/80308, sanitizer/80348, sanitizer/80350,
|
|
|
|
target/45053, target/53383, target/78002, target/78543, target/79733,
|
|
|
|
target/79889, target/79890, target/79905, target/80102, target/80103,
|
|
|
|
target/80107, target/80206, target/80246, target/80250, target/80286,
|
|
|
|
target/80298, target/80307, target/80310, target/80322, target/80323,
|
|
|
|
target/80324, target/80325, target/80326, target/80358,
|
|
|
|
testsuite/43496, translation/80189, tree-optimization/49498,
|
|
|
|
tree-optimization/77498, tree-optimization/78644,
|
|
|
|
tree-optimization/79390, tree-optimization/80181,
|
|
|
|
tree-optimization/80216, tree-optimization/80218,
|
|
|
|
tree-optimization/80262, tree-optimization/80275,
|
|
|
|
tree-optimization/80304, tree-optimization/80334
|
2017-04-10 16:17:43 +00:00
|
|
|
- fix dwarf ICE with nested function self-inlining (PR debug/80321)
|
2017-04-10 13:49:09 +00:00
|
|
|
|
2017-03-27 10:57:54 +00:00
|
|
|
* Mon Mar 27 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.13
|
|
|
|
- update from the trunk
|
|
|
|
- PRs bootstrap/79771, bootstrap/79952, c++/35878, c++/52477, c++/77339,
|
|
|
|
c++/77563, c++/77752, c++/78345, c++/79393, c++/79519, c++/79548,
|
|
|
|
c++/79640, c++/79687, c++/79896, c++/79899, c++/79960, c++/79962,
|
|
|
|
c++/79967, c++/79984, c++/80029, c++/80043, c++/80059, c++/80073,
|
|
|
|
c++/80077, c++/80084, c++/80096, c++/80119, c++/80129, c++/80141,
|
|
|
|
c++/80150, c/67338, c/78165, c/79921, c/79936, c/80097, driver/79875,
|
|
|
|
fortran/33271, fortran/39239, fortran/69498, fortran/71838,
|
|
|
|
fortran/79602, fortran/79676, fortran/79838, fortran/79844,
|
|
|
|
fortran/79853, fortran/79859, fortran/79860, fortran/79886,
|
|
|
|
fortran/80010, fortran/80011, fortran/80142, fortran/80156,
|
|
|
|
gcov-profile/80081, libfortran/79956, libgfortran/78854,
|
|
|
|
libgfortran/78881, libstdc++/62045, libstdc++/67440, libstdc++/79162,
|
|
|
|
libstdc++/79511, libstdc++/79980, libstdc++/80034, libstdc++/80041,
|
|
|
|
libstdc++/80064, libstdc++/80183, middle-end/78339, middle-end/79753,
|
|
|
|
middle-end/79831, middle-end/80020, middle-end/80050,
|
|
|
|
middle-end/80075, middle-end/80171, other/79991, plugins/80094,
|
|
|
|
rtl-optimization/63191, rtl-optimization/78911,
|
|
|
|
rtl-optimization/79150, rtl-optimization/79728,
|
|
|
|
rtl-optimization/79909, rtl-optimization/79910,
|
|
|
|
rtl-optimization/80112, rtl-optimization/80159,
|
|
|
|
rtl-optimization/80160, sanitizer/78158, sanitizer/79757,
|
|
|
|
sanitizer/80063, sanitizer/80110, sanitizer/80168, target/71294,
|
|
|
|
target/71436, target/78857, target/79769, target/79770, target/79892,
|
|
|
|
target/79893, target/79906, target/79907, target/79911, target/79912,
|
|
|
|
target/79925, target/79941, target/79947, target/79951, target/79963,
|
|
|
|
target/80017, target/80019, target/80052, target/80082, target/80083,
|
|
|
|
target/80123, target/80125, target/80148, target/80180,
|
|
|
|
testsuite/79356, testsuite/80092, translation/79848,
|
|
|
|
translation/79923, translation/80001, tree-optimization/71437,
|
|
|
|
tree-optimization/77975, tree-optimization/79800,
|
|
|
|
tree-optimization/79908, tree-optimization/79981,
|
|
|
|
tree-optimization/80030, tree-optimization/80032,
|
|
|
|
tree-optimization/80048, tree-optimization/80054,
|
|
|
|
tree-optimization/80072, tree-optimization/80079,
|
|
|
|
tree-optimization/80109, tree-optimization/80113,
|
|
|
|
tree-optimization/80122, tree-optimization/80136,
|
|
|
|
tree-optimization/80158, tree-optimization/80167,
|
|
|
|
tree-optimization/80170
|
|
|
|
|
2017-03-09 16:50:08 +00:00
|
|
|
* Thu Mar 9 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.12
|
|
|
|
- update from the trunk
|
|
|
|
- PRs c++/71966, c++/79672, c++/79797, c++/79900, ipa/79761, ipa/79764,
|
|
|
|
ipa/79970, middle-end/79971, rtl-optimization/79949, target/65705,
|
|
|
|
target/69804, target/79913, target/79928, tree-optimization/79631,
|
|
|
|
tree-optimization/79977
|
|
|
|
- fix DW_AT_decl_line on DW_TAG_enumeration_type for C enumeration
|
|
|
|
definitions following forward declarations (#1423460, PR c/79969)
|
|
|
|
- fix ICE with -Walloca (PR tree-optimization/79972)
|
|
|
|
|
2017-03-08 18:02:18 +00:00
|
|
|
* Wed Mar 8 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.11
|
|
|
|
- update from the trunk
|
|
|
|
- PRs ada/79903, ada/79945, c++/42000, c++/64574, c++/70266, c++/71568,
|
|
|
|
c++/79414, c++/79681, c++/79746, c++/79782, c++/79791, c++/79796,
|
|
|
|
c++/79821, c++/79822, c++/79825, c/79756, c/79758, c/79834, c/79836,
|
|
|
|
c/79837, c/79847, c/79855, c/79940, demangler/67264, demangler/70909,
|
|
|
|
fortran/51119, fortran/78379, fortran/79739, fortran/79841,
|
|
|
|
fortran/79894, libstdc++/79789, libstdc++/79798, lto/78140, lto/79625,
|
|
|
|
lto/79760, middle-end/68270, middle-end/79692, middle-end/79721,
|
|
|
|
middle-end/79731, middle-end/79805, middle-end/79809,
|
|
|
|
middle-end/79818, rtl-optimization/79571, rtl-optimization/79584,
|
|
|
|
rtl-optimization/79780, rtl-optimization/79901, sanitize/79783,
|
|
|
|
sanitizer/79897, sanitizer/79904, target/43763, target/68739,
|
|
|
|
target/79395, target/79439, target/79514, target/79544, target/79729,
|
|
|
|
target/79742, target/79749, target/79752, target/79793, target/79807,
|
|
|
|
target/79812, tree-optimization/45397, tree-optimization/66768,
|
|
|
|
tree-optimization/77536, tree-optimization/79345,
|
|
|
|
tree-optimization/79690, tree-optimization/79691,
|
|
|
|
tree-optimization/79699, tree-optimization/79723,
|
|
|
|
tree-optimization/79732, tree-optimization/79734,
|
|
|
|
tree-optimization/79737, tree-optimization/79740,
|
|
|
|
tree-optimization/79777, tree-optimization/79803,
|
|
|
|
tree-optimization/79824, tree-optimization/79894,
|
|
|
|
tree-optimization/79920, tree-optimization/79943,
|
|
|
|
tree-optimization/79955
|
|
|
|
- fix 64 avx512vl and 6 avx512bw intrinsics that were not available with -O0
|
|
|
|
(PR target/79932)
|
|
|
|
- temporarily disable incorrect folding of Altivec vmul[oe]u[bh] intrinsics
|
|
|
|
(#1429961, PR middle-end/79941)
|
|
|
|
- fix -fsanitize=address with some atomic/sync builtins (PR sanitizer/79944)
|
|
|
|
|
2017-02-25 10:32:56 +00:00
|
|
|
* Sat Feb 25 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.10
|
|
|
|
- update from the trunk
|
|
|
|
- PRs c++/17729, c++/41727, c++/50308, c++/69523, c++/78139, c++/78282,
|
|
|
|
c++/79361, c++/79380, c++/79400, c++/79470, c++/79500, c++/79503,
|
|
|
|
c++/79535, c++/79566, c++/79580, c++/79588, c++/79606, c++/79607,
|
|
|
|
c++/79639, c++/79641, c++/79653, c++/79654, c++/79655, c++/79657,
|
|
|
|
c++/79664, c++/79679, c/79662, c/79677, c/79684, debug/77589,
|
|
|
|
fortran/79229, fortran/79382, fortran/79402, fortran/79434,
|
|
|
|
fortran/79447, fortran/79523, fortran/79597, fortran/79599,
|
|
|
|
fortran/79601, go/79642, lto/79579, lto/79587, middle-end/79396,
|
|
|
|
middle-end/79537, middle-end/79665, rtl-optimization/68749,
|
|
|
|
rtl-optimization/79286, sanitizer/79558, sanitizer/79589,
|
|
|
|
target/71017, target/78012, target/78056, target/78660, target/79211,
|
|
|
|
target/79473, target/79494, target/79568, target/79570, target/79593,
|
|
|
|
target/79633, translation/79638, translation/79705,
|
|
|
|
tree-optimization/61441, tree-optimization/68644,
|
|
|
|
tree-optimization/79389, tree-optimization/79578,
|
|
|
|
tree-optimization/79621, tree-optimization/79649,
|
|
|
|
tree-optimization/79663, tree-optimization/79666,
|
|
|
|
tree-optimization/79673, tree-optimization/79683
|
|
|
|
|
2017-02-19 12:23:23 +00:00
|
|
|
* Sun Feb 19 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.9
|
|
|
|
- update from the trunk
|
|
|
|
- PRs bootstrap/79567, c++/77659, c++/77790, c++/78572, c++/78690,
|
|
|
|
c++/79050, c++/79296, c++/79301, c++/79363, c++/79420, c++/79461,
|
|
|
|
c++/79463, c++/79464, c++/79502, c++/79508, c++/79512, c++/79533,
|
|
|
|
c++/79549, c++/79556, c/79471, c/79478, c/79515, fortran/65542,
|
|
|
|
ipa/79224, libstdc++/78723, libstdc++/79348, libstdc++/79467,
|
|
|
|
libstdc++/79486, libstdc++/79513, middle-end/61225, middle-end/79432,
|
|
|
|
middle-end/79448, middle-end/79496, middle-end/79505,
|
|
|
|
middle-end/79521, middle-end/79536, middle-end/79576,
|
|
|
|
rtl-optimization/78127, rtl-optimization/79286,
|
|
|
|
rtl-optimization/79541, rtl-optimization/79574,
|
|
|
|
rtl-optimization/79577, sanitizer/79562, target/79261, target/79282,
|
|
|
|
target/79404, target/79421, target/79449, target/79462, target/79481,
|
|
|
|
target/79487, target/79495, target/79498, target/79559, target/79569,
|
|
|
|
tree-optimization/79095, tree-optimization/79347,
|
|
|
|
tree-optimization/79529, tree-optimization/79552, tree-ssa/56727
|
|
|
|
|
2017-02-11 09:56:13 +00:00
|
|
|
* Sat Feb 11 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.8
|
|
|
|
- update from the trunk
|
|
|
|
- PRs c++/71285, c++/78897, c++/78908, c++/79143, c++/79184, c++/79316,
|
|
|
|
c++/79350, c++/79401, c++/79435, c++/79457, ipa/70795,
|
|
|
|
middle-end/79454, target/79295, tree-optimization/66612,
|
|
|
|
tree-optimization/79411
|
|
|
|
- fix combiner get_last_value handling (PRs rtl-optimization/79388,
|
|
|
|
rtl-optimization/79450)
|
|
|
|
|
2017-02-09 17:55:36 +00:00
|
|
|
* Thu Feb 9 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.7
|
|
|
|
- update from the trunk
|
|
|
|
- PRs c++/70448, c++/71193, c++/79360, c++/79372, c++/79377, c++/79379,
|
|
|
|
c++/79429, c/79413, c/79428, c/79431, fortran/78958, fortran/79230,
|
|
|
|
fortran/79335, fortran/79344, ipa/79375, libstdc++/79323,
|
|
|
|
middle-end/79278, middle-end/79399, rtl-optimization/68664,
|
|
|
|
rtl-optimization/79386, target/66144, target/68972, target/78604,
|
|
|
|
target/78883, target/79299, target/79353, translation/79397,
|
|
|
|
tree-optimization/69823, tree-optimization/78348,
|
|
|
|
tree-optimization/79284, tree-optimization/79376,
|
|
|
|
tree-optimization/79408, tree-optimization/79409, tree-ssa/79347
|
|
|
|
- fix addition of OFFLOAD_TARGET_DEFAULT env var in gcc driver
|
|
|
|
- use isl 0.16.1 instead of 0.14
|
|
|
|
- fix s390x libasan __tls_get_offset interception (PR sanitizer/79341)
|
|
|
|
- list fixed RHEL{6,7} kernels in CVE-2016-2143 s390x libsanitizer whitelist
|
|
|
|
|
2017-02-04 08:49:14 +00:00
|
|
|
* Sat Feb 4 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.6
|
|
|
|
- update from the trunk
|
|
|
|
- PRs ada/79309, c++/12245, c++/69637, c++/78689, c++/79294, cp/14179,
|
|
|
|
ipa/79337, libstdc++/60936, libstdc++/78346, lto/66295,
|
|
|
|
middle-end/32003, middle-end/78142, middle-end/78468,
|
|
|
|
middle-end/79275, sanitizer/78663, target/70012, target/78862,
|
|
|
|
target/79158, target/79354, testsuite/76957, testsuite/79272,
|
|
|
|
testsuite/79324, tree-optimization/79327, tree-optimization/79338,
|
|
|
|
tree-optimization/79339, tree-optimization/79340,
|
|
|
|
tree-optimization/79352
|
|
|
|
- default to -march=zEC12 -mtune=z13 on s390x (#1404991)
|
|
|
|
|
2017-02-01 13:06:37 +00:00
|
|
|
* Wed Feb 1 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.5
|
|
|
|
- update from the trunk
|
|
|
|
- PRs c++/67273, c++/79253, c++/79264, c++/79290, c++/79298, c++/79304,
|
|
|
|
fortran/79305, ipa/79285, middle-end/79315, preprocessor/79210,
|
|
|
|
target/78597, target/79038, tree-optimization/71691,
|
|
|
|
tree-optimization/71824, tree-optimization/77318
|
|
|
|
|
2017-01-31 09:26:33 +00:00
|
|
|
* Tue Jan 31 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.4
|
|
|
|
- update from the trunk
|
|
|
|
- PRs bootstrap/78985, debug/63238, debug/79289, gcov-profile/79259,
|
|
|
|
target/78945, target/79170, target/79240, target/79260, target/79268,
|
|
|
|
testsuite/70583, testsuite/79293, tree-optimization/79256,
|
|
|
|
tree-optimization/79267, tree-optimization/79276
|
|
|
|
- fix ICEs with powerpc conversion of float/double to 64-bit unsigned integer
|
|
|
|
(PR target/79197)
|
|
|
|
- fix C++ ICE with comma expression on lhs of assignment (PR c++/79232)
|
|
|
|
- fix default TLS model for C++ non-inline static data members (PR c++/79288)
|
|
|
|
- libcp1plugin.so added to gcc-gdb-plugin for C++ support
|
|
|
|
|
2017-01-28 07:26:07 +00:00
|
|
|
* Sat Jan 28 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.3
|
|
|
|
- update from the trunk
|
|
|
|
- PRs c++/64382, c++/68727, c++/78771, c++/79176, debug/78835, debug/79129,
|
|
|
|
libstdc++/79190, libstdc++/79243, libstdc++/79254,
|
|
|
|
rtl-optimization/78559, rtl-optimization/79194, target/65484,
|
|
|
|
target/79131, target/79239, tree-optimization/71374,
|
|
|
|
tree-optimization/79244, tree-optimization/79245
|
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
* Thu Jan 26 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.2
|
2016-03-05 07:16:45 +00:00
|
|
|
- update from the trunk
|
2017-01-26 14:33:42 +00:00
|
|
|
- PRs bootstrap/79132, bootstrap/79198, c++/71290, c++/71406, c++/71710,
|
2017-02-01 13:06:37 +00:00
|
|
|
c++/77508, c++/77914, c++/78469, c++/78896, c++/79118, c++/79205,
|
2017-01-26 14:33:42 +00:00
|
|
|
c/79199, debug/78363, fortran/79154, ipa/79108, libstdc++/61791,
|
|
|
|
libstdc++/70607, libstdc++/79195, libstdc++/79206, middle-end/78703,
|
|
|
|
middle-end/79123, middle-end/79212, middle-end/79236,
|
|
|
|
rtl-optimization/71724, rtl-optimization/78634,
|
|
|
|
rtl-optimization/79125, sanitizer/79168, target/61729, target/66669,
|
|
|
|
target/70465, target/77439, target/77850, target/79145, target/79179,
|
|
|
|
testsuite/72850, testsuite/78421, testsuite/79169, translation/79208,
|
|
|
|
tree-optimization/69264, tree-optimization/70754,
|
|
|
|
tree-optimization/78384, tree-optimization/79088,
|
|
|
|
tree-optimization/79159, tree-optimization/79186,
|
|
|
|
tree-optimization/79188, tree-optimization/79196
|
|
|
|
- temporarily disable {gcc,libgomp}-offload-nvptx on ppc64le, further
|
|
|
|
debugging there is needed
|
|
|
|
- enable libasan and libubsan on s390x and libtsan and liblsan on
|
|
|
|
ppc64{,le}
|
|
|
|
|
|
|
|
* Fri Jan 20 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.1
|
2016-03-02 07:19:20 +00:00
|
|
|
- update from the trunk
|
2017-01-26 14:33:42 +00:00
|
|
|
- PRs c++/77829, c++/78495, c++/78656, c++/79495, c/64279, c/79152,
|
|
|
|
libstdc++/69240, target/71270
|
2016-02-01 14:10:54 +00:00
|
|
|
|
2017-01-26 14:33:42 +00:00
|
|
|
* Fri Jan 20 2017 Jakub Jelinek <jakub@redhat.com> 7.0.0-0.3
|
2016-01-28 21:23:11 +00:00
|
|
|
- update from the trunk
|
2017-01-26 14:33:42 +00:00
|
|
|
- PRs ada/67205, bootstrap/78616, bootstrap/79052, bootstrap/79069,
|
|
|
|
c++/24511, c++/61636, c++/68666, c++/70182, c++/70565, c++/71166,
|
|
|
|
c++/71497, c++/71537, c++/71737, c++/72813, c++/77489, c++/77812,
|
|
|
|
c++/78337, c++/78341, c++/78488, c++/78894, c++/79091, c++/79130,
|
|
|
|
c/47931, c/78304, c/78768, c/79074, c/79089, c/79116, debug/71669,
|
|
|
|
debug/78839, driver/49726, driver/78877, fortran/50069, fortran/55086,
|
|
|
|
fortran/70696, fortran/70697, ipa/71190, ipa/71207, ipa/79043,
|
|
|
|
libobjc/78697, libobjc/78698, libstdc++/64903, libstdc++/65411,
|
|
|
|
libstdc++/66145, libstdc++/66284, libstdc++/67085, libstdc++/68925,
|
|
|
|
libstdc++/69301, libstdc++/69321, libstdc++/69699, libstdc++/72792,
|
|
|
|
libstdc++/72793, libstdc++/77528, libstdc++/78134, libstdc++/78273,
|
|
|
|
libstdc++/78361, libstdc++/78389, libstdc++/78702, libstdc++/78905,
|
|
|
|
libstdc++/78979, libstdc++/79075, libstdc++/79114, libstdc++/79156,
|
|
|
|
lto/69188, lto/78407, lto/79042, lto/79061, middle-end/77445,
|
|
|
|
middle-end/78411, other/79046, rtl-optimization/78626,
|
|
|
|
rtl-optimization/78727, rtl-optimization/78751,
|
|
|
|
rtl-optimization/78952, rtl-optimization/79032,
|
|
|
|
rtl-optimization/79121, sanitizer/78887, target/72749, target/76731,
|
|
|
|
target/77416, target/78176, target/78253, target/78478, target/78516,
|
|
|
|
target/78633, target/78875, target/79004, target/79040, target/79044,
|
|
|
|
target/79058, target/79066, target/79079, target/79080, target/79098,
|
|
|
|
target/79127, target/79140, target/79144, testsuite/52563,
|
|
|
|
testsuite/71237, testsuite/77737, testsuite/79051, testsuite/79073,
|
|
|
|
testsuite/79115, tree-optimization/33562, tree-optimization/61912,
|
|
|
|
tree-optimization/71264, tree-optimization/71433,
|
|
|
|
tree-optimization/71854, tree-optimization/72488,
|
|
|
|
tree-optimization/77283, tree-optimization/77485,
|
|
|
|
tree-optimization/78319, tree-optimization/78608,
|
|
|
|
tree-optimization/79090
|
|
|
|
- add gcc-offload-nvptx and libgomp-offload-nvptx packages for offloading
|
|
|
|
to NVPTX on x86_64 or ppc64le
|
|
|
|
|
|
|
|
* Thu Jan 12 2017 Jakub Jelinek <jakub@redhat.com> 7.0.0-0.2
|
2011-01-22 10:26:14 +00:00
|
|
|
- new package
|