2013-06-28 13:28:31 +00:00
|
|
|
%global DATE 20130628
|
|
|
|
%global SVNREV 200518
|
2013-06-03 18:28:38 +00:00
|
|
|
%global gcc_version 4.8.1
|
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.
|
2013-06-28 13:28:31 +00:00
|
|
|
%global gcc_release 3
|
2009-05-14 08:52:31 +00:00
|
|
|
%global _unpackaged_files_terminate_build 0
|
|
|
|
%global multilib_64_archs sparc64 ppc64 s390x x86_64
|
2009-01-17 00:44:35 +00:00
|
|
|
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
|
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
|
2013-01-06 11:13:05 +00:00
|
|
|
%if 0%{?rhel} >= 7
|
|
|
|
%global build_java 0
|
|
|
|
%else
|
2009-05-14 08:52:31 +00:00
|
|
|
%global build_java 1
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2012-07-16 10:54:55 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x %{arm}
|
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
|
2013-01-31 20:21:37 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64
|
2013-01-06 11:13:05 +00:00
|
|
|
%global build_libasan 1
|
|
|
|
%else
|
|
|
|
%global build_libasan 0
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
%global build_libtsan 1
|
|
|
|
%else
|
|
|
|
%global build_libtsan 0
|
|
|
|
%endif
|
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x %{arm}
|
|
|
|
%global build_libatomic 1
|
|
|
|
%else
|
|
|
|
%global build_libatomic 0
|
|
|
|
%endif
|
2013-05-07 11:12:58 +00:00
|
|
|
%ifarch %{ix86} x86_64 %{arm} alpha ppc ppc64 s390 s390x
|
2012-01-03 14:17:22 +00:00
|
|
|
%global build_libitm 1
|
|
|
|
%else
|
|
|
|
%global build_libitm 0
|
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
%global build_cloog 1
|
|
|
|
%global build_libstdcxx_docs 1
|
2007-12-12 20:33:17 +00:00
|
|
|
# If you don't have already a usable gcc-java and libgcj for your arch,
|
2011-05-30 16:20:41 +00:00
|
|
|
# do on some arch which has it rpmbuild -bc --with java_tar gcc.spec
|
2007-12-12 20:33:17 +00:00
|
|
|
# which creates libjava-classes-%{version}-%{release}.tar.bz2
|
2011-05-30 16:20:41 +00:00
|
|
|
# With this then on the new arch do rpmbuild -ba -v --with java_bootstrap gcc.spec
|
2009-05-14 08:52:31 +00:00
|
|
|
%global bootstrap_java %{?_with_java_bootstrap:%{build_java}}%{!?_with_java_bootstrap:0}
|
|
|
|
%global build_java_tar %{?_with_java_tar:%{build_java}}%{!?_with_java_tar:0}
|
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
|
|
|
|
%ifarch ppc64
|
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}
|
2012-01-12 17:58:05 +00:00
|
|
|
Release: %{gcc_release}%{?dist}
|
2009-04-14 15:46:16 +00:00
|
|
|
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
|
|
|
# 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:
|
2012-01-03 14:17:22 +00:00
|
|
|
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_7-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
|
2013-01-21 17:04:47 +00:00
|
|
|
%global isl_version 0.11.1
|
2013-01-06 11:13:05 +00:00
|
|
|
Source1: ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-%{isl_version}.tar.bz2
|
2013-01-21 17:04:47 +00:00
|
|
|
%global cloog_version 0.18.0
|
2013-01-06 11:13:05 +00:00
|
|
|
Source2: ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-%{cloog_version}.tar.gz
|
2009-05-14 08:52:31 +00:00
|
|
|
%global fastjar_ver 0.97
|
2007-12-14 18:00:42 +00:00
|
|
|
Source4: http://download.savannah.nongnu.org/releases/fastjar/fastjar-%{fastjar_ver}.tar.gz
|
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
|
|
|
|
BuildRequires: binutils >= 2.20.51.0.2-12
|
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
|
2012-11-09 11:58:44 +00:00
|
|
|
%if %{build_go}
|
|
|
|
BuildRequires: hostname
|
|
|
|
%endif
|
2009-09-08 11:05:43 +00:00
|
|
|
# For VTA guality testing
|
|
|
|
BuildRequires: gdb
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
2007-12-20 23:31:03 +00:00
|
|
|
BuildRequires: /usr/share/java/eclipse-ecj.jar, zip, unzip
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{bootstrap_java}
|
|
|
|
Source10: libjava-classes-%{version}-%{release}.tar.bz2
|
|
|
|
%else
|
|
|
|
BuildRequires: gcc-java, libgcj
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
# 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
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch ppc ppc64 s390 s390x sparc sparcv9 alpha
|
|
|
|
# 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
|
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
|
|
|
|
Requires: binutils >= 2.20.51.0.2-12
|
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
|
|
|
|
%ifarch ppc ppc64 s390 s390x sparc sparcv9 alpha
|
|
|
|
# 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}
|
|
|
|
Obsoletes: libgnat < %{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
|
2012-10-15 20:01:14 +00:00
|
|
|
Provides: bundled(libiberty)
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
Patch0: gcc48-hack.patch
|
|
|
|
Patch1: gcc48-java-nomulti.patch
|
|
|
|
Patch2: gcc48-ppc32-retaddr.patch
|
|
|
|
Patch3: gcc48-rh330771.patch
|
|
|
|
Patch4: gcc48-i386-libgomp.patch
|
|
|
|
Patch5: gcc48-sparc-config-detection.patch
|
|
|
|
Patch6: gcc48-libgomp-omp_h-multilib.patch
|
|
|
|
Patch7: gcc48-libtool-no-rpath.patch
|
|
|
|
Patch8: gcc48-cloog-dl.patch
|
|
|
|
Patch9: gcc48-cloog-dl2.patch
|
|
|
|
Patch10: gcc48-pr38757.patch
|
|
|
|
Patch11: gcc48-libstdc++-docs.patch
|
|
|
|
Patch12: gcc48-no-add-needed.patch
|
2013-06-12 08:59:07 +00:00
|
|
|
Patch13: gcc48-pr56564.patch
|
2009-01-16 18:34:38 +00:00
|
|
|
|
|
|
|
Patch1000: fastjar-0.97-segfault.patch
|
2009-12-22 12:22:32 +00:00
|
|
|
Patch1001: fastjar-0.97-len1.patch
|
2010-06-11 08:22:29 +00:00
|
|
|
Patch1002: fastjar-0.97-filename0.patch
|
|
|
|
Patch1003: fastjar-CVE-2010-0831.patch
|
2010-06-24 20:18:32 +00:00
|
|
|
Patch1004: fastjar-man.patch
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2013-03-07 18:13:44 +00:00
|
|
|
Patch1100: isl-%{isl_version}-aarch64-config.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}
|
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
|
|
|
|
%ifarch ppc
|
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
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifnarch sparcv9 ppc
|
2009-05-14 08:52:31 +00:00
|
|
|
%global gcc_target_platform %{_target_platform}
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
2013-01-31 20:21:37 +00:00
|
|
|
The gcc package contains the GNU Compiler Collection version 4.8.
|
2007-12-12 20:33:17 +00:00
|
|
|
You'll need this package in order to compile C code.
|
|
|
|
|
|
|
|
%package -n libgcc
|
2013-01-31 20:21:37 +00:00
|
|
|
Summary: GCC version 4.8 shared support library
|
2007-12-12 20:33:17 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: false
|
|
|
|
|
|
|
|
%description -n libgcc
|
|
|
|
This package contains GCC shared support library which is needed
|
|
|
|
e.g. for exception handling support.
|
|
|
|
|
|
|
|
%package c++
|
|
|
|
Summary: C++ support for GCC
|
|
|
|
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
|
2010-07-07 17:35:21 +00:00
|
|
|
BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
|
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
|
2008-08-25 12:56:48 +00:00
|
|
|
Summary: GCC OpenMP v3.0 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
|
2008-08-25 12:56:48 +00:00
|
|
|
for OpenMP v3.0 support.
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%package -n libmudflap
|
|
|
|
Summary: GCC mudflap shared support library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description -n libmudflap
|
|
|
|
This package contains GCC shared support library which is needed
|
|
|
|
for mudflap support.
|
|
|
|
|
|
|
|
%package -n libmudflap-devel
|
|
|
|
Summary: GCC mudflap support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libmudflap = %{version}-%{release}
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libmudflap-devel
|
2010-06-02 19:21:12 +00:00
|
|
|
This package contains headers for building mudflap-instrumented programs.
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
To instrument a non-threaded program, add -fmudflap
|
|
|
|
option to GCC and when linking add -lmudflap, for threaded programs
|
|
|
|
also add -fmudflapth and -lmudflapth.
|
|
|
|
|
2010-06-02 19:21:12 +00:00
|
|
|
%package -n libmudflap-static
|
2010-06-08 10:01:16 +00:00
|
|
|
Summary: Static libraries for mudflap support
|
2010-06-02 19:21:12 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libmudflap-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libmudflap-static
|
|
|
|
This package contains static libraries for building mudflap-instrumented
|
|
|
|
programs.
|
|
|
|
|
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.
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%package java
|
|
|
|
Summary: Java support for GCC
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: gcc = %{version}-%{release}
|
|
|
|
Requires: libgcj = %{version}-%{release}
|
|
|
|
Requires: libgcj-devel = %{version}-%{release}
|
|
|
|
Requires: /usr/share/java/eclipse-ecj.jar
|
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 java
|
|
|
|
This package adds support for compiling Java(tm) programs and
|
|
|
|
bytecode into native code.
|
|
|
|
|
|
|
|
%package -n libgcj
|
|
|
|
Summary: Java runtime library for gcc
|
|
|
|
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
|
|
|
Requires: zip >= 2.1
|
|
|
|
Requires: gtk2 >= 2.4.0
|
|
|
|
Requires: glib2 >= 2.4.0
|
|
|
|
Requires: libart_lgpl >= 2.1.0
|
|
|
|
%if %{build_java}
|
|
|
|
BuildRequires: gtk2-devel >= 2.4.0
|
|
|
|
BuildRequires: glib2-devel >= 2.4.0
|
|
|
|
BuildRequires: libart_lgpl-devel >= 2.1.0
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
%endif
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgcj
|
|
|
|
The Java(tm) runtime library. You will need this package to run your Java
|
|
|
|
programs compiled using the Java compiler from GNU Compiler Collection (gcj).
|
|
|
|
|
|
|
|
%package -n libgcj-devel
|
|
|
|
Summary: Libraries for Java development using GCC
|
|
|
|
Group: Development/Languages
|
2009-12-04 12:41:27 +00:00
|
|
|
Requires: libgcj%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: zlib-devel%{?_isa}
|
2007-12-12 20:33:17 +00:00
|
|
|
Requires: /bin/awk
|
|
|
|
Autoreq: false
|
|
|
|
Autoprov: false
|
|
|
|
|
|
|
|
%description -n libgcj-devel
|
|
|
|
The Java(tm) static libraries and C header files. You will need this
|
|
|
|
package to compile your Java programs using the GCC Java compiler (gcj).
|
|
|
|
|
|
|
|
%package -n libgcj-src
|
|
|
|
Summary: Java library sources from GCC4 preview
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: libgcj = %{version}-%{release}
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgcj-src
|
|
|
|
The Java(tm) runtime library sources for use in Eclipse.
|
|
|
|
|
|
|
|
%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
|
|
|
|
Summary: Ada 95 support for GCC
|
|
|
|
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
|
|
|
|
GNAT is a GNU Ada 95 front-end to GCC. This package includes development tools,
|
|
|
|
the documents and Ada 95 compiler.
|
|
|
|
|
|
|
|
%package -n libgnat
|
|
|
|
Summary: GNU Ada 95 runtime shared libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Autoreq: true
|
|
|
|
|
|
|
|
%description -n libgnat
|
|
|
|
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared libraries,
|
|
|
|
which are required to run programs compiled with the GNAT.
|
|
|
|
|
2009-01-16 18:34:38 +00:00
|
|
|
%package -n libgnat-devel
|
|
|
|
Summary: GNU Ada 95 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
|
|
|
|
GNAT is a GNU Ada 95 front-end to GCC. This package includes libraries,
|
|
|
|
which are required to compile with the GNAT.
|
|
|
|
|
2010-06-02 19:21:12 +00:00
|
|
|
%package -n libgnat-static
|
|
|
|
Summary: GNU Ada 95 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
|
|
|
|
GNAT is a GNU Ada 95 front-end to GCC. This package includes static libraries.
|
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
|
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 \
|
|
|
|
%{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} "%{_builddir}/gcc-%{version}-%{DATE}"\
|
|
|
|
%{_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
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%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
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%prep
|
2013-01-06 11:13:05 +00:00
|
|
|
%setup -q -n gcc-%{version}-%{DATE} -a 1 -a 2
|
2009-01-16 18:34:38 +00:00
|
|
|
%patch0 -p0 -b .hack~
|
2013-01-06 11:13:05 +00:00
|
|
|
%patch1 -p0 -b .java-nomulti~
|
|
|
|
%patch2 -p0 -b .ppc32-retaddr~
|
|
|
|
%patch3 -p0 -b .rh330771~
|
|
|
|
%patch4 -p0 -b .i386-libgomp~
|
|
|
|
%patch5 -p0 -b .sparc-config-detection~
|
|
|
|
%patch6 -p0 -b .libgomp-omp_h-multilib~
|
|
|
|
%patch7 -p0 -b .libtool-no-rpath~
|
2009-01-27 16:37:00 +00:00
|
|
|
%if %{build_cloog}
|
2013-01-06 11:13:05 +00:00
|
|
|
%patch8 -p0 -b .cloog-dl~
|
|
|
|
%patch9 -p0 -b .cloog-dl2~
|
2009-01-27 16:37:00 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%patch10 -p0 -b .pr38757~
|
2009-05-14 08:52:31 +00:00
|
|
|
%if %{build_libstdcxx_docs}
|
2013-01-06 11:13:05 +00:00
|
|
|
%patch11 -p0 -b .libstdc++-docs~
|
2012-07-13 09:36:11 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%patch12 -p0 -b .no-add-needed~
|
2013-06-12 08:59:07 +00:00
|
|
|
%patch13 -p0 -b .pr56564~
|
2009-01-16 18:34:38 +00:00
|
|
|
|
2011-05-30 16:20:41 +00:00
|
|
|
%if 0%{?_enable_debug_packages}
|
|
|
|
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 \
|
2012-01-03 14:17:22 +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
|
2012-01-03 14:17:22 +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
|
|
|
|
grep -v -f "${BUILDDIR}"/debugfiles-base.list \
|
|
|
|
"${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
|
|
|
|
|
2009-01-16 18:34:38 +00:00
|
|
|
# This testcase doesn't compile.
|
|
|
|
rm libjava/testsuite/libjava.lang/PR35020*
|
2007-12-14 18:00:42 +00:00
|
|
|
|
|
|
|
tar xzf %{SOURCE4}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2009-01-16 18:34:38 +00:00
|
|
|
%patch1000 -p0 -b .fastjar-0.97-segfault~
|
2009-12-22 12:22:32 +00:00
|
|
|
%patch1001 -p0 -b .fastjar-0.97-len1~
|
2010-06-11 08:22:29 +00:00
|
|
|
%patch1002 -p0 -b .fastjar-0.97-filename0~
|
|
|
|
%patch1003 -p0 -b .fastjar-CVE-2010-0831~
|
2010-06-24 20:18:32 +00:00
|
|
|
%patch1004 -p0 -b .fastjar-man~
|
2009-01-16 18:34:38 +00:00
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{bootstrap_java}
|
|
|
|
tar xjf %{SOURCE10}
|
|
|
|
%endif
|
|
|
|
|
2013-03-07 18:13:44 +00:00
|
|
|
%patch1100 -p0 -b .isl-aarch64~
|
|
|
|
|
2013-06-03 18:28:38 +00:00
|
|
|
sed -i -e 's/4\.8\.2/4.8.1/' gcc/BASE-VER
|
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
|
|
|
|
2011-10-27 08:53:55 +00:00
|
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
2011-05-30 16:20:41 +00:00
|
|
|
# Default to -gdwarf-4 -fno-debug-types-section rather than -gdwarf-2
|
|
|
|
sed -i '/UInteger Var(dwarf_version)/s/Init(2)/Init(4)/' gcc/common.opt
|
|
|
|
sed -i '/flag_debug_types_section/s/Init(1)/Init(0)/' gcc/common.opt
|
2011-10-27 08:53:55 +00:00
|
|
|
sed -i '/dwarf_record_gcc_switches/s/Init(0)/Init(1)/' gcc/common.opt
|
2011-05-30 16:20:41 +00:00
|
|
|
sed -i 's/\(may be either 2, 3 or 4; the default version is \)2\./\14./' gcc/doc/invoke.texi
|
|
|
|
%else
|
2009-06-12 10:08:19 +00:00
|
|
|
# Default to -gdwarf-3 rather than -gdwarf-2
|
|
|
|
sed -i '/UInteger Var(dwarf_version)/s/Init(2)/Init(3)/' gcc/common.opt
|
2010-07-30 15:10:43 +00:00
|
|
|
sed -i 's/\(may be either 2, 3 or 4; the default version is \)2\./\13./' gcc/doc/invoke.texi
|
2011-07-15 11:00:47 +00:00
|
|
|
sed -i 's/#define[[:blank:]]*EMIT_ENTRY_VALUE[[:blank:]].*$/#define EMIT_ENTRY_VALUE 0/' gcc/{var-tracking,dwarf2out}.c
|
2011-05-30 16:20:41 +00:00
|
|
|
sed -i 's/#define[[:blank:]]*EMIT_TYPED_DWARF_STACK[[:blank:]].*$/#define EMIT_TYPED_DWARF_STACK 0/' gcc/dwarf2out.c
|
2011-10-27 08:53:55 +00:00
|
|
|
sed -i 's/#define[[:blank:]]*EMIT_DEBUG_MACRO[[:blank:]].*$/#define EMIT_DEBUG_MACRO 0/' gcc/dwarf2out.c
|
2011-05-30 16:20:41 +00:00
|
|
|
%endif
|
2009-06-12 10:08:19 +00:00
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
|
|
|
|
|
|
|
|
# Hack to avoid building multilib libjava
|
|
|
|
perl -pi -e 's/^all: all-redirect/ifeq (\$(MULTISUBDIR),)\nall: all-redirect\nelse\nall:\n\techo Multilib libjava build disabled\nendif/' libjava/Makefile.in
|
|
|
|
perl -pi -e 's/^install: install-redirect/ifeq (\$(MULTISUBDIR),)\ninstall: install-redirect\nelse\ninstall:\n\techo Multilib libjava install disabled\nendif/' libjava/Makefile.in
|
|
|
|
perl -pi -e 's/^check: check-redirect/ifeq (\$(MULTISUBDIR),)\ncheck: check-redirect\nelse\ncheck:\n\techo Multilib libjava check disabled\nendif/' libjava/Makefile.in
|
|
|
|
perl -pi -e 's/^all: all-recursive/ifeq (\$(MULTISUBDIR),)\nall: all-recursive\nelse\nall:\n\techo Multilib libjava build disabled\nendif/' libjava/Makefile.in
|
|
|
|
perl -pi -e 's/^install: install-recursive/ifeq (\$(MULTISUBDIR),)\ninstall: install-recursive\nelse\ninstall:\n\techo Multilib libjava install disabled\nendif/' libjava/Makefile.in
|
|
|
|
perl -pi -e 's/^check: check-recursive/ifeq (\$(MULTISUBDIR),)\ncheck: check-recursive\nelse\ncheck:\n\techo Multilib libjava check disabled\nendif/' libjava/Makefile.in
|
|
|
|
|
|
|
|
./contrib/gcc_update --touch
|
|
|
|
|
2008-09-05 08:43:54 +00:00
|
|
|
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
|
|
|
|
|
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-14 18:00:42 +00:00
|
|
|
%if %{build_java}
|
2010-06-08 10:01:16 +00:00
|
|
|
export GCJ_PROPERTIES=jdt.compiler.useSingleThread=true
|
2007-12-14 18:00:42 +00:00
|
|
|
# gjar isn't usable, so even when GCC source tree no longer includes
|
|
|
|
# fastjar, build it anyway.
|
|
|
|
mkdir fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}
|
|
|
|
cd fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}
|
2009-05-14 08:52:31 +00:00
|
|
|
../configure CFLAGS="%{optflags}" --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir}
|
2007-12-14 18:00:42 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
export PATH=`pwd`${PATH:+:$PATH}
|
|
|
|
cd ../../
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
rm -fr obj-%{gcc_target_platform}
|
|
|
|
mkdir obj-%{gcc_target_platform}
|
|
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
|
|
|
|
%if %{build_java}
|
|
|
|
%if !%{bootstrap_java}
|
|
|
|
# If we don't have gjavah in $PATH, try to build it with the old gij
|
|
|
|
mkdir java_hacks
|
|
|
|
cd java_hacks
|
2009-01-16 18:34:38 +00:00
|
|
|
cp -a ../../libjava/classpath/tools/external external
|
|
|
|
mkdir -p gnu/classpath/tools
|
|
|
|
cp -a ../../libjava/classpath/tools/gnu/classpath/tools/{common,javah,getopt} gnu/classpath/tools/
|
2013-01-06 11:13:05 +00:00
|
|
|
cp -a ../../libjava/classpath/tools/resource/gnu/classpath/tools/common/messages.properties gnu/classpath/tools/common
|
|
|
|
cp -a ../../libjava/classpath/tools/resource/gnu/classpath/tools/getopt/messages.properties gnu/classpath/tools/getopt
|
2009-01-16 18:34:38 +00:00
|
|
|
cd external/asm; for i in `find . -name \*.java`; do gcj --encoding ISO-8859-1 -C $i -I.; done; cd ../..
|
|
|
|
for i in `find gnu -name \*.java`; do gcj -C $i -I. -Iexternal/asm/; done
|
|
|
|
gcj -findirect-dispatch -O2 -fmain=gnu.classpath.tools.javah.Main -I. -Iexternal/asm/ `find . -name \*.class` -o gjavah.real
|
|
|
|
cat > gjavah <<EOF
|
2007-12-12 20:33:17 +00:00
|
|
|
#!/bin/sh
|
|
|
|
export CLASSPATH=`pwd`${CLASSPATH:+:$CLASSPATH}
|
|
|
|
exec `pwd`/gjavah.real "\$@"
|
|
|
|
EOF
|
2009-01-16 18:34:38 +00:00
|
|
|
chmod +x `pwd`/gjavah
|
2007-12-12 20:33:17 +00:00
|
|
|
cat > ecj1 <<EOF
|
|
|
|
#!/bin/sh
|
|
|
|
exec gij -cp /usr/share/java/eclipse-ecj.jar org.eclipse.jdt.internal.compiler.batch.GCCMain "\$@"
|
|
|
|
EOF
|
|
|
|
chmod +x `pwd`/ecj1
|
|
|
|
export PATH=`pwd`${PATH:+:$PATH}
|
|
|
|
cd ..
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_cloog}
|
|
|
|
mkdir isl-build isl-install
|
|
|
|
%ifarch s390 s390x
|
|
|
|
ISL_FLAG_PIC=-fPIC
|
|
|
|
%else
|
|
|
|
ISL_FLAG_PIC=-fpic
|
|
|
|
%endif
|
|
|
|
cd isl-build
|
|
|
|
../../isl-%{isl_version}/configure --disable-shared \
|
|
|
|
CC=/usr/bin/gcc CXX=/usr/bin/g++ \
|
|
|
|
CFLAGS="${CFLAGS:-%optflags} $ISL_FLAG_PIC" --prefix=`cd ..; pwd`/isl-install
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make install
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
mkdir cloog-build cloog-install
|
|
|
|
cd cloog-build
|
|
|
|
cat >> ../../cloog-%{cloog_version}/source/isl/constraints.c << \EOF
|
|
|
|
#include <isl/flow.h>
|
|
|
|
static void __attribute__((used)) *s1 = (void *) isl_union_map_compute_flow;
|
|
|
|
static void __attribute__((used)) *s2 = (void *) isl_map_dump;
|
|
|
|
EOF
|
|
|
|
sed -i 's|libcloog|libgcc48privatecloog|g' \
|
|
|
|
../../cloog-%{cloog_version}/{,test/}Makefile.{am,in}
|
|
|
|
isl_prefix=`cd ../isl-install; pwd` \
|
|
|
|
../../cloog-%{cloog_version}/configure --with-isl=system \
|
|
|
|
--with-isl-prefix=`cd ../isl-install; pwd` \
|
|
|
|
CC=/usr/bin/gcc CXX=/usr/bin/g++ \
|
|
|
|
CFLAGS="${CFLAGS:-%optflags}" CXXFLAGS="${CXXFLAGS:-%optflags}" \
|
|
|
|
--prefix=`cd ..; pwd`/cloog-install
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags} install
|
|
|
|
cd ../cloog-install/lib
|
2013-01-21 18:53:27 +00:00
|
|
|
rm libgcc48privatecloog-isl.so{,.4}
|
|
|
|
mv libgcc48privatecloog-isl.so.4.0.0 libcloog-isl.so.4
|
|
|
|
ln -sf libcloog-isl.so.4 libcloog-isl.so
|
|
|
|
ln -sf libcloog-isl.so.4 libcloog.so
|
2013-01-06 11:13:05 +00:00
|
|
|
cd ../..
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
CC=gcc
|
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'`
|
2011-01-28 10:34:30 +00:00
|
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /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
|
|
|
%ifarch sparc64
|
|
|
|
cat > gcc64 <<"EOF"
|
|
|
|
#!/bin/sh
|
|
|
|
exec /usr/bin/gcc -m64 "$@"
|
|
|
|
EOF
|
|
|
|
chmod +x gcc64
|
|
|
|
CC=`pwd`/gcc64
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64
|
|
|
|
if gcc -m64 -xc -S /dev/null -o - > /dev/null 2>&1; then
|
|
|
|
cat > gcc64 <<"EOF"
|
|
|
|
#!/bin/sh
|
|
|
|
exec /usr/bin/gcc -m64 "$@"
|
|
|
|
EOF
|
|
|
|
chmod +x gcc64
|
2009-01-21 07:10:38 +00:00
|
|
|
CC=`pwd`/gcc64
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
|
|
|
|
case "$OPT_FLAGS" in
|
|
|
|
*-fasynchronous-unwind-tables*)
|
|
|
|
sed -i -e 's/-fno-exceptions /-fno-exceptions -fno-asynchronous-unwind-tables/' \
|
|
|
|
../gcc/Makefile.in
|
|
|
|
;;
|
|
|
|
esac
|
2011-01-24 11:53:05 +00:00
|
|
|
enablelgo=
|
|
|
|
enablelada=
|
|
|
|
%if %{build_ada}
|
|
|
|
enablelada=,ada
|
|
|
|
%endif
|
|
|
|
%if %{build_go}
|
|
|
|
enablelgo=,go
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
CC="$CC" CFLAGS="$OPT_FLAGS" \
|
|
|
|
CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g'`" \
|
2010-07-07 17:35:21 +00:00
|
|
|
XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" GCJFLAGS="$OPT_FLAGS" \
|
2007-12-12 20:33:17 +00:00
|
|
|
../configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap \
|
|
|
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
|
|
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
2012-01-03 14:17:22 +00:00
|
|
|
--enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu \
|
2011-01-24 11:53:05 +00:00
|
|
|
--enable-languages=c,c++,objc,obj-c++,java,fortran${enablelada}${enablelgo},lto \
|
2012-01-17 17:29:23 +00:00
|
|
|
--enable-plugin --enable-initfini-array \
|
2007-12-12 20:33:17 +00:00
|
|
|
%if !%{build_java}
|
|
|
|
--disable-libgcj \
|
|
|
|
%else
|
2009-12-22 12:22:32 +00:00
|
|
|
--enable-java-awt=gtk --disable-dssi \
|
2009-04-14 15:46:16 +00:00
|
|
|
--with-java-home=%{_prefix}/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre \
|
|
|
|
--enable-libgcj-multifile \
|
2008-11-05 10:15:48 +00:00
|
|
|
%if !%{bootstrap_java}
|
|
|
|
--enable-java-maintainer-mode \
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar \
|
|
|
|
--disable-libjava-multilib \
|
|
|
|
%endif
|
2009-01-27 16:37:00 +00:00
|
|
|
%if %{build_cloog}
|
2013-01-06 11:13:05 +00:00
|
|
|
--with-isl=`pwd`/isl-install --with-cloog=`pwd`/cloog-install \
|
2012-08-10 13:26:14 +00:00
|
|
|
%else
|
2013-01-06 11:13:05 +00:00
|
|
|
--without-isl --without-cloog \
|
2009-01-27 16:37:00 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
--disable-sjlj-exceptions \
|
|
|
|
%endif
|
|
|
|
%ifarch ppc ppc64
|
|
|
|
--enable-secureplt \
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparc sparcv9 sparc64 ppc ppc64 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
|
2009-12-04 12:41:27 +00:00
|
|
|
%if 0%{?rhel} >= 6
|
|
|
|
%ifarch ppc ppc64
|
|
|
|
--with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 \
|
|
|
|
%endif
|
|
|
|
%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
|
|
|
|
%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
|
|
|
|
%ifarch s390 s390x
|
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
|
2011-10-27 08:53:55 +00:00
|
|
|
%ifarch armv7hl
|
|
|
|
--with-cpu=cortex-a8 --with-tune=cortex-a8 --with-arch=armv7-a \
|
|
|
|
--with-float=hard --with-fpu=vfpv3-d16 --with-abi=aapcs-linux \
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifnarch sparc sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
--build=%{gcc_target_platform}
|
|
|
|
%endif
|
|
|
|
|
2012-01-06 20:08:18 +00:00
|
|
|
%ifarch %{arm} sparc sparcv9 sparc64
|
|
|
|
GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
|
|
|
|
%else
|
2012-01-05 21:02:40 +00:00
|
|
|
GCJFLAGS="$OPT_FLAGS" 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
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_cloog}
|
2013-01-21 18:53:27 +00:00
|
|
|
cp -a cloog-install/lib/libcloog-isl.so.4 gcc/
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
|
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
|
2007-12-14 18:00:42 +00:00
|
|
|
mkdir -p rpm.doc/boehm-gc rpm.doc/fastjar rpm.doc/libffi rpm.doc/libjava
|
2012-01-03 14:17:22 +00:00
|
|
|
mkdir -p rpm.doc/go rpm.doc/libgo rpm.doc/libquadmath rpm.doc/libitm
|
2013-01-06 11:13:05 +00:00
|
|
|
mkdir -p rpm.doc/changelogs/{gcc/cp,gcc/java,gcc/ada,libstdc++-v3,libobjc,libmudflap,libgomp,libatomic,libsanitizer}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
for i in {gcc,gcc/cp,gcc/java,gcc/ada,libstdc++-v3,libobjc,libmudflap,libgomp,libatomic,libsanitizer}/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)
|
|
|
|
(cd boehm-gc; for i in ChangeLog*; do
|
|
|
|
cp -p $i ../rpm.doc/boehm-gc/$i.gc
|
|
|
|
done)
|
2007-12-14 18:00:42 +00:00
|
|
|
(cd fastjar-%{fastjar_ver}; for i in ChangeLog* README*; do
|
|
|
|
cp -p $i ../rpm.doc/fastjar/$i.fastjar
|
|
|
|
done)
|
2007-12-12 20:33:17 +00:00
|
|
|
(cd libffi; for i in ChangeLog* README* LICENSE; do
|
|
|
|
cp -p $i ../rpm.doc/libffi/$i.libffi
|
|
|
|
done)
|
|
|
|
(cd libjava; for i in ChangeLog* README*; do
|
|
|
|
cp -p $i ../rpm.doc/libjava/$i.libjava
|
|
|
|
done)
|
|
|
|
cp -p libjava/LIBGCJ_LICENSE rpm.doc/libjava/
|
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
|
|
|
|
|
|
|
|
%if %{build_java_tar}
|
|
|
|
find libjava -name \*.h -type f | xargs grep -l '// DO NOT EDIT THIS FILE - it is machine generated' > libjava-classes.list
|
|
|
|
find libjava -name \*.class -type f >> libjava-classes.list
|
|
|
|
find libjava/testsuite -name \*.jar -type f >> libjava-classes.list
|
|
|
|
tar cf - -T libjava-classes.list | bzip2 -9 > $RPM_SOURCE_DIR/libjava-classes-%{version}-%{release}.tar.bz2
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%install
|
2009-05-14 08:52:31 +00:00
|
|
|
rm -fr %{buildroot}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
|
|
|
|
%if %{build_java}
|
2010-06-08 10:01:16 +00:00
|
|
|
export GCJ_PROPERTIES=jdt.compiler.useSingleThread=true
|
2007-12-14 18:00:42 +00:00
|
|
|
export PATH=`pwd`/../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}${PATH:+:$PATH}
|
2007-12-12 20:33:17 +00:00
|
|
|
%if !%{bootstrap_java}
|
|
|
|
export PATH=`pwd`/java_hacks${PATH:+:$PATH}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
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_java}
|
2009-05-14 08:52:31 +00:00
|
|
|
make DESTDIR=%{buildroot} -C %{gcc_target_platform}/libjava install-src.zip
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%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
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
FULLPATH=%{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
FULLEPATH=%{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_cloog}
|
2013-01-21 18:53:27 +00:00
|
|
|
cp -a cloog-install/lib/libcloog-isl.so.4 $FULLPATH/
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
|
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
|
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
|
2009-05-14 08:52:31 +00:00
|
|
|
cat > %{buildroot}%{_prefix}/include/c++/%{gcc_version}/%{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
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
for f in `find %{buildroot}%{_prefix}/include/c++/%{gcc_version}/%{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.
|
2011-01-28 10:21:01 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/include/c++/%{gcc_version}/%{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
|
|
|
|
%ifarch ppc ppc64
|
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
|
|
|
|
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
FULLLPATH=$FULLPATH/lib32
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
FULLLPATH=$FULLPATH/lib64
|
|
|
|
%endif
|
|
|
|
if [ -n "$FULLLPATH" ]; then
|
|
|
|
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
|
|
|
%if %{build_java}
|
|
|
|
# gcj -static doesn't work properly anyway, unless using --whole-archive
|
|
|
|
# and saving 35MB is not bad.
|
2009-05-14 08:52:31 +00:00
|
|
|
find %{buildroot} -name libgcj.a -o -name libgtkpeer.a \
|
2007-12-12 20:33:17 +00:00
|
|
|
-o -name libgjsmalsa.a -o -name libgcj-tools.a -o -name libjvm.a \
|
2009-01-16 18:34:38 +00:00
|
|
|
-o -name libgij.a -o -name libgcj_bc.a -o -name libjavamath.a \
|
|
|
|
| xargs rm -f
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
mv %{buildroot}%{_prefix}/lib/libgcj.spec $FULLPATH/
|
2007-12-12 20:33:17 +00:00
|
|
|
sed -i -e 's/lib: /&%%{static:%%eJava programs cannot be linked statically}/' \
|
|
|
|
$FULLPATH/libgcj.spec
|
|
|
|
%endif
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
mv %{buildroot}%{_prefix}/lib/libgfortran.spec $FULLPATH/
|
2012-01-07 10:33:38 +00:00
|
|
|
%if %{build_libitm}
|
2012-01-03 14:17:22 +00:00
|
|
|
mv %{buildroot}%{_prefix}/lib/libitm.spec $FULLPATH/
|
2012-01-07 10:33:38 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
mkdir -p %{buildroot}/%{_lib}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgcc_s.so.1 %{buildroot}/%{_lib}/libgcc_s-%{gcc_version}-%{DATE}.so.1
|
|
|
|
chmod 755 %{buildroot}/%{_lib}/libgcc_s-%{gcc_version}-%{DATE}.so.1
|
|
|
|
ln -sf libgcc_s-%{gcc_version}-%{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
|
|
|
|
%ifarch ppc64
|
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
if gcc/xgcc -B gcc/ -E -dD -xc /dev/null | grep __LONG_MAX__.*2147483647; 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
|
|
|
|
|
|
|
|
%if %{build_java}
|
2007-12-14 18:00:42 +00:00
|
|
|
pushd ../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}
|
2009-05-14 08:52:31 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2007-12-14 18:00:42 +00:00
|
|
|
popd
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
if [ "%{_lib}" != "lib" ]; then
|
2009-05-14 08:52:31 +00:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/%{_lib}/pkgconfig
|
|
|
|
sed '/^libdir/s/lib$/%{_lib}/' %{buildroot}%{_prefix}/lib/pkgconfig/libgcj-*.pc \
|
|
|
|
> %{buildroot}%{_prefix}/%{_lib}/pkgconfig/`basename %{buildroot}%{_prefix}/lib/pkgconfig/libgcj-*.pc`
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
2011-05-25 08:55:04 +00:00
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
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
|
|
|
|
touch -r $i %{buildroot}%{_prefix}/share/gcc-%{gcc_version}/python/$i
|
|
|
|
done
|
|
|
|
touch -r hook.in %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc++*gdb.py
|
|
|
|
popd
|
2010-07-07 17:35:21 +00:00
|
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../../../libgfortran.so.3.* libgfortran.so
|
|
|
|
ln -sf ../../../libgomp.so.1.* libgomp.so
|
|
|
|
ln -sf ../../../libmudflap.so.0.* libmudflap.so
|
|
|
|
ln -sf ../../../libmudflapth.so.0.* libmudflapth.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2013-06-28 13:28:31 +00:00
|
|
|
ln -sf ../../../libgo.so.4.* 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}
|
|
|
|
ln -sf ../../../libasan.so.0.* 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
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
2013-01-06 11:13:05 +00:00
|
|
|
ln -sf ../../../libgcj.so.14.* libgcj.so
|
|
|
|
ln -sf ../../../libgcj-tools.so.14.* libgcj-tools.so
|
|
|
|
ln -sf ../../../libgij.so.14.* libgij.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libgfortran.so.3.* libgfortran.so
|
|
|
|
ln -sf ../../../../%{_lib}/libgomp.so.1.* libgomp.so
|
|
|
|
ln -sf ../../../../%{_lib}/libmudflap.so.0.* libmudflap.so
|
|
|
|
ln -sf ../../../../%{_lib}/libmudflapth.so.0.* libmudflapth.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2013-06-28 13:28:31 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libgo.so.4.* 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}
|
|
|
|
ln -sf ../../../../%{_lib}/libasan.so.0.* 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
|
|
|
|
%if %{build_libtsan}
|
|
|
|
rm -f libtsan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/%{_lib}/'`echo ../../../../%{_lib}/libtsan.so.0.* | sed 's,^.*libt,libt,'`' )' > libtsan.so
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
2013-01-06 11:13:05 +00:00
|
|
|
ln -sf ../../../../%{_lib}/libgcj.so.14.* libgcj.so
|
|
|
|
ln -sf ../../../../%{_lib}/libgcj-tools.so.14.* libgcj-tools.so
|
|
|
|
ln -sf ../../../../%{_lib}/libgij.so.14.* libgij.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
fi
|
|
|
|
%if %{build_java}
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgcj_bc.so $FULLLPATH/
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2009-05-14 08:52:31 +00:00
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++.*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 .
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libmudflap{,th}.*a $FULLLPATH/
|
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
|
|
|
|
%if %{build_libtsan}
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libtsan.*a $FULLLPATH/
|
|
|
|
%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/
|
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
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../../libgnarl-*.so libgnarl-4.8.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../../libgnat-*.so libgnat.so
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../../libgnat-*.so libgnat-4.8.so
|
2009-01-16 18:34:38 +00:00
|
|
|
else
|
|
|
|
ln -sf ../../../../../../%{_lib}/libgnarl-*.so libgnarl.so
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../../../%{_lib}/libgnarl-*.so libgnarl-4.8.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../../../%{_lib}/libgnat-*.so libgnat.so
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../../../%{_lib}/libgnat-*.so libgnat-4.8.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
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../libgnarl-*.so libgnarl-4.8.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../libgnat-*.so libgnat.so
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../libgnat-*.so libgnat-4.8.so
|
2009-01-16 18:34:38 +00:00
|
|
|
else
|
|
|
|
ln -sf ../../../../../%{_lib}/libgnarl-*.so libgnarl.so
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../../%{_lib}/libgnarl-*.so libgnarl-4.8.so
|
2009-01-16 18:34:38 +00:00
|
|
|
ln -sf ../../../../../%{_lib}/libgnat-*.so libgnat.so
|
2013-01-31 20:21:37 +00:00
|
|
|
ln -sf ../../../../../%{_lib}/libgnat-*.so libgnat-4.8.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
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../`echo ../../../../lib/libgfortran.so.3.* | sed s~/lib/~/lib64/~` 64/libgfortran.so
|
|
|
|
ln -sf ../`echo ../../../../lib/libgomp.so.1.* | sed s~/lib/~/lib64/~` 64/libgomp.so
|
2008-01-10 21:09:13 +00:00
|
|
|
rm -f libmudflap.so libmudflapth.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libmudflap.so.0.* | sed 's,^.*libm,libm,'`' )' > libmudflap.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libmudflapth.so.0.* | sed 's,^.*libm,libm,'`' )' > libmudflapth.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libmudflap.so.0.* | sed 's,^.*libm,libm,'`' )' > 64/libmudflap.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libmudflapth.so.0.* | sed 's,^.*libm,libm,'`' )' > 64/libmudflapth.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f libgo.so
|
2013-06-28 13:28:31 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.4.* | sed 's,^.*libg,libg,'`' )' > libgo.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.4.* | 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
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libasan.so.0.* | sed 's,^.*liba,liba,'`' )' > libasan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libasan.so.0.* | 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
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
2013-01-06 11:13:05 +00:00
|
|
|
ln -sf ../`echo ../../../../lib/libgcj.so.14.* | sed s~/lib/~/lib64/~` 64/libgcj.so
|
|
|
|
ln -sf ../`echo ../../../../lib/libgcj-tools.so.14.* | sed s~/lib/~/lib64/~` 64/libgcj-tools.so
|
|
|
|
ln -sf ../`echo ../../../../lib/libgij.so.14.* | sed s~/lib/~/lib64/~` 64/libgij.so
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf lib32/libgcj_bc.so libgcj_bc.so
|
|
|
|
ln -sf ../lib64/libgcj_bc.so 64/libgcj_bc.so
|
|
|
|
%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
|
2010-06-08 10:01:16 +00:00
|
|
|
ln -sf lib32/libsupc++.a libsupc++.a
|
|
|
|
ln -sf ../lib64/libsupc++.a 64/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf lib32/libmudflap.a libmudflap.a
|
|
|
|
ln -sf ../lib64/libmudflap.a 64/libmudflap.a
|
|
|
|
ln -sf lib32/libmudflapth.a libmudflapth.a
|
|
|
|
ln -sf ../lib64/libmudflapth.a 64/libmudflapth.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
|
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
|
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
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../`echo ../../../../lib64/libgfortran.so.3.* | sed s~/../lib64/~/~` 32/libgfortran.so
|
|
|
|
ln -sf ../`echo ../../../../lib64/libgomp.so.1.* | sed s~/../lib64/~/~` 32/libgomp.so
|
2008-01-10 21:09:13 +00:00
|
|
|
rm -f libmudflap.so libmudflapth.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libmudflap.so.0.* | sed 's,^.*libm,libm,'`' )' > libmudflap.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libmudflapth.so.0.* | sed 's,^.*libm,libm,'`' )' > libmudflapth.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libmudflap.so.0.* | sed 's,^.*libm,libm,'`' )' > 32/libmudflap.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libmudflapth.so.0.* | sed 's,^.*libm,libm,'`' )' > 32/libmudflapth.so
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f libgo.so
|
2013-06-28 13:28:31 +00:00
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.4.* | sed 's,^.*libg,libg,'`' )' > libgo.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.4.* | 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
|
|
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libasan.so.0.* | sed 's,^.*liba,liba,'`' )' > libasan.so
|
|
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libasan.so.0.* | 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
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
2013-01-06 11:13:05 +00:00
|
|
|
ln -sf ../`echo ../../../../lib64/libgcj.so.14.* | sed s~/../lib64/~/~` 32/libgcj.so
|
|
|
|
ln -sf ../`echo ../../../../lib64/libgcj-tools.so.14.* | sed s~/../lib64/~/~` 32/libgcj-tools.so
|
|
|
|
ln -sf ../`echo ../../../../lib64/libgij.so.14.* | sed s~/../lib64/~/~` 32/libgij.so
|
2007-12-12 20:33:17 +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
|
|
|
|
%ifarch sparc64 ppc64
|
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
|
2010-06-08 10:01:16 +00:00
|
|
|
ln -sf ../lib32/libsupc++.a 32/libsupc++.a
|
|
|
|
ln -sf lib64/libsupc++.a libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../lib32/libmudflap.a 32/libmudflap.a
|
|
|
|
ln -sf lib64/libmudflap.a libmudflap.a
|
|
|
|
ln -sf ../lib32/libmudflapth.a 32/libmudflapth.a
|
|
|
|
ln -sf lib64/libmudflapth.a libmudflapth.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
|
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
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
|
|
|
ln -sf ../lib32/libgcj_bc.so 32/libgcj_bc.so
|
|
|
|
ln -sf lib64/libgcj_bc.so libgcj_bc.so
|
|
|
|
%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}
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libgfortran.a 32/libgfortran.a
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libstdc++.a 32/libstdc++.a
|
2010-06-08 10:01:16 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libsupc++.a 32/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libmudflap.a 32/libmudflap.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libmudflapth.a 32/libmudflapth.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libquadmath.a 32/libquadmath.a
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libitm.a 32/libitm.a
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libatomic.a 32/libatomic.a
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libasan.a 32/libasan.a
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libgo.a 32/libgo.a
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libgobegin.a 32/libgobegin.a
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libgcj_bc.so 32/libgcj_bc.so
|
|
|
|
%endif
|
2009-01-16 18:34:38 +00:00
|
|
|
%if %{build_ada}
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/adainclude 32/adainclude
|
|
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/adalib 32/adalib
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Strip debug info from Fortran/ObjC/Java static libraries
|
|
|
|
strip -g `find . \( -name libgfortran.a -o -name libobjc.a -o -name libgomp.a \
|
|
|
|
-o -name libmudflap.a -o -name libmudflapth.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 \
|
|
|
|
-o -name libatomic.a -o -name libasan.a -o -name libtsan.a \) \
|
2012-01-03 14:17:22 +00:00
|
|
|
-a -type f`
|
2007-12-12 20:33:17 +00:00
|
|
|
popd
|
2009-05-14 08:52:31 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgfortran.so.3.*
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgomp.so.1.*
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libmudflap{,th}.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}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libasan.so.0.*
|
|
|
|
%endif
|
|
|
|
%if %{build_libtsan}
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libtsan.so.0.*
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2013-06-28 13:28:31 +00:00
|
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.4.*
|
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
|
2009-05-14 08:52:31 +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*
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -f %{buildroot}%{_prefix}/bin/gappletviewer || :
|
|
|
|
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-%{version} || :
|
|
|
|
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}
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/lib/go/%{gcc_version}/%{gcc_target_platform}
|
|
|
|
%ifnarch sparc64 ppc64
|
|
|
|
ln -sf %{multilib_32_arch}-%{_vendor}-%{_target_os} %{buildroot}%{_prefix}/lib/go/%{gcc_version}/%{gcc_target_platform}
|
|
|
|
%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}
|
2011-01-22 14:11:59 +00:00
|
|
|
rm -rf %{buildroot}%{_prefix}/lib64/go/%{gcc_version}/%{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
|
|
|
|
|
|
|
%if %{build_java}
|
2009-05-14 08:52:31 +00:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/share/java/gcj-endorsed \
|
|
|
|
%{buildroot}%{_prefix}/%{_lib}/gcj-%{version}/classmap.db.d
|
|
|
|
chmod 755 %{buildroot}%{_prefix}/share/java/gcj-endorsed \
|
|
|
|
%{buildroot}%{_prefix}/%{_lib}/gcj-%{version} \
|
|
|
|
%{buildroot}%{_prefix}/%{_lib}/gcj-%{version}/classmap.db.d
|
|
|
|
touch %{buildroot}%{_prefix}/%{_lib}/gcj-%{version}/classmap.db
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
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}
|
|
|
|
|
2009-12-04 12:41:27 +00:00
|
|
|
%if %{build_java}
|
|
|
|
export PATH=`pwd`/../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}${PATH:+:$PATH}
|
|
|
|
%if !%{bootstrap_java}
|
|
|
|
export PATH=`pwd`/java_hacks${PATH:+:$PATH}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
# 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
|
|
|
|
RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" || :
|
|
|
|
%else
|
|
|
|
RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
|
|
|
|
%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 java
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/gcj.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gcj.info.gz || :
|
2009-10-01 08:07:34 +00:00
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun java
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/gcj.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/gcj.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
|
|
|
|
|
|
|
|
# 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 libgcj
|
|
|
|
/sbin/ldconfig
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ -f %{_infodir}/cp-tools.info.gz ]; then
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/cp-tools.info.gz || :
|
|
|
|
/sbin/install-info \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/fastjar.info.gz || :
|
|
|
|
fi
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%preun -n libgcj
|
2009-10-01 08:07:34 +00:00
|
|
|
if [ $1 = 0 -a -f %{_infodir}/cp-tools.info.gz ]; then
|
2007-12-12 20:33:17 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/cp-tools.info.gz || :
|
2007-12-14 18:00:42 +00:00
|
|
|
/sbin/install-info --delete \
|
|
|
|
--info-dir=%{_infodir} %{_infodir}/fastjar.info.gz || :
|
2007-12-12 20:33:17 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun -n libgcj -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
|
|
|
|
|
|
|
|
%post -n libmudflap -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libmudflap -p /sbin/ldconfig
|
|
|
|
|
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
|
|
|
|
|
|
|
|
%post -n libtsan -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libtsan -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
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/cc
|
|
|
|
%{_prefix}/bin/c89
|
|
|
|
%{_prefix}/bin/c99
|
|
|
|
%{_prefix}/bin/gcc
|
|
|
|
%{_prefix}/bin/gcov
|
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
|
|
|
|
%ifarch ppc64
|
|
|
|
%{_prefix}/bin/ppc-%{_vendor}-%{_target_os}-gcc
|
|
|
|
%endif
|
|
|
|
%{_prefix}/bin/%{gcc_target_platform}-gcc
|
|
|
|
%{_mandir}/man1/gcc.1*
|
|
|
|
%{_mandir}/man1/gcov.1*
|
|
|
|
%{_infodir}/gcc*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include
|
2010-07-07 17:35:21 +00:00
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/lto1
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/lto-wrapper
|
2012-02-08 17:53:49 +00:00
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/liblto_plugin.so*
|
2011-10-27 08:53:55 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/rpmver
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stddef.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdarg.h
|
2009-01-16 18:34:38 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdfix.h
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/varargs.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/float.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/limits.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdbool.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/iso646.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/syslimits.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/unwind.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/omp.h
|
2010-07-07 17:35:21 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdint.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdint-gcc.h
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdalign.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdnoreturn.h
|
2007-12-12 20:33:17 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/mmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xmmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/emmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/pmmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/tmmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/ammintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/smmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/nmmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/bmmintrin.h
|
2008-10-08 13:12:55 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/wmmintrin.h
|
2009-01-16 18:34:38 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/immintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/avxintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/x86intrin.h
|
2009-10-01 08:07:34 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/fma4intrin.h
|
2009-12-04 12:41:27 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xopintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/lwpintrin.h
|
2009-12-22 12:22:32 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/popcntintrin.h
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/bmiintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/tbmintrin.h
|
2010-07-07 17:35:21 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/ia32intrin.h
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/avx2intrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/bmi2intrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/f16cintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/fmaintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/lzcntintrin.h
|
2012-07-16 10:54:55 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/rtmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xtestintrin.h
|
2012-08-13 18:30:09 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/adxintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/prfchwintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/rdseedintrin.h
|
2013-01-06 11:13:05 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/fxsrintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xsaveintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xsaveoptintrin.h
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/mm_malloc.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/mm3dnow.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/cpuid.h
|
2009-01-16 18:34:38 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/cross-stdarg.h
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch ia64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/ia64intrin.h
|
|
|
|
%endif
|
|
|
|
%ifarch ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/ppc-asm.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/altivec.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/spe.h
|
2008-08-29 11:35:32 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/paired.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/ppu_intrinsics.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/si2vmx.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/spu2vmx.h
|
2009-01-16 18:34:38 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/vec_types.h
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2012-01-17 17:29:23 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/unwind-arm-common.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/mmintrin.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/arm_neon.h
|
|
|
|
%endif
|
|
|
|
%ifarch sparc sparcv9 sparc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/visintrin.h
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/collect2
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/crt*.o
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcov.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcc_eh.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcc_s.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgomp.spec
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgomp.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgomp.so
|
2012-01-07 10:33:38 +00:00
|
|
|
%if %{build_libitm}
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libitm.spec
|
2012-01-07 10:33:38 +00:00
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_cloog}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libcloog-isl.so.*
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/crt*.o
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcov.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcc_eh.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcc_s.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgomp.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgomp.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libmudflap.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libmudflapth.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libmudflap.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libmudflapth.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libquadmath.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libitm.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libatomic.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libasan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/crt*.o
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcov.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcc_eh.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcc_s.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgomp.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgomp.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libmudflap.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libmudflapth.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libmudflap.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libmudflapth.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libquadmath.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libitm.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libatomic.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libasan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflap.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflapth.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflap.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflapth.so
|
2011-01-22 14:11:59 +00:00
|
|
|
%if %{build_libquadmath}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.so
|
|
|
|
%endif
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libitm.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libitm.so
|
|
|
|
%endif
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libatomic.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libasan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libtsan}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libtsan.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libtsan.so
|
|
|
|
%endif
|
|
|
|
%else
|
|
|
|
%if %{build_libatomic}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libatomic.so
|
|
|
|
%endif
|
|
|
|
%if %{build_libasan}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libasan.so
|
2013-03-20 16:03:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libasan_preinit.o
|
2013-01-06 11:13:05 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_libtsan}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libtsan.so
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%dir %{_prefix}/libexec/getconf
|
|
|
|
%{_prefix}/libexec/getconf/default
|
2011-10-27 08:53:55 +00:00
|
|
|
%doc gcc/README* rpm.doc/changelogs/gcc/ChangeLog* gcc/COPYING* COPYING.RUNTIME
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files -n cpp -f cpplib.lang
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
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}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/cc1
|
|
|
|
|
|
|
|
%files -n libgcc
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
/%{_lib}/libgcc_s-%{gcc_version}-%{DATE}.so.1
|
|
|
|
/%{_lib}/libgcc_s.so.1
|
2011-10-27 08:53:55 +00:00
|
|
|
%doc gcc/COPYING* COPYING.RUNTIME
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files c++
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_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}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/cc1plus
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libstdc++.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libstdc++.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libsupc++.a
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libstdc++.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libstdc++.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libsupc++.a
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc %{multilib_64_archs}
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.so
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/gcc/cp/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libstdc++
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_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*
|
|
|
|
%dir %{_prefix}/share/gcc-%{gcc_version}
|
2011-05-25 08:55:04 +00:00
|
|
|
%dir %{_prefix}/share/gcc-%{gcc_version}/python
|
|
|
|
%{_prefix}/share/gcc-%{gcc_version}/python/libstdcxx
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files -n libstdc++-devel
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/include/c++
|
|
|
|
%dir %{_prefix}/include/c++/%{gcc_version}
|
|
|
|
%{_prefix}/include/c++/%{gcc_version}/[^gjos]*
|
|
|
|
%{_prefix}/include/c++/%{gcc_version}/os*
|
|
|
|
%{_prefix}/include/c++/%{gcc_version}/s[^u]*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
2010-06-02 19:21:12 +00:00
|
|
|
%ifnarch sparcv9 ppc %{multilib_64_archs}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libstdc++-v3/ChangeLog* libstdc++-v3/README*
|
|
|
|
|
|
|
|
%files -n libstdc++-static
|
|
|
|
%defattr(-,root,root,-)
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libstdc++.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libstdc++.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libsupc++.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libsupc++.a
|
|
|
|
%endif
|
|
|
|
|
2009-05-14 08:52:31 +00:00
|
|
|
%if %{build_libstdcxx_docs}
|
|
|
|
%files -n libstdc++-docs
|
2007-12-12 20:33:17 +00:00
|
|
|
%defattr(-,root,root)
|
2009-05-14 08:52:31 +00:00
|
|
|
%{_mandir}/man3/*
|
|
|
|
%doc rpm.doc/libstdc++-v3/html
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files objc
|
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/objc
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/cc1obj
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libobjc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libobjc.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libobjc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libobjc.so
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libobjc.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libobjc.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/objc/*
|
|
|
|
%doc libobjc/THREADS* rpm.doc/changelogs/libobjc/ChangeLog*
|
|
|
|
|
|
|
|
%files objc++
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/cc1objplus
|
|
|
|
|
|
|
|
%files -n libobjc
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/%{_lib}/libobjc.so.4*
|
2007-12-12 20:33:17 +00:00
|
|
|
|
|
|
|
%files gfortran
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/gfortran
|
|
|
|
%{_prefix}/bin/f95
|
|
|
|
%{_mandir}/man1/gfortran.1*
|
|
|
|
%{_infodir}/gfortran*
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/finclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/finclude/omp_lib.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/finclude/omp_lib.f90
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/finclude/omp_lib.mod
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/finclude/omp_lib_kinds.mod
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/f951
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.spec
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortranbegin.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libcaf_single.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.a
|
2011-01-22 14:11:59 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgfortranbegin.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libcaf_single.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgfortran.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgfortran.so
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgfortranbegin.a
|
2012-01-03 14:17:22 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libcaf_single.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgfortran.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgfortran.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/gfortran/*
|
|
|
|
|
|
|
|
%files -n libgfortran
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/%{_lib}/libgfortran.so.3*
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%files -n libgfortran-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libgfortran.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libgfortran.a
|
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.a
|
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%if %{build_java}
|
|
|
|
%files java
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/gcj
|
|
|
|
%{_prefix}/bin/gjavah
|
|
|
|
%{_prefix}/bin/gcjh
|
|
|
|
%{_prefix}/bin/jcf-dump
|
|
|
|
%{_mandir}/man1/gcj.1*
|
|
|
|
%{_mandir}/man1/jcf-dump.1*
|
|
|
|
%{_mandir}/man1/gjavah.1*
|
|
|
|
%{_mandir}/man1/gcjh.1*
|
|
|
|
%{_infodir}/gcj*
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/jc1
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/ecj1
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/jvgenmain
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcj.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcj-tools.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcj_bc.so
|
|
|
|
%endif
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgij.so
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcj.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcj-tools.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgcj_bc.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgij.so
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcj.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcj-tools.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgcj_bc.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgij.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/gcc/java/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libgcj
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/jv-convert
|
|
|
|
%{_prefix}/bin/gij
|
|
|
|
%{_prefix}/bin/gjar
|
2007-12-14 18:00:42 +00:00
|
|
|
%{_prefix}/bin/fastjar
|
2011-05-25 08:55:04 +00:00
|
|
|
%{_prefix}/bin/gnative2ascii
|
2007-12-14 18:00:42 +00:00
|
|
|
%{_prefix}/bin/grepjar
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/bin/grmic
|
|
|
|
%{_prefix}/bin/grmid
|
|
|
|
%{_prefix}/bin/grmiregistry
|
|
|
|
%{_prefix}/bin/gtnameserv
|
|
|
|
%{_prefix}/bin/gkeytool
|
|
|
|
%{_prefix}/bin/gorbd
|
|
|
|
%{_prefix}/bin/gserialver
|
|
|
|
%{_prefix}/bin/gcj-dbtool
|
|
|
|
%{_prefix}/bin/gjarsigner
|
2007-12-14 18:00:42 +00:00
|
|
|
%{_mandir}/man1/fastjar.1*
|
|
|
|
%{_mandir}/man1/grepjar.1*
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_mandir}/man1/gjar.1*
|
|
|
|
%{_mandir}/man1/gjarsigner.1*
|
|
|
|
%{_mandir}/man1/jv-convert.1*
|
|
|
|
%{_mandir}/man1/gij.1*
|
2011-05-25 08:55:04 +00:00
|
|
|
%{_mandir}/man1/gnative2ascii.1*
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_mandir}/man1/grmic.1*
|
|
|
|
%{_mandir}/man1/grmiregistry.1*
|
|
|
|
%{_mandir}/man1/gcj-dbtool.1*
|
|
|
|
%{_mandir}/man1/gkeytool.1*
|
|
|
|
%{_mandir}/man1/gorbd.1*
|
|
|
|
%{_mandir}/man1/grmid.1*
|
|
|
|
%{_mandir}/man1/gserialver.1*
|
|
|
|
%{_mandir}/man1/gtnameserv.1*
|
2007-12-14 18:00:42 +00:00
|
|
|
%{_infodir}/fastjar.info*
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_infodir}/cp-tools.info*
|
|
|
|
%{_prefix}/%{_lib}/libgcj.so.*
|
|
|
|
%{_prefix}/%{_lib}/libgcj-tools.so.*
|
|
|
|
%{_prefix}/%{_lib}/libgcj_bc.so.*
|
|
|
|
%{_prefix}/%{_lib}/libgij.so.*
|
|
|
|
%dir %{_prefix}/%{_lib}/gcj-%{version}
|
|
|
|
%{_prefix}/%{_lib}/gcj-%{version}/libgtkpeer.so
|
|
|
|
%{_prefix}/%{_lib}/gcj-%{version}/libgjsmalsa.so
|
|
|
|
%{_prefix}/%{_lib}/gcj-%{version}/libjawt.so
|
|
|
|
%{_prefix}/%{_lib}/gcj-%{version}/libjvm.so
|
2009-01-16 18:34:38 +00:00
|
|
|
%{_prefix}/%{_lib}/gcj-%{version}/libjavamath.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/share/java
|
|
|
|
%{_prefix}/share/java/[^sl]*
|
|
|
|
%{_prefix}/share/java/libgcj-%{version}.jar
|
|
|
|
%dir %{_prefix}/%{_lib}/security
|
|
|
|
%config(noreplace) %{_prefix}/%{_lib}/security/classpath.security
|
|
|
|
%{_prefix}/%{_lib}/logging.properties
|
|
|
|
%dir %{_prefix}/%{_lib}/gcj-%{version}/classmap.db.d
|
|
|
|
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_prefix}/%{_lib}/gcj-%{version}/classmap.db
|
|
|
|
|
|
|
|
%files -n libgcj-devel
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/gcj
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/jawt.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/jawt_md.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/jni.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/jni_md.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/jvmpi.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcj.spec
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libgcj_bc.so
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libgcj_bc.so
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcj_bc.so
|
|
|
|
%endif
|
|
|
|
%dir %{_prefix}/include/c++
|
|
|
|
%dir %{_prefix}/include/c++/%{gcc_version}
|
|
|
|
%{_prefix}/include/c++/%{gcc_version}/[gj]*
|
|
|
|
%{_prefix}/include/c++/%{gcc_version}/org
|
|
|
|
%{_prefix}/include/c++/%{gcc_version}/sun
|
|
|
|
%{_prefix}/%{_lib}/pkgconfig/libgcj-*.pc
|
2007-12-14 18:00:42 +00:00
|
|
|
%doc rpm.doc/boehm-gc/* rpm.doc/fastjar/* rpm.doc/libffi/*
|
2007-12-12 20:33:17 +00:00
|
|
|
%doc rpm.doc/libjava/*
|
|
|
|
|
|
|
|
%files -n libgcj-src
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/share/java
|
|
|
|
%{_prefix}/share/java/src*.zip
|
|
|
|
%{_prefix}/share/java/libgcj-tools-%{version}.jar
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{build_ada}
|
|
|
|
%files gnat
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
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}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
2009-01-16 18:34:38 +00:00
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/adalib
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/adalib
|
|
|
|
%endif
|
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib
|
2009-01-16 18:34:38 +00:00
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/gnat1
|
|
|
|
%doc rpm.doc/changelogs/gcc/ada/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libgnat
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/%{_lib}/libgnat-*.so
|
|
|
|
%{_prefix}/%{_lib}/libgnarl-*.so
|
2009-01-16 18:34:38 +00:00
|
|
|
|
|
|
|
%files -n libgnat-devel
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-01-16 18:34:38 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib
|
2010-06-08 10:01:16 +00:00
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib/libgnat.a
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib/libgnarl.a
|
|
|
|
%endif
|
2009-01-16 18:34:38 +00:00
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adalib
|
2010-06-08 10:01:16 +00:00
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adalib/libgnat.a
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adalib/libgnarl.a
|
|
|
|
%endif
|
2009-01-16 18:34:38 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adainclude
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib
|
2010-06-08 10:01:16 +00:00
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnat.a
|
|
|
|
%exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnarl.a
|
|
|
|
%endif
|
2007-12-12 20:33:17 +00:00
|
|
|
|
2010-06-02 19:21:12 +00:00
|
|
|
%files -n libgnat-static
|
|
|
|
%defattr(-,root,root,-)
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
2010-06-02 19:21:12 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib/libgnat.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib/libgnarl.a
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adalib
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adalib/libgnat.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/adalib/libgnarl.a
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
2010-06-24 20:18:32 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib
|
2010-06-08 10:01:16 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnat.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnarl.a
|
|
|
|
%endif
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%files -n libgomp
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/%{_lib}/libgomp.so.1*
|
|
|
|
%{_infodir}/libgomp.info*
|
|
|
|
%doc rpm.doc/changelogs/libgomp/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libmudflap
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%{_prefix}/%{_lib}/libmudflap.so.0*
|
|
|
|
%{_prefix}/%{_lib}/libmudflapth.so.0*
|
|
|
|
|
|
|
|
%files -n libmudflap-devel
|
2009-05-14 08:52:31 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/mf-runtime.h
|
2011-01-22 14:11:59 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflap.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflapth.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libmudflap-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
2010-06-08 10:01:16 +00:00
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libmudflap.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libmudflapth.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libmudflap.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libmudflapth.a
|
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflap.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libmudflapth.a
|
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
|
|
|
|
%if %{build_libquadmath}
|
|
|
|
%files -n libquadmath
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/%{_lib}/libquadmath.so.0*
|
|
|
|
%{_infodir}/libquadmath.info*
|
|
|
|
%doc rpm.doc/libquadmath/COPYING*
|
|
|
|
|
|
|
|
%files -n libquadmath-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/quadmath.h
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/quadmath_weak.h
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/libquadmath/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libquadmath-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libquadmath.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libquadmath.a
|
2010-06-08 10:01:16 +00:00
|
|
|
%endif
|
2010-06-02 19:21:12 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.a
|
|
|
|
%endif
|
2010-06-02 19:21:12 +00:00
|
|
|
%endif
|
|
|
|
|
2012-01-03 14:17:22 +00:00
|
|
|
%if %{build_libitm}
|
|
|
|
%files -n libitm
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/%{_lib}/libitm.so.1*
|
|
|
|
%{_infodir}/libitm.info*
|
|
|
|
|
|
|
|
%files -n libitm-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include
|
|
|
|
#%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/itm.h
|
|
|
|
#%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/itm_weak.h
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libitm.so
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/libitm/ChangeLog*
|
|
|
|
|
|
|
|
%files -n libitm-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libitm.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libitm.a
|
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libitm.a
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
%if %{build_libatomic}
|
|
|
|
%files -n libatomic
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/%{_lib}/libatomic.so.1*
|
|
|
|
|
|
|
|
%files -n libatomic-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libatomic.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libatomic.a
|
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libatomic.a
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libatomic/ChangeLog*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{build_libasan}
|
|
|
|
%files -n libasan
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/%{_lib}/libasan.so.0*
|
|
|
|
|
|
|
|
%files -n libasan-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libasan.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libasan.a
|
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libasan.a
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog* libsanitizer/LICENSE.TXT
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{build_libtsan}
|
|
|
|
%files -n libtsan
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/%{_lib}/libtsan.so.0*
|
|
|
|
|
|
|
|
%files -n libtsan-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libtsan.a
|
|
|
|
%doc rpm.doc/changelogs/libsanitizer/ChangeLog* libsanitizer/LICENSE.TXT
|
|
|
|
%endif
|
|
|
|
|
2011-01-24 11:53:05 +00:00
|
|
|
%if %{build_go}
|
2011-01-22 14:11:59 +00:00
|
|
|
%files go
|
2010-06-02 19:21:12 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/bin/gccgo
|
|
|
|
%{_mandir}/man1/gccgo.1*
|
2010-06-08 10:01:16 +00:00
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
2011-01-22 14:11:59 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/go1
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgo.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgo.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgobegin.a
|
|
|
|
%endif
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgo.so
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgo.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/32/libgobegin.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparcv9 ppc %{multilib_64_archs}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgo.so
|
|
|
|
%endif
|
|
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgo.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgobegin.a
|
|
|
|
%endif
|
|
|
|
%doc rpm.doc/go/*
|
|
|
|
|
|
|
|
%files -n libgo
|
|
|
|
%defattr(-,root,root,-)
|
2013-06-28 13:28:31 +00:00
|
|
|
%{_prefix}/%{_lib}/libgo.so.4*
|
2011-01-22 14:11:59 +00:00
|
|
|
%doc rpm.doc/libgo/*
|
|
|
|
|
|
|
|
%files -n libgo-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%dir %{_prefix}/%{_lib}/go
|
|
|
|
%dir %{_prefix}/%{_lib}/go/%{gcc_version}
|
|
|
|
%{_prefix}/%{_lib}/go/%{gcc_version}/%{gcc_target_platform}
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
%ifnarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/go
|
|
|
|
%dir %{_prefix}/lib/go/%{gcc_version}
|
|
|
|
%{_prefix}/lib/go/%{gcc_version}/%{gcc_target_platform}
|
|
|
|
%endif
|
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifarch sparcv9 ppc
|
2007-12-12 20:33:17 +00:00
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libgobegin.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libgobegin.a
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
2008-06-09 11:42:57 +00:00
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
2011-01-22 14:11:59 +00:00
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgobegin.a
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgo.so
|
2007-12-12 20:33:17 +00:00
|
|
|
%endif
|
|
|
|
|
2011-01-22 14:11:59 +00:00
|
|
|
%files -n libgo-static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%ifarch sparcv9 ppc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libgo.a
|
|
|
|
%endif
|
|
|
|
%ifarch sparc64 ppc64
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libgo.a
|
|
|
|
%endif
|
|
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgo.a
|
|
|
|
%endif
|
2011-01-24 11:53:05 +00:00
|
|
|
%endif
|
2011-01-22 14:11:59 +00:00
|
|
|
|
|
|
|
%files plugin-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/gcc
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
2012-01-03 14:17:22 +00:00
|
|
|
%dir %{_prefix}/libexec/gcc
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
|
|
|
|
%dir %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
2011-01-22 14:11:59 +00:00
|
|
|
|
2007-12-12 20:33:17 +00:00
|
|
|
%changelog
|
2013-06-28 13:28:31 +00:00
|
|
|
* Fri Jun 28 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-3
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs c++/53211, c++/56544, driver/57652, libstdc++/57619, libstdc++/57666,
|
|
|
|
libstdc++/57674, rtl-optimization/57518, target/57623, target/57655,
|
|
|
|
tree-optimization/57358, tree-optimization/57537
|
|
|
|
- fix up gcc-{ar,nm,ranlib} (#974853, PR driver/57651)
|
|
|
|
- fix two libitm HTM handling bugs (PR libitm/57643)
|
|
|
|
- speed up __popcount[sdt]i2 library function (PR middle-end/36041)
|
|
|
|
- backport power8 support from trunk (#731884, PR target/57615)
|
|
|
|
- for Fedora 20+ test -fstack-protector-strong during %%check instead
|
|
|
|
of -fstack-protector
|
|
|
|
|
2013-06-12 08:59:07 +00:00
|
|
|
* Wed Jun 12 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-2
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs fortran/57364, fortran/57508, target/56547, target/57379, target/57568
|
|
|
|
- backport backwards compatible alignment ABI fixes (#947197, PR target/56564)
|
|
|
|
- fix up widening multiplication vectorization on big-endian
|
|
|
|
(PR tree-optimization/57537)
|
|
|
|
|
2013-06-03 18:28:38 +00:00
|
|
|
* Mon Jun 3 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-1
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- GCC 4.8.1 release
|
|
|
|
- PRs c++/56930, c++/57319, fortran/57217, target/49146, target/56742
|
|
|
|
- backport Intel Silvermont enablement and tuning from trunk
|
|
|
|
- backport 3 small AMD improvement patches from trunk
|
|
|
|
|
2013-05-26 19:39:57 +00:00
|
|
|
* Sun May 26 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-8
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- std::chrono::steady_clock ABI fixes from 4.8.0-7
|
|
|
|
|
2013-05-24 18:25:50 +00:00
|
|
|
* Fri May 24 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-7
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs c++/57016, c++/57317, c++/57325, c++/57388, libffi/56033,
|
|
|
|
libstdc++/57336, middle-end/57344, middle-end/57347, plugins/56754,
|
|
|
|
rtl-optimization/57341, target/56732, target/57356,
|
|
|
|
tree-optimization/57303, tree-optimization/57318,
|
|
|
|
tree-optimization/57321, tree-optimization/57330, tree-ssa/57385
|
|
|
|
- std::chrono::steady_clock now really steady
|
|
|
|
|
2013-05-17 16:11:08 +00:00
|
|
|
* Fri May 17 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-6
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs c++/56782, c++/56998, c++/57041, c++/57196, c++/57243, c++/57252,
|
|
|
|
c++/57253, c++/57254, c++/57274, c++/57279, middle-end/57251,
|
|
|
|
rtl-optimization/57281, rtl-optimization/57300, target/45359,
|
|
|
|
target/46396, target/57264
|
|
|
|
- backport color diagnostics support from trunk, enable with
|
|
|
|
-fdiagnostics-color=auto, -fdiagnostics-color=always or
|
|
|
|
having non-empty GCC_COLORS variable in environment
|
|
|
|
- backport -fstack-protector-strong support from trunk
|
|
|
|
|
2013-05-10 15:36:24 +00:00
|
|
|
* Fri May 10 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-5
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs bootstrap/54281, bootstrap/54659, c++/57047, c++/57068, c++/57222,
|
|
|
|
fortran/57142, libstdc++/57212, middle-end/56988, target/55033,
|
|
|
|
target/57237, tree-optimization/57200, tree-optimization/57214
|
|
|
|
- fix up strlen pass (PR tree-optimization/57230)
|
|
|
|
|
2013-05-07 11:12:58 +00:00
|
|
|
* Tue May 7 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-4
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs ada/56474, c++/50261, c++/56450, c++/56859, c++/56970, c++/57064,
|
|
|
|
c++/57092, c++/57183, debug/57184, fortran/51825, fortran/52512,
|
|
|
|
fortran/53685, fortran/56786, fortran/56814, fortran/56872,
|
|
|
|
fortran/56968, fortran/57022, libfortran/51825, libfortran/52512,
|
|
|
|
libfortran/56786, libstdc++/57010, middle-end/57103,
|
|
|
|
rtl-optimization/56605, rtl-optimization/56847,
|
|
|
|
rtl-optimization/57003, rtl-optimization/57130,
|
|
|
|
rtl-optimization/57131, rtl-optimizations/57046, sanitizer/56990,
|
|
|
|
target/44578, target/55445, target/56797, target/56866, target/57018,
|
|
|
|
target/57091, target/57097, target/57098, target/57106, target/57108,
|
|
|
|
target/57150, tree-optimization/57051, tree-optimization/57066,
|
|
|
|
tree-optimization/57083, tree-optimization/57104,
|
|
|
|
tree-optimization/57149, tree-optimization/57185
|
|
|
|
- fix gcj with -fsection-anchors (#952673, PR libgcj/57074)
|
|
|
|
- enable libitm on s390{,x}
|
|
|
|
- error when linking with both -fsanitize=address and -fsanitize=thread
|
|
|
|
(#957778)
|
|
|
|
|
2013-04-19 15:31:47 +00:00
|
|
|
* Fri Apr 19 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-3
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs c++/56388, fortran/56816, fortran/56994, rtl-optimization/56992,
|
|
|
|
target/56890, target/56903, target/56948, tree-optimization/56962,
|
|
|
|
tree-optimization/56984
|
|
|
|
- fix up LRA caused miscompilation of xulrunner on i?86
|
|
|
|
(#949553, PR rtl-optimization/56999)
|
|
|
|
- reassoc fix for -Ofast -frounding-math (PR tree-optimization/57000)
|
|
|
|
|
2013-04-12 13:24:58 +00:00
|
|
|
* Fri Apr 12 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-2
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs c++/35722, c++/45282, c++/52014, c++/52374, c++/52748, c++/54277,
|
|
|
|
c++/54359, c++/54764, c++/55532, c++/55951, c++/55972, c++/56039,
|
|
|
|
c++/56447, c++/56582, c++/56646, c++/56692, c++/56699, c++/56722,
|
|
|
|
c++/56728, c++/56749, c++/56772, c++/56774, c++/56793, c++/56794,
|
|
|
|
c++/56821, c++/56895, c++/56913, debug/56819, fortran/54932,
|
|
|
|
fortran/56696, fortran/56735, fortran/56737, fortran/56782,
|
|
|
|
libstdc++/55977, libstdc++/55979, libstdc++/56002, libstdc++/56678,
|
|
|
|
libstdc++/56834, lto/56777, middle-end/56694, middle-end/56768,
|
|
|
|
middle-end/56883, other/55274, rtl-optimization/48182,
|
|
|
|
rtl-optimization/56745, sanitizer/55702, target/54805, target/55487,
|
|
|
|
target/56560, target/56720, target/56771, tree-optimization/48184,
|
|
|
|
tree-optimization/48186, tree-optimization/48762,
|
|
|
|
tree-optimization/56407, tree-optimization/56501,
|
|
|
|
tree-optimization/56817, tree-optimization/56837,
|
|
|
|
tree-optimization/56899, tree-optimization/56918,
|
|
|
|
tree-optimization/56920
|
|
|
|
|
2013-03-22 17:26:48 +00:00
|
|
|
* Fri Mar 22 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-1
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- GCC 4.8.0 release
|
|
|
|
- PRs c++/56607, other/43620
|
|
|
|
- fix length in .debug_aranges in some cases
|
|
|
|
- improve debug info for optimized away global vars (PR debug/56608)
|
|
|
|
- don't warn about signed 1-bit enum bitfields containing values 0 and -1
|
|
|
|
or just -1 (PR c/56566)
|
|
|
|
|
2013-03-20 16:03:17 +00:00
|
|
|
* Wed Mar 20 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.18
|
|
|
|
- update from the 4.8 branch
|
|
|
|
- PRs libstdc++/56468, target/56640, tree-optimization/56635,
|
|
|
|
tree-optimization/56661
|
|
|
|
- package libasan_preinit.o
|
|
|
|
|
2013-03-16 17:51:57 +00:00
|
|
|
* Sat Mar 16 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.17
|
|
|
|
- update from trunk and the 4.8 branch
|
|
|
|
- PRs ada/52123, c++/51412, c++/51494, c++/51884, c++/52183, c++/56222,
|
|
|
|
c++/56346, c++/56565, c++/56567, c++/56611, c++/56614, debug/56307,
|
|
|
|
fortran/56575, fortran/56615, libstdc++/56492, libstdc++/56609,
|
|
|
|
libstdc++/56613, lto/56557, middle-end/56524, middle-end/56571,
|
|
|
|
target/40797, target/49880, target/56470, target/56591, target/56619,
|
|
|
|
testsuite/54119, tree-optimization/53265, tree-optimization/56478,
|
|
|
|
tree-optimization/56570, tree-optimization/56608
|
|
|
|
|
2013-03-07 18:13:44 +00:00
|
|
|
* Thu Mar 7 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.16
|
|
|
|
- updated from trunk
|
|
|
|
- PRs bootstrap/56509, c++/54383, c++/55135, c++/56464, c++/56530,
|
|
|
|
c++/56534, c++/56543, debug/55364, debug/56510, libquadmath/55473,
|
|
|
|
lto/50293, lto/56515, middle-end/50494, middle-end/56294,
|
|
|
|
middle-end/56525, middle-end/56526, middle-end/56548,
|
|
|
|
rtl-optimization/56484, rtl-optimization/56494, target/56529,
|
|
|
|
tree-optimization/56270, tree-optimization/56521,
|
|
|
|
tree-optimization/56539, tree-optimization/56559
|
|
|
|
- include arm-cores.def in gcc-python-plugin on arm (#910926)
|
|
|
|
- include vxworks-dummy.h in gcc-python-plugin where needed (PR plugins/45078)
|
|
|
|
|
2013-03-04 12:47:31 +00:00
|
|
|
* Mon Mar 4 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.15
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/10291, c++/40405, c++/52688, c++/55632, c++/55813, c++/56243,
|
|
|
|
c++/56358, c++/56359, c++/56377, c++/56395, c++/56403, c++/56419,
|
|
|
|
c++/56438, c++/56481, fortran/54730, fortran/56385, fortran/56416,
|
|
|
|
fortran/56477, fortran/56491, libfortran/30162, libstdc++/56011,
|
|
|
|
libstdc++/56012, middle-end/45472, middle-end/56077,
|
|
|
|
middle-end/56108, middle-end/56420, middle-end/56461,
|
|
|
|
rtl-optimization/50339, rtl-optimization/56466, sanitizer/56393,
|
|
|
|
sanitizer/56454, target/48901, target/52500, target/52501,
|
|
|
|
target/52550, target/54639, target/54640, target/54662, target/56444,
|
|
|
|
target/56445, target/56455, testsuite/52641, tree-optimization/55481,
|
|
|
|
tree-optimization/56175, tree-optimization/56294,
|
|
|
|
tree-optimization/56310, tree-optimization/56415,
|
|
|
|
tree-optimization/56426, tree-optimization/56443,
|
|
|
|
tree-optimization/56448
|
|
|
|
- fnsplit fix (PR tree-optimization/56424)
|
|
|
|
|
2013-02-20 16:12:51 +00:00
|
|
|
* Wed Feb 20 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.14
|
|
|
|
- updated from trunk
|
|
|
|
- PRs asan/56330, c++/51242, c++/54276, c++/56373, libquadmath/56379,
|
|
|
|
middle-end/55889, middle-end/56349, pch/54117,
|
|
|
|
rtl-optimization/56348, target/52555, target/54685, target/56214,
|
|
|
|
target/56347, tree-optimization/55334, tree-optimization/56321,
|
|
|
|
tree-optimization/56350, tree-optimization/56366,
|
|
|
|
tree-optimization/56381, tree-optimization/56384,
|
|
|
|
tree-optimization/56396, tree-optimization/56398
|
|
|
|
- add BuildRequires: /usr/bin/pod2man to fix man pages generation
|
|
|
|
- don't ICE on bogus inline asm in kernel (#912857, PR inline-asm/56405)
|
|
|
|
- fix up info page building with texinfo 5.0 (PR bootstrap/56258)
|
|
|
|
- devirtualization ICE fix (PR tree-optimization/56265)
|
|
|
|
|
2013-02-15 19:17:57 +00:00
|
|
|
* Fri Feb 15 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.13
|
|
|
|
- updated from trunk
|
|
|
|
- PRs bootstrap/56327, c++/52026, c++/54922, c++/55003, c++/55220,
|
|
|
|
c++/55223, c++/55232, c++/55582, c++/55670, c++/55680, c++/56323,
|
|
|
|
c++/56343, fortran/53818, fortran/56224, fortran/56318,
|
|
|
|
libstdc++/56111, lto/50494, target/55431, target/55941,
|
|
|
|
testsuite/56138
|
|
|
|
- asan fixes (PR sanitizer/56330)
|
|
|
|
- asan speedup - use 0x7fff8000 shadow offset instead of 1LL << 44 on
|
|
|
|
x86_64
|
|
|
|
|
2013-02-13 22:32:18 +00:00
|
|
|
* Wed Feb 13 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.12
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/55710, c++/55879, c++/55993, c++/56135, c++/56155, c++/56285,
|
|
|
|
c++/56291, c/44938, fortran/46952, fortran/56204, inline-asm/56148,
|
|
|
|
libitm/55693, lto/56295, lto/56297, middle-end/56288,
|
|
|
|
sanitizer/56128, target/52122, testsuite/56082
|
|
|
|
- fix IRA bug that caused reload ICE on ARM (#910153, target/56184)
|
|
|
|
- attempt harder to fold "n" constrainted asm input operands in C++
|
|
|
|
with -O0 (#910421, c++/56302)
|
|
|
|
|
2013-02-11 21:40:42 +00:00
|
|
|
* Mon Feb 11 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.11
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/56238, c++/56247, c++/56268, fortran/55362, libstdc++/56267,
|
|
|
|
libstdc++/56278, libstdc++/56282, rtl-optimization/56246,
|
|
|
|
rtl-optimization/56275, target/56043, tree-optimization/56264,
|
|
|
|
tree-optimization/56273
|
|
|
|
- improve expansion of mem1 op= mem2 (PR rtl-optimization/56151)
|
|
|
|
|
2013-02-08 18:18:31 +00:00
|
|
|
* Fri Feb 8 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.10
|
|
|
|
- updated from trunk
|
|
|
|
- PRs bootstrap/56227, c++/56235, c++/56237, c++/56239, c++/56241,
|
|
|
|
debug/53363, fortran/54339, fortran/55789, libstdc++/56193,
|
|
|
|
libstdc++/56216, lto/56231, middle-end/56181,
|
|
|
|
rtl-optimization/56195, rtl-optimization/56225, target/50678,
|
|
|
|
target/54009, target/54131, tree-optimization/56250
|
|
|
|
- fix Ada frontend miscompilation with profiledbootstrap (#906516,
|
|
|
|
PR rtl-optimization/56178)
|
|
|
|
- restore parsing of ppc inline asm dialects (#909298, PR target/56256)
|
|
|
|
- fix up libiberty old regex (PR other/56245)
|
|
|
|
- fix IRA -O0 -g code debug regression (PR debug/53948)
|
|
|
|
|
2013-02-06 20:35:10 +00:00
|
|
|
* Wed Feb 6 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.9
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/54122, c++/56177, c++/56208, debug/54793, fortran/47517,
|
|
|
|
fortran/50627, fortran/54195, fortran/56008, fortran/56054,
|
|
|
|
libstdc++/56202, lto/56168, middle-end/56113, middle-end/56167,
|
|
|
|
middle-end/56217, rtl-optimization/56131, sanitizer/55617,
|
|
|
|
target/52123, target/54601, target/55146, target/56186,
|
|
|
|
tree-optimization/53185, tree-optimization/53342,
|
|
|
|
tree-optimization/54386, tree-optimization/55789,
|
|
|
|
tree-optimization/56188
|
|
|
|
- fix up stdarg pass (PR tree-optimization/56205, #906367)
|
|
|
|
- remove unused thread_local bitfield (#907882)
|
|
|
|
- fix cselim pass on calls that might free memory (PR tree-optimization/52448)
|
|
|
|
- fix libgfortran internal_pack (PR fortran/55978)
|
|
|
|
- fix up .debug_loc for first function in CU, if it contains empty ranges
|
|
|
|
at the beginning of the function (PR debug/56154, #904252)
|
|
|
|
- fix ppc64 indirect calls (PR target/56228, #908388)
|
|
|
|
|
2013-01-31 20:21:37 +00:00
|
|
|
* Thu Jan 31 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.8
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/56162, debug/54410, debug/54508, debug/55059, fortran/54107,
|
|
|
|
fortran/56138, libgomp/55561, libstdc++/54314, lto/56147,
|
|
|
|
middle-end/53073, other/53413, other/54620, rtl-optimization/56144,
|
|
|
|
sanitizer/55374, target/39064, target/56121, tree-optimization/55270,
|
|
|
|
tree-optimization/56064, tree-optimization/56113,
|
|
|
|
tree-optimization/56150, tree-optimization/56157
|
|
|
|
|
2013-01-29 08:05:50 +00:00
|
|
|
* Tue Jan 29 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.7
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/56095, c++/56104, c/56078, fortran/53537, fortran/55984,
|
|
|
|
fortran/56047, inline-asm/55934, libstdc++/56085, libstdc++/56112,
|
|
|
|
other/54814, other/56076, rtl-optimization/56117, target/54663,
|
|
|
|
target/56114, testsuite/56053, tree-optimization/55927,
|
|
|
|
tree-optimization/56034, tree-optimization/56035,
|
|
|
|
tree-optimization/56094, tree-optimization/56098,
|
|
|
|
tree-optimization/56125
|
|
|
|
|
2013-01-24 09:22:45 +00:00
|
|
|
* Thu Jan 24 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.6
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/53609, c++/55944, c++/56067, c++/56071, fortran/56081,
|
|
|
|
libgomp/51376, libgomp/56073, libquadmath/56072, middle-end/56074,
|
|
|
|
sanitizer/55989, target/49069, target/54222, target/55686,
|
|
|
|
target/56028
|
|
|
|
- update TeX related BuildRequires (#891460)
|
|
|
|
|
2013-01-22 08:26:09 +00:00
|
|
|
* Tue Jan 22 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.5
|
|
|
|
- updated from trunk
|
|
|
|
- PRs c++/56059, fortran/55919, rtl-optimization/56023,
|
|
|
|
tree-optimization/56051
|
|
|
|
- fix up cloog dlopen patches for upgrade to cloog-0.18.0
|
|
|
|
- fix Fortran OpenMP OOP ICE (PR fortran/56052)
|
|
|
|
|
2013-01-21 17:04:47 +00:00
|
|
|
* Mon Jan 21 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.4
|
|
|
|
- updated from trunk
|
|
|
|
- PRs ada/864, bootstrap/55792, bootstrap/55961, c++/52343, c++/55663,
|
|
|
|
c++/55753, c++/55801, c++/55878, c++/55893, c/48418, debug/49888,
|
|
|
|
debug/53235, debug/53671, debug/54114, debug/54402, debug/55579,
|
|
|
|
debug/56006, driver/55470, driver/55884, fortran/42769, fortran/45836,
|
|
|
|
fortran/45900, fortran/47203, fortran/52865, fortran/53876,
|
|
|
|
fortran/54286, fortran/54678, fortran/54990, fortran/54992,
|
|
|
|
fortran/55072, fortran/55341, fortran/55618, fortran/55758,
|
|
|
|
fortran/55763, fortran/55806, fortran/55852, fortran/55868,
|
|
|
|
fortran/55935, fortran/55983, libmudflap/53359, libstdc++/51007,
|
|
|
|
libstdc++/55043, libstdc++/55233, libstdc++/55594, libstdc++/55728,
|
|
|
|
libstdc++/55847, libstdc++/55861, libstdc++/55908, lto/45375,
|
|
|
|
middle-end/55114, middle-end/55851, middle-end/55882,
|
|
|
|
middle-end/55890, middle-end/56015, other/55973, other/55982,
|
|
|
|
rtl-optimization/52573, rtl-optimization/53827,
|
|
|
|
rtl-optimization/55153, rtl-optimization/55547,
|
|
|
|
rtl-optimization/55672, rtl-optimization/55829,
|
|
|
|
rtl-optimization/55833, rtl-optimization/55845,
|
|
|
|
rtl-optimization/56005, sanitizer/55488, sanitizer/55679,
|
|
|
|
sanitizer/55844, target/42661, target/43961, target/54461,
|
|
|
|
target/54908, target/55301, target/55433, target/55565,
|
|
|
|
target/55718, target/55719, target/55876, target/55897,
|
|
|
|
target/55940, target/55948, target/55974, target/55981,
|
|
|
|
target/56058, testsuite/54622, testsuite/55994,
|
|
|
|
tree-optimization/44061, tree-optimization/48189,
|
|
|
|
tree-optimization/48766, tree-optimization/52631,
|
|
|
|
tree-optimization/53465, tree-optimization/54120,
|
|
|
|
tree-optimization/54767, tree-optimization/55273,
|
|
|
|
tree-optimization/55569, tree-optimization/55823,
|
|
|
|
tree-optimization/55862, tree-optimization/55875,
|
|
|
|
tree-optimization/55888, tree-optimization/55920,
|
|
|
|
tree-optimization/55921, tree-optimization/55955,
|
|
|
|
tree-optimization/55964, tree-optimization/55995,
|
|
|
|
tree-optimization/56029, tree-optimization/55264
|
|
|
|
- fix up multiversioning (PR c++/55742)
|
|
|
|
- fix up ICE with target attribute (PR middle-end/56022)
|
|
|
|
- update isl to 0.11.1 and cloog to 0.18.0
|
|
|
|
|
2013-01-06 11:13:05 +00:00
|
|
|
* Sun Jan 6 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.3
|
2011-01-22 10:26:14 +00:00
|
|
|
- new package
|