2987 lines
114 KiB
RPMSpec
2987 lines
114 KiB
RPMSpec
%global DATE 20111027
|
|
%global SVNREV 180561
|
|
%global gcc_version 4.6.2
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
# %{release}, append them after %{gcc_release} on Release: line.
|
|
%global gcc_release 1
|
|
%global _unpackaged_files_terminate_build 0
|
|
%global multilib_64_archs sparc64 ppc64 s390x x86_64
|
|
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
|
|
%global build_ada 1
|
|
%else
|
|
%global build_ada 0
|
|
%endif
|
|
%global build_java 1
|
|
%ifarch %{ix86} x86_64
|
|
%global build_go 1
|
|
%else
|
|
%global build_go 0
|
|
%endif
|
|
%ifarch %{ix86} x86_64 ia64
|
|
%global build_libquadmath 1
|
|
%else
|
|
%global build_libquadmath 0
|
|
%endif
|
|
%global build_cloog 1
|
|
%global build_libstdcxx_docs 1
|
|
# If you don't have already a usable gcc-java and libgcj for your arch,
|
|
# do on some arch which has it rpmbuild -bc --with java_tar gcc.spec
|
|
# which creates libjava-classes-%{version}-%{release}.tar.bz2
|
|
# With this then on the new arch do rpmbuild -ba -v --with java_bootstrap gcc.spec
|
|
%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}
|
|
%ifarch s390x
|
|
%global multilib_32_arch s390
|
|
%endif
|
|
%ifarch sparc64
|
|
%global multilib_32_arch sparcv9
|
|
%endif
|
|
%ifarch ppc64
|
|
%global multilib_32_arch ppc
|
|
%endif
|
|
%ifarch x86_64
|
|
%global multilib_32_arch i686
|
|
%endif
|
|
Summary: Various compilers (C, C++, Objective-C, Java, ...)
|
|
Name: gcc
|
|
Version: %{gcc_version}
|
|
Release: %{gcc_release}%{?dist}
|
|
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
|
# GCC Runtime Exception.
|
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
|
Group: Development/Languages
|
|
# The source for this package was pulled from upstream's vcs. Use the
|
|
# following commands to generate the tarball:
|
|
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_6-branch@%{SVNREV} gcc-%{version}-%{DATE}
|
|
# tar cf - gcc-%{version}-%{DATE} | bzip2 -9 > gcc-%{version}-%{DATE}.tar.bz2
|
|
Source0: gcc-%{version}-%{DATE}.tar.bz2
|
|
%global fastjar_ver 0.97
|
|
Source4: http://download.savannah.nongnu.org/releases/fastjar/fastjar-%{fastjar_ver}.tar.gz
|
|
URL: http://gcc.gnu.org
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
# Need binutils with -pie support >= 2.14.90.0.4-4
|
|
# Need binutils which can omit dot symbols and overlap .opd on ppc64 >= 2.15.91.0.2-4
|
|
# Need binutils which handle -msecure-plt on ppc >= 2.16.91.0.2-2
|
|
# Need binutils which support .weakref >= 2.16.91.0.3-1
|
|
# Need binutils which support --hash-style=gnu >= 2.17.50.0.2-7
|
|
# Need binutils which support mffgpr and mftgpr >= 2.17.50.0.2-8
|
|
# Need binutils which support --build-id >= 2.17.50.0.17-3
|
|
# Need binutils which support %gnu_unique_object >= 2.19.51.0.14
|
|
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
|
|
# Need binutils which support --no-add-needed >= 2.20.51.0.2-12
|
|
BuildRequires: binutils >= 2.20.51.0.2-12
|
|
# While gcc doesn't include statically linked binaries, during testing
|
|
# -static is used several times.
|
|
BuildRequires: glibc-static
|
|
BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, texinfo, sharutils
|
|
BuildRequires: systemtap-sdt-devel >= 1.3
|
|
# For VTA guality testing
|
|
BuildRequires: gdb
|
|
%if %{build_java}
|
|
BuildRequires: /usr/share/java/eclipse-ecj.jar, zip, unzip
|
|
%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
|
|
BuildRequires: elfutils-devel >= 0.147
|
|
BuildRequires: elfutils-libelf-devel >= 0.147
|
|
%ifarch ppc ppc64 s390 s390x sparc sparcv9 alpha
|
|
# Make sure glibc supports TFmode long double
|
|
BuildRequires: glibc >= 2.3.90-35
|
|
%endif
|
|
%ifarch %{multilib_64_archs} sparcv9 ppc
|
|
# Ensure glibc{,-devel} is installed for both multilib arches
|
|
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
|
|
%endif
|
|
%if %{build_ada}
|
|
# Ada requires Ada to build
|
|
BuildRequires: gcc-gnat >= 3.1, libgnat >= 3.1
|
|
%endif
|
|
%ifarch ia64
|
|
BuildRequires: libunwind >= 0.98
|
|
%endif
|
|
%if %{build_cloog}
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
|
|
BuildRequires: ppl >= 0.11.2, ppl-devel >= 0.11.2
|
|
%else
|
|
BuildRequires: ppl >= 0.10, ppl-devel >= 0.10
|
|
%endif
|
|
BuildRequires: cloog-ppl >= 0.15, cloog-ppl-devel >= 0.15
|
|
%endif
|
|
%if %{build_libstdcxx_docs}
|
|
BuildRequires: doxygen >= 1.7.1
|
|
BuildRequires: graphviz
|
|
%endif
|
|
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
|
|
# Need binutils that support %gnu_unique_object
|
|
# Need binutils that support .cfi_sections
|
|
# Need binutils that support --no-add-needed
|
|
Requires: binutils >= 2.20.51.0.2-12
|
|
# 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
|
|
Requires: libgcc >= %{version}-%{release}
|
|
Requires: libgomp = %{version}-%{release}
|
|
%if !%{build_ada}
|
|
Obsoletes: gcc-gnat < %{version}-%{release}
|
|
Obsoletes: libgnat < %{version}-%{release}
|
|
%endif
|
|
%if %{build_cloog}
|
|
Requires: cloog-ppl >= 0.15
|
|
%endif
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
AutoReq: true
|
|
|
|
Patch0: gcc46-hack.patch
|
|
Patch2: gcc46-c++-builtin-redecl.patch
|
|
Patch4: gcc46-java-nomulti.patch
|
|
Patch5: gcc46-ppc32-retaddr.patch
|
|
Patch6: gcc46-pr33763.patch
|
|
Patch7: gcc46-rh330771.patch
|
|
Patch8: gcc46-i386-libgomp.patch
|
|
Patch9: gcc46-sparc-config-detection.patch
|
|
Patch10: gcc46-libgomp-omp_h-multilib.patch
|
|
Patch11: gcc46-libtool-no-rpath.patch
|
|
Patch12: gcc46-cloog-dl.patch
|
|
Patch14: gcc46-pr38757.patch
|
|
Patch15: gcc46-libstdc++-docs.patch
|
|
Patch17: gcc46-no-add-needed.patch
|
|
Patch18: gcc46-ppl-0.10.patch
|
|
Patch19: gcc46-pr47858.patch
|
|
|
|
Patch1000: fastjar-0.97-segfault.patch
|
|
Patch1001: fastjar-0.97-len1.patch
|
|
Patch1002: fastjar-0.97-filename0.patch
|
|
Patch1003: fastjar-CVE-2010-0831.patch
|
|
Patch1004: fastjar-man.patch
|
|
|
|
# On ARM EABI systems, we do want -gnueabi to be part of the
|
|
# target triple.
|
|
%ifnarch %{arm}
|
|
%global _gnu %{nil}
|
|
%endif
|
|
%ifarch sparcv9
|
|
%global gcc_target_platform sparc64-%{_vendor}-%{_target_os}
|
|
%endif
|
|
%ifarch ppc
|
|
%global gcc_target_platform ppc64-%{_vendor}-%{_target_os}
|
|
%endif
|
|
%ifnarch sparcv9 ppc
|
|
%global gcc_target_platform %{_target_platform}
|
|
%endif
|
|
|
|
%description
|
|
The gcc package contains the GNU Compiler Collection version 4.6.
|
|
You'll need this package in order to compile C code.
|
|
|
|
%package -n libgcc
|
|
Summary: GCC version 4.6 shared support library
|
|
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
|
|
Requires: glibc >= 2.10.90-7
|
|
|
|
%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
|
|
Requires: libstdc++%{?_isa} = %{version}-%{release}
|
|
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.
|
|
|
|
%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
|
|
Static libraries for the GNU standard C++ library.
|
|
|
|
%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.
|
|
|
|
%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
|
|
Summary: Fortran support
|
|
Group: Development/Languages
|
|
Requires: gcc = %{version}-%{release}
|
|
Requires: libgfortran = %{version}-%{release}
|
|
%if %{build_libquadmath}
|
|
Requires: libquadmath = %{version}-%{release}
|
|
Requires: libquadmath-devel = %{version}-%{release}
|
|
%endif
|
|
BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
Autoreq: true
|
|
|
|
%description gfortran
|
|
The gcc-gfortran package provides support for compiling Fortran
|
|
programs with the GNU Compiler Collection.
|
|
|
|
%package -n libgfortran
|
|
Summary: Fortran runtime
|
|
Group: System Environment/Libraries
|
|
Autoreq: true
|
|
%if %{build_libquadmath}
|
|
Requires: libquadmath = %{version}-%{release}
|
|
%endif
|
|
|
|
%description -n libgfortran
|
|
This package contains Fortran shared library which is needed to run
|
|
Fortran dynamically linked programs.
|
|
|
|
%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.
|
|
|
|
%package -n libgomp
|
|
Summary: GCC OpenMP v3.0 shared support library
|
|
Group: System Environment/Libraries
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%description -n libgomp
|
|
This package contains GCC shared support library which is needed
|
|
for OpenMP v3.0 support.
|
|
|
|
%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
|
|
This package contains headers for building mudflap-instrumented programs.
|
|
|
|
To instrument a non-threaded program, add -fmudflap
|
|
option to GCC and when linking add -lmudflap, for threaded programs
|
|
also add -fmudflapth and -lmudflapth.
|
|
|
|
%package -n libmudflap-static
|
|
Summary: Static libraries for mudflap support
|
|
Group: Development/Libraries
|
|
Requires: libmudflap-devel = %{version}-%{release}
|
|
|
|
%description -n libmudflap-static
|
|
This package contains static libraries for building mudflap-instrumented
|
|
programs.
|
|
|
|
%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.
|
|
|
|
%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
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
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
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
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
|
|
Requires: libgcj%{?_isa} = %{version}-%{release}
|
|
Requires: zlib-devel%{?_isa}
|
|
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
|
|
Summary: The C Preprocessor
|
|
Group: Development/Languages
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
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
|
|
Requires: gcc = %{version}-%{release}
|
|
Requires: libgnat = %{version}-%{release}, libgnat-devel = %{version}-%{release}
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
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.
|
|
|
|
%package -n libgnat-devel
|
|
Summary: GNU Ada 95 libraries
|
|
Group: Development/Languages
|
|
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.
|
|
|
|
%package -n libgnat-static
|
|
Summary: GNU Ada 95 static libraries
|
|
Group: Development/Languages
|
|
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.
|
|
|
|
%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}
|
|
Requires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
|
|
|
|
%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.
|
|
|
|
%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
|
|
|
|
%prep
|
|
%setup -q -n gcc-%{version}-%{DATE}
|
|
%patch0 -p0 -b .hack~
|
|
%patch2 -p0 -b .c++-builtin-redecl~
|
|
%patch4 -p0 -b .java-nomulti~
|
|
%patch5 -p0 -b .ppc32-retaddr~
|
|
%patch6 -p0 -b .pr33763~
|
|
%patch7 -p0 -b .rh330771~
|
|
%patch8 -p0 -b .i386-libgomp~
|
|
%patch9 -p0 -b .sparc-config-detection~
|
|
%patch10 -p0 -b .libgomp-omp_h-multilib~
|
|
%patch11 -p0 -b .libtool-no-rpath~
|
|
%if %{build_cloog}
|
|
%patch12 -p0 -b .cloog-dl~
|
|
%endif
|
|
%patch14 -p0 -b .pr38757~
|
|
%if %{build_libstdcxx_docs}
|
|
%patch15 -p0 -b .libstdc++-docs~
|
|
%endif
|
|
%patch17 -p0 -b .no-add-needed~
|
|
%if 0%{?fedora} < 15 || 0%{?rhel} < 7
|
|
%patch18 -p0 -b .ppl-0.10~
|
|
%endif
|
|
%patch19 -p0 -b .pr47858~
|
|
|
|
%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 \
|
|
| egrep 'lib[0-9]*/lib(gcc|gomp|stdc)'`; do
|
|
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
|
|
rm -f "${BUILDDIR}"/test.debug
|
|
fi
|
|
done
|
|
for f in `find usr/lib/debug/.build-id -type l`; do
|
|
ls -l "$f" | egrep -q -- '->.*lib[0-9]*/lib(gcc|gomp|stdc)' \
|
|
&& 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
|
|
mv -f "${BUILDDIR}"/debugfiles-base.list{,.old}
|
|
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
|
|
rm -f "${BUILDDIR}"/debugfiles-base.list.old
|
|
fi
|
|
EOF
|
|
chmod 755 split-debuginfo.sh
|
|
%endif
|
|
|
|
# This testcase doesn't compile.
|
|
rm libjava/testsuite/libjava.lang/PR35020*
|
|
|
|
tar xzf %{SOURCE4}
|
|
|
|
%patch1000 -p0 -b .fastjar-0.97-segfault~
|
|
%patch1001 -p0 -b .fastjar-0.97-len1~
|
|
%patch1002 -p0 -b .fastjar-0.97-filename0~
|
|
%patch1003 -p0 -b .fastjar-CVE-2010-0831~
|
|
%patch1004 -p0 -b .fastjar-man~
|
|
|
|
%if %{bootstrap_java}
|
|
tar xjf %{SOURCE10}
|
|
%endif
|
|
|
|
sed -i -e 's/4\.6\.3/4.6.2/' gcc/BASE-VER
|
|
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
|
|
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
|
# 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
|
|
sed -i '/dwarf_record_gcc_switches/s/Init(0)/Init(1)/' gcc/common.opt
|
|
sed -i 's/\(may be either 2, 3 or 4; the default version is \)2\./\14./' gcc/doc/invoke.texi
|
|
%else
|
|
# Default to -gdwarf-3 rather than -gdwarf-2
|
|
sed -i '/UInteger Var(dwarf_version)/s/Init(2)/Init(3)/' gcc/common.opt
|
|
sed -i 's/\(may be either 2, 3 or 4; the default version is \)2\./\13./' gcc/doc/invoke.texi
|
|
sed -i 's/#define[[:blank:]]*EMIT_ENTRY_VALUE[[:blank:]].*$/#define EMIT_ENTRY_VALUE 0/' gcc/{var-tracking,dwarf2out}.c
|
|
sed -i 's/#define[[:blank:]]*EMIT_TYPED_DWARF_STACK[[:blank:]].*$/#define EMIT_TYPED_DWARF_STACK 0/' gcc/dwarf2out.c
|
|
sed -i 's/#define[[:blank:]]*EMIT_DEBUG_MACRO[[:blank:]].*$/#define EMIT_DEBUG_MACRO 0/' gcc/dwarf2out.c
|
|
%endif
|
|
|
|
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
|
|
|
|
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
|
|
|
|
%ifarch ppc
|
|
if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
|
|
mkdir -p libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64
|
|
mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{,64/}baseline_symbols.txt
|
|
mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{32/,}baseline_symbols.txt
|
|
rm -rf libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32
|
|
fi
|
|
%endif
|
|
%ifarch sparc
|
|
if [ -d libstdc++-v3/config/abi/post/sparc64-linux-gnu ]; then
|
|
mkdir -p libstdc++-v3/config/abi/post/sparc64-linux-gnu/64
|
|
mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{,64/}baseline_symbols.txt
|
|
mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{32/,}baseline_symbols.txt
|
|
rm -rf libstdc++-v3/config/abi/post/sparc64-linux-gnu/32
|
|
fi
|
|
%endif
|
|
|
|
# This test causes fork failures, because it spawns way too many threads
|
|
rm -f gcc/testsuite/go.test/test/chan/goroutines.go
|
|
|
|
%build
|
|
|
|
%if %{build_java}
|
|
export GCJ_PROPERTIES=jdt.compiler.useSingleThread=true
|
|
# 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}
|
|
../configure CFLAGS="%{optflags}" --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir}
|
|
make %{?_smp_mflags}
|
|
export PATH=`pwd`${PATH:+:$PATH}
|
|
cd ../../
|
|
%endif
|
|
|
|
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
|
|
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/
|
|
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
|
|
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
|
|
#!/bin/sh
|
|
export CLASSPATH=`pwd`${CLASSPATH:+:$CLASSPATH}
|
|
exec `pwd`/gjavah.real "\$@"
|
|
EOF
|
|
chmod +x `pwd`/gjavah
|
|
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
|
|
|
|
CC=gcc
|
|
OPT_FLAGS=`echo %{optflags}|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
|
|
%ifarch sparc
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
|
|
%endif
|
|
%ifarch %{ix86}
|
|
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=i.86//g'`
|
|
%endif
|
|
%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
|
|
CC=`pwd`/gcc64
|
|
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
|
|
enablelgo=
|
|
enablelada=
|
|
%if %{build_ada}
|
|
enablelada=,ada
|
|
%endif
|
|
%if %{build_go}
|
|
enablelgo=,go
|
|
%endif
|
|
CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`" \
|
|
XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" GCJFLAGS="$OPT_FLAGS" \
|
|
../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 \
|
|
--enable-gnu-unique-object --enable-linker-build-id \
|
|
--enable-languages=c,c++,objc,obj-c++,java,fortran${enablelada}${enablelgo},lto \
|
|
--enable-plugin \
|
|
%if !%{build_java}
|
|
--disable-libgcj \
|
|
%else
|
|
--enable-java-awt=gtk --disable-dssi \
|
|
--with-java-home=%{_prefix}/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre \
|
|
--enable-libgcj-multifile \
|
|
%if !%{bootstrap_java}
|
|
--enable-java-maintainer-mode \
|
|
%endif
|
|
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar \
|
|
--disable-libjava-multilib \
|
|
%endif
|
|
%if %{build_cloog}
|
|
--with-ppl --with-cloog \
|
|
%endif
|
|
%ifarch %{arm}
|
|
--disable-sjlj-exceptions \
|
|
%endif
|
|
%ifarch ppc ppc64
|
|
--enable-secureplt \
|
|
%endif
|
|
%ifarch sparc sparcv9 sparc64 ppc ppc64 s390 s390x alpha
|
|
--with-long-double-128 \
|
|
%endif
|
|
%ifarch sparc
|
|
--disable-linux-futex \
|
|
%endif
|
|
%ifarch sparc64
|
|
--with-cpu=ultrasparc \
|
|
%endif
|
|
%ifarch sparc sparcv9
|
|
--host=%{gcc_target_platform} --build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=v7
|
|
%endif
|
|
%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
|
|
%ifarch ppc
|
|
--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
|
|
%endif
|
|
%ifarch %{ix86} x86_64
|
|
--with-tune=generic \
|
|
%endif
|
|
%ifarch %{ix86}
|
|
--with-arch=i686 \
|
|
%endif
|
|
%ifarch x86_64
|
|
--with-arch_32=i686 \
|
|
%endif
|
|
%ifarch s390 s390x
|
|
--with-arch=z9-109 --with-tune=z10 --enable-decimal-float \
|
|
%endif
|
|
%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
|
|
%ifnarch sparc sparcv9 ppc
|
|
--build=%{gcc_target_platform}
|
|
%endif
|
|
|
|
#GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
|
|
GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
|
|
|
|
# Make generated man pages even if Pod::Man is not new enough
|
|
perl -pi -e 's/head3/head2/' ../contrib/texi2pod.pl
|
|
for i in ../gcc/doc/*.texi; do
|
|
cp -a $i $i.orig; sed 's/ftable/table/' $i.orig > $i
|
|
done
|
|
make -C gcc generated-manpages
|
|
for i in ../gcc/doc/*.texi; do mv -f $i.orig $i; done
|
|
|
|
# Make generated doxygen pages.
|
|
%if %{build_libstdcxx_docs}
|
|
cd %{gcc_target_platform}/libstdc++-v3
|
|
make doc-html-doxygen
|
|
make doc-man-doxygen
|
|
cd ../..
|
|
%endif
|
|
|
|
# Copy various doc files here and there
|
|
cd ..
|
|
mkdir -p rpm.doc/gfortran rpm.doc/objc
|
|
mkdir -p rpm.doc/boehm-gc rpm.doc/fastjar rpm.doc/libffi rpm.doc/libjava
|
|
mkdir -p rpm.doc/go rpm.doc/libgo rpm.doc/libquadmath
|
|
mkdir -p rpm.doc/changelogs/{gcc/cp,gcc/java,gcc/ada,libstdc++-v3,libobjc,libmudflap,libgomp}
|
|
|
|
for i in {gcc,gcc/cp,gcc/java,gcc/ada,libstdc++-v3,libobjc,libmudflap,libgomp}/ChangeLog*; do
|
|
cp -p $i rpm.doc/changelogs/$i
|
|
done
|
|
|
|
(cd gcc/fortran; for i in ChangeLog*; do
|
|
cp -p $i ../../rpm.doc/gfortran/$i
|
|
done)
|
|
(cd libgfortran; for i in ChangeLog*; do
|
|
cp -p $i ../rpm.doc/gfortran/$i.libgfortran
|
|
done)
|
|
(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)
|
|
(cd fastjar-%{fastjar_ver}; for i in ChangeLog* README*; do
|
|
cp -p $i ../rpm.doc/fastjar/$i.fastjar
|
|
done)
|
|
(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/
|
|
%if %{build_libquadmath}
|
|
(cd libquadmath; for i in ChangeLog* COPYING.LIB; do
|
|
cp -p $i ../rpm.doc/libquadmath/$i.libquadmath
|
|
done)
|
|
%endif
|
|
%if %{build_go}
|
|
(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)
|
|
%endif
|
|
|
|
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
|
|
rm -fr %{buildroot}
|
|
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
%if %{build_java}
|
|
export GCJ_PROPERTIES=jdt.compiler.useSingleThread=true
|
|
export PATH=`pwd`/../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}${PATH:+:$PATH}
|
|
%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
|
|
|
|
make prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir} \
|
|
infodir=%{buildroot}%{_infodir} install
|
|
%if %{build_java}
|
|
make DESTDIR=%{buildroot} -C %{gcc_target_platform}/libjava install-src.zip
|
|
%endif
|
|
%if %{build_ada}
|
|
chmod 644 %{buildroot}%{_infodir}/gnat*
|
|
%endif
|
|
|
|
FULLPATH=%{buildroot}%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
FULLEPATH=%{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}
|
|
|
|
# fix some things
|
|
ln -sf gcc %{buildroot}%{_prefix}/bin/cc
|
|
mkdir -p %{buildroot}/lib
|
|
ln -sf ..%{_prefix}/bin/cpp %{buildroot}/lib/cpp
|
|
ln -sf gfortran %{buildroot}%{_prefix}/bin/f95
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
gzip -9 %{buildroot}%{_infodir}/*.info*
|
|
ln -sf gcc %{buildroot}%{_prefix}/bin/gnatgcc
|
|
|
|
cxxconfig="`find %{gcc_target_platform}/libstdc++-v3/include -name c++config.h`"
|
|
for i in `find %{gcc_target_platform}/[36]*/libstdc++-v3/include -name c++config.h 2>/dev/null`; do
|
|
if ! diff -up $cxxconfig $i; then
|
|
cat > %{buildroot}%{_prefix}/include/c++/%{gcc_version}/%{gcc_target_platform}/bits/c++config.h <<EOF
|
|
#ifndef _CPP_CPPCONFIG_WRAPPER
|
|
#define _CPP_CPPCONFIG_WRAPPER 1
|
|
#include <bits/wordsize.h>
|
|
#if __WORDSIZE == 32
|
|
%ifarch %{multilib_64_archs}
|
|
`cat $(find %{gcc_target_platform}/32/libstdc++-v3/include -name c++config.h)`
|
|
%else
|
|
`cat $(find %{gcc_target_platform}/libstdc++-v3/include -name c++config.h)`
|
|
%endif
|
|
#else
|
|
%ifarch %{multilib_64_archs}
|
|
`cat $(find %{gcc_target_platform}/libstdc++-v3/include -name c++config.h)`
|
|
%else
|
|
`cat $(find %{gcc_target_platform}/64/libstdc++-v3/include -name c++config.h)`
|
|
%endif
|
|
#endif
|
|
#endif
|
|
EOF
|
|
break
|
|
fi
|
|
done
|
|
|
|
for f in `find %{buildroot}%{_prefix}/include/c++/%{gcc_version}/%{gcc_target_platform}/ -name c++config.h`; do
|
|
for i in 1 2 4 8; do
|
|
sed -i -e 's/#define _GLIBCXX_ATOMIC_BUILTINS_'$i' 1/#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_'$i'\
|
|
&\
|
|
#endif/' $f
|
|
done
|
|
done
|
|
|
|
# Nuke bits/*.h.gch dirs
|
|
# 1) there is no bits/*.h header installed, so when gch file can't be
|
|
# used, compilation fails
|
|
# 2) sometimes it is hard to match the exact options used for building
|
|
# libstdc++-v3 or they aren't desirable
|
|
# 3) there are multilib issues, conflicts etc. with this
|
|
# 4) it is huge
|
|
# People can always precompile on their own whatever they want, but
|
|
# shipping this for everybody is unnecessary.
|
|
rm -rf %{buildroot}%{_prefix}/include/c++/%{gcc_version}/%{gcc_target_platform}/bits/*.h.gch
|
|
|
|
%if %{build_libstdcxx_docs}
|
|
libstdcxx_doc_builddir=%{gcc_target_platform}/libstdc++-v3/doc/doxygen
|
|
mkdir -p ../rpm.doc/libstdc++-v3
|
|
cp -r -p ../libstdc++-v3/doc/html ../rpm.doc/libstdc++-v3/html
|
|
cp -r -p $libstdcxx_doc_builddir/html ../rpm.doc/libstdc++-v3/html/api
|
|
mkdir -p %{buildroot}%{_mandir}/man3
|
|
cp -r -p $libstdcxx_doc_builddir/man/man3/* %{buildroot}%{_mandir}/man3/
|
|
find ../rpm.doc/libstdc++-v3 -name \*~ | xargs rm
|
|
%endif
|
|
|
|
%ifarch sparcv9 sparc64
|
|
ln -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gcc \
|
|
%{buildroot}%{_prefix}/bin/sparc-%{_vendor}-%{_target_os}-gcc
|
|
%endif
|
|
%ifarch ppc ppc64
|
|
ln -f %{buildroot}%{_prefix}/bin/%{gcc_target_platform}-gcc \
|
|
%{buildroot}%{_prefix}/bin/ppc-%{_vendor}-%{_target_os}-gcc
|
|
%endif
|
|
|
|
%ifarch sparcv9 ppc
|
|
FULLLPATH=$FULLPATH/lib32
|
|
%endif
|
|
%ifarch sparc64 ppc64
|
|
FULLLPATH=$FULLPATH/lib64
|
|
%endif
|
|
if [ -n "$FULLLPATH" ]; then
|
|
mkdir -p $FULLLPATH
|
|
else
|
|
FULLLPATH=$FULLPATH
|
|
fi
|
|
|
|
find %{buildroot} -name \*.la | xargs rm -f
|
|
%if %{build_java}
|
|
# gcj -static doesn't work properly anyway, unless using --whole-archive
|
|
# and saving 35MB is not bad.
|
|
find %{buildroot} -name libgcj.a -o -name libgtkpeer.a \
|
|
-o -name libgjsmalsa.a -o -name libgcj-tools.a -o -name libjvm.a \
|
|
-o -name libgij.a -o -name libgcj_bc.a -o -name libjavamath.a \
|
|
| xargs rm -f
|
|
|
|
mv %{buildroot}%{_prefix}/lib/libgcj.spec $FULLPATH/
|
|
sed -i -e 's/lib: /&%%{static:%%eJava programs cannot be linked statically}/' \
|
|
$FULLPATH/libgcj.spec
|
|
%endif
|
|
|
|
mv %{buildroot}%{_prefix}/lib/libgfortran.spec $FULLPATH/
|
|
|
|
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
|
|
ln -sf /%{_lib}/libgcc_s.so.1 $FULLPATH/libgcc_s.so
|
|
%ifarch sparcv9 ppc
|
|
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
|
|
%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
|
|
%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
|
|
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgomp.spec $FULLPATH/
|
|
|
|
%if %{build_ada}
|
|
mv -f $FULLPATH/adalib/libgnarl-*.so %{buildroot}%{_prefix}/%{_lib}/
|
|
mv -f $FULLPATH/adalib/libgnat-*.so %{buildroot}%{_prefix}/%{_lib}/
|
|
rm -f $FULLPATH/adalib/libgnarl.so* $FULLPATH/adalib/libgnat.so*
|
|
%endif
|
|
|
|
mkdir -p %{buildroot}%{_prefix}/libexec/getconf
|
|
if gcc/xgcc -B gcc/ -E -dD -xc /dev/null | grep __LONG_MAX__.*2147483647; then
|
|
ln -sf POSIX_V6_ILP32_OFF32 %{buildroot}%{_prefix}/libexec/getconf/default
|
|
else
|
|
ln -sf POSIX_V6_LP64_OFF64 %{buildroot}%{_prefix}/libexec/getconf/default
|
|
fi
|
|
|
|
%if %{build_java}
|
|
pushd ../fastjar-%{fastjar_ver}/obj-%{gcc_target_platform}
|
|
make install DESTDIR=%{buildroot}
|
|
popd
|
|
|
|
if [ "%{_lib}" != "lib" ]; then
|
|
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`
|
|
fi
|
|
|
|
%endif
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++*gdb.py* \
|
|
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
|
|
pushd ../libstdc++-v3/python
|
|
for i in `find . -name \*.py`; do
|
|
touch -r $i %{buildroot}%{_prefix}/share/gcc-%{gcc_version}/python/$i
|
|
done
|
|
touch -r hook.in %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc++*gdb.py
|
|
popd
|
|
|
|
pushd $FULLPATH
|
|
if [ "%{_lib}" = "lib" ]; then
|
|
ln -sf ../../../libobjc.so.3 libobjc.so
|
|
ln -sf ../../../libstdc++.so.6.*[0-9] libstdc++.so
|
|
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
|
|
%if %{build_go}
|
|
ln -sf ../../../libgo.so.0.* libgo.so
|
|
%endif
|
|
%if %{build_libquadmath}
|
|
ln -sf ../../../libquadmath.so.0.* libquadmath.so
|
|
%endif
|
|
%if %{build_java}
|
|
ln -sf ../../../libgcj.so.12.* libgcj.so
|
|
ln -sf ../../../libgcj-tools.so.12.* libgcj-tools.so
|
|
ln -sf ../../../libgij.so.12.* libgij.so
|
|
%endif
|
|
else
|
|
ln -sf ../../../../%{_lib}/libobjc.so.3 libobjc.so
|
|
ln -sf ../../../../%{_lib}/libstdc++.so.6.*[0-9] libstdc++.so
|
|
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
|
|
%if %{build_go}
|
|
ln -sf ../../../../%{_lib}/libgo.so.0.* libgo.so
|
|
%endif
|
|
%if %{build_libquadmath}
|
|
ln -sf ../../../../%{_lib}/libquadmath.so.0.* libquadmath.so
|
|
%endif
|
|
%if %{build_java}
|
|
ln -sf ../../../../%{_lib}/libgcj.so.12.* libgcj.so
|
|
ln -sf ../../../../%{_lib}/libgcj-tools.so.12.* libgcj-tools.so
|
|
ln -sf ../../../../%{_lib}/libgij.so.12.* libgij.so
|
|
%endif
|
|
fi
|
|
%if %{build_java}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgcj_bc.so $FULLLPATH/
|
|
%endif
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libsupc++.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgfortran.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libobjc.*a .
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgomp.*a .
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libmudflap{,th}.*a $FULLLPATH/
|
|
%if %{build_libquadmath}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libquadmath.*a $FULLLPATH/
|
|
%endif
|
|
%if %{build_go}
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgo.*a $FULLLPATH/
|
|
mv -f %{buildroot}%{_prefix}/%{_lib}/libgobegin.*a $FULLLPATH/
|
|
%endif
|
|
|
|
%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
|
|
ln -sf ../../../../../libgnarl-*.so libgnarl-4.6.so
|
|
ln -sf ../../../../../libgnat-*.so libgnat.so
|
|
ln -sf ../../../../../libgnat-*.so libgnat-4.6.so
|
|
else
|
|
ln -sf ../../../../../../%{_lib}/libgnarl-*.so libgnarl.so
|
|
ln -sf ../../../../../../%{_lib}/libgnarl-*.so libgnarl-4.6.so
|
|
ln -sf ../../../../../../%{_lib}/libgnat-*.so libgnat.so
|
|
ln -sf ../../../../../../%{_lib}/libgnat-*.so libgnat-4.6.so
|
|
fi
|
|
popd
|
|
else
|
|
pushd $FULLPATH/adalib
|
|
if [ "%{_lib}" = "lib" ]; then
|
|
ln -sf ../../../../libgnarl-*.so libgnarl.so
|
|
ln -sf ../../../../libgnarl-*.so libgnarl-4.6.so
|
|
ln -sf ../../../../libgnat-*.so libgnat.so
|
|
ln -sf ../../../../libgnat-*.so libgnat-4.6.so
|
|
else
|
|
ln -sf ../../../../../%{_lib}/libgnarl-*.so libgnarl.so
|
|
ln -sf ../../../../../%{_lib}/libgnarl-*.so libgnarl-4.6.so
|
|
ln -sf ../../../../../%{_lib}/libgnat-*.so libgnat.so
|
|
ln -sf ../../../../../%{_lib}/libgnat-*.so libgnat-4.6.so
|
|
fi
|
|
popd
|
|
fi
|
|
%endif
|
|
|
|
%ifarch sparcv9 ppc
|
|
ln -sf ../../../../../lib64/libobjc.so.3 64/libobjc.so
|
|
ln -sf ../`echo ../../../../lib/libstdc++.so.6.*[0-9] | sed s~/lib/~/lib64/~` 64/libstdc++.so
|
|
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
|
|
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
|
|
%if %{build_go}
|
|
rm -f libgo.so
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.0.* | sed 's,^.*libg,libg,'`' )' > libgo.so
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.0.* | sed 's,^.*libg,libg,'`' )' > 64/libgo.so
|
|
%endif
|
|
%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
|
|
%if %{build_java}
|
|
ln -sf ../`echo ../../../../lib/libgcj.so.12.* | sed s~/lib/~/lib64/~` 64/libgcj.so
|
|
ln -sf ../`echo ../../../../lib/libgcj-tools.so.12.* | sed s~/lib/~/lib64/~` 64/libgcj-tools.so
|
|
ln -sf ../`echo ../../../../lib/libgij.so.12.* | sed s~/lib/~/lib64/~` 64/libgij.so
|
|
ln -sf lib32/libgcj_bc.so libgcj_bc.so
|
|
ln -sf ../lib64/libgcj_bc.so 64/libgcj_bc.so
|
|
%endif
|
|
ln -sf lib32/libgfortran.a libgfortran.a
|
|
ln -sf ../lib64/libgfortran.a 64/libgfortran.a
|
|
mv -f %{buildroot}%{_prefix}/lib64/libobjc.*a 64/
|
|
mv -f %{buildroot}%{_prefix}/lib64/libgomp.*a 64/
|
|
ln -sf lib32/libstdc++.a libstdc++.a
|
|
ln -sf ../lib64/libstdc++.a 64/libstdc++.a
|
|
ln -sf lib32/libsupc++.a libsupc++.a
|
|
ln -sf ../lib64/libsupc++.a 64/libsupc++.a
|
|
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
|
|
%if %{build_libquadmath}
|
|
ln -sf lib32/libquadmath.a libquadmath.a
|
|
ln -sf ../lib64/libquadmath.a 64/libquadmath.a
|
|
%endif
|
|
%if %{build_go}
|
|
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
|
|
%endif
|
|
%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
|
|
%endif
|
|
%ifarch %{multilib_64_archs}
|
|
mkdir -p 32
|
|
ln -sf ../../../../libobjc.so.3 32/libobjc.so
|
|
ln -sf ../`echo ../../../../lib64/libstdc++.so.6.*[0-9] | sed s~/../lib64/~/~` 32/libstdc++.so
|
|
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
|
|
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
|
|
%if %{build_go}
|
|
rm -f libgo.so
|
|
echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.0.* | sed 's,^.*libg,libg,'`' )' > libgo.so
|
|
echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.0.* | sed 's,^.*libg,libg,'`' )' > 32/libgo.so
|
|
%endif
|
|
%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
|
|
%if %{build_java}
|
|
ln -sf ../`echo ../../../../lib64/libgcj.so.12.* | sed s~/../lib64/~/~` 32/libgcj.so
|
|
ln -sf ../`echo ../../../../lib64/libgcj-tools.so.12.* | sed s~/../lib64/~/~` 32/libgcj-tools.so
|
|
ln -sf ../`echo ../../../../lib64/libgij.so.12.* | sed s~/../lib64/~/~` 32/libgij.so
|
|
%endif
|
|
mv -f %{buildroot}%{_prefix}/lib/libobjc.*a 32/
|
|
mv -f %{buildroot}%{_prefix}/lib/libgomp.*a 32/
|
|
%endif
|
|
%ifarch sparc64 ppc64
|
|
ln -sf ../lib32/libgfortran.a 32/libgfortran.a
|
|
ln -sf lib64/libgfortran.a libgfortran.a
|
|
ln -sf ../lib32/libstdc++.a 32/libstdc++.a
|
|
ln -sf lib64/libstdc++.a libstdc++.a
|
|
ln -sf ../lib32/libsupc++.a 32/libsupc++.a
|
|
ln -sf lib64/libsupc++.a libsupc++.a
|
|
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
|
|
%if %{build_libquadmath}
|
|
ln -sf ../lib32/libquadmath.a 32/libquadmath.a
|
|
ln -sf lib64/libquadmath.a libquadmath.a
|
|
%endif
|
|
%if %{build_go}
|
|
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
|
|
%endif
|
|
%if %{build_java}
|
|
ln -sf ../lib32/libgcj_bc.so 32/libgcj_bc.so
|
|
ln -sf lib64/libgcj_bc.so libgcj_bc.so
|
|
%endif
|
|
%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
|
|
%else
|
|
%ifarch %{multilib_64_archs}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libgfortran.a 32/libgfortran.a
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libstdc++.a 32/libstdc++.a
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libsupc++.a 32/libsupc++.a
|
|
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
|
|
%if %{build_libquadmath}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libquadmath.a 32/libquadmath.a
|
|
%endif
|
|
%if %{build_go}
|
|
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
|
|
%endif
|
|
%if %{build_java}
|
|
ln -sf ../../../%{multilib_32_arch}-%{_vendor}-%{_target_os}/%{gcc_version}/libgcj_bc.so 32/libgcj_bc.so
|
|
%endif
|
|
%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
|
|
%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 \
|
|
-o -name libgcc.a -o -name libgcov.a -o -name libquadmath.a \
|
|
-o -name libgo.a \) -a -type f`
|
|
popd
|
|
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.*
|
|
%if %{build_libquadmath}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libquadmath.so.0.*
|
|
%endif
|
|
%if %{build_go}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.0.*
|
|
%endif
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libobjc.so.3.*
|
|
|
|
%if %{build_ada}
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgnarl*so*
|
|
chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgnat*so*
|
|
%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
|
|
|
|
cat > %{buildroot}%{_prefix}/bin/c89 <<"EOF"
|
|
#!/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
|
|
cat > %{buildroot}%{_prefix}/bin/c99 <<"EOF"
|
|
#!/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
|
|
chmod 755 %{buildroot}%{_prefix}/bin/c?9
|
|
|
|
cd ..
|
|
%find_lang %{name}
|
|
%find_lang cpplib
|
|
|
|
# Remove binaries we will not be including, so that they don't end up in
|
|
# gcc-debuginfo
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/{libffi*,libiberty.a}
|
|
rm -f $FULLEPATH/install-tools/{mkheaders,fixincl}
|
|
rm -f %{buildroot}%{_prefix}/lib/{32,64}/libiberty.a
|
|
rm -f %{buildroot}%{_prefix}/%{_lib}/libssp*
|
|
rm -f %{buildroot}%{_prefix}/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 || :
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
# Remove libraries for the other arch on multilib arches
|
|
rm -f %{buildroot}%{_prefix}/lib/lib*.so*
|
|
rm -f %{buildroot}%{_prefix}/lib/lib*.a
|
|
%if %{build_go}
|
|
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
|
|
%endif
|
|
%else
|
|
%ifarch sparcv9 ppc
|
|
rm -f %{buildroot}%{_prefix}/lib64/lib*.so*
|
|
rm -f %{buildroot}%{_prefix}/lib64/lib*.a
|
|
%if %{build_go}
|
|
rm -rf %{buildroot}%{_prefix}/lib64/go/%{gcc_version}/%{gcc_target_platform}
|
|
%endif
|
|
%endif
|
|
%endif
|
|
|
|
%if %{build_java}
|
|
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
|
|
%endif
|
|
|
|
rm -f %{buildroot}%{mandir}/man3/ffi*
|
|
|
|
# Help plugins find out nvra.
|
|
echo gcc-%{version}-%{release}.%{arch} > $FULLPATH/rpmver
|
|
|
|
%check
|
|
cd obj-%{gcc_target_platform}
|
|
|
|
%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
|
|
|
|
# run the tests.
|
|
make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
|
|
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}
|
|
for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
|
|
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}
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%post
|
|
if [ -f %{_infodir}/gcc.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/gcc.info.gz || :
|
|
fi
|
|
|
|
%preun
|
|
if [ $1 = 0 -a -f %{_infodir}/gcc.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/gcc.info.gz || :
|
|
fi
|
|
|
|
%post -n cpp
|
|
if [ -f %{_infodir}/cpp.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/cpp.info.gz || :
|
|
fi
|
|
|
|
%preun -n cpp
|
|
if [ $1 = 0 -a -f %{_infodir}/cpp.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/cpp.info.gz || :
|
|
fi
|
|
|
|
%post gfortran
|
|
if [ -f %{_infodir}/gfortran.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/gfortran.info.gz || :
|
|
fi
|
|
|
|
%preun gfortran
|
|
if [ $1 = 0 -a -f %{_infodir}/gfortran.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/gfortran.info.gz || :
|
|
fi
|
|
|
|
%post java
|
|
if [ -f %{_infodir}/gcj.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/gcj.info.gz || :
|
|
fi
|
|
|
|
%preun java
|
|
if [ $1 = 0 -a -f %{_infodir}/gcj.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/gcj.info.gz || :
|
|
fi
|
|
|
|
%post gnat
|
|
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
|
|
|
|
%preun gnat
|
|
if [ $1 = 0 -a -f %{_infodir}/gnat_rm.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/gnat_rm.info.gz || :
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/gnat_ugn.info.gz || :
|
|
/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
|
|
%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
|
|
|
|
%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
|
|
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
|
|
|
|
%preun -n libgcj
|
|
if [ $1 = 0 -a -f %{_infodir}/cp-tools.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/cp-tools.info.gz || :
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/fastjar.info.gz || :
|
|
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
|
|
if [ -f %{_infodir}/libgomp.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/libgomp.info.gz || :
|
|
fi
|
|
|
|
%preun -n libgomp
|
|
if [ $1 = 0 -a -f %{_infodir}/libgomp.info.gz ]; then
|
|
/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
|
|
|
|
%post -n libquadmath
|
|
/sbin/ldconfig
|
|
if [ -f %{_infodir}/libquadmath.info.gz ]; then
|
|
/sbin/install-info \
|
|
--info-dir=%{_infodir} %{_infodir}/libquadmath.info.gz || :
|
|
fi
|
|
|
|
%preun -n libquadmath
|
|
if [ $1 = 0 -a -f %{_infodir}/libquadmath.info.gz ]; then
|
|
/sbin/install-info --delete \
|
|
--info-dir=%{_infodir} %{_infodir}/libquadmath.info.gz || :
|
|
fi
|
|
|
|
%postun -n libquadmath -p /sbin/ldconfig
|
|
|
|
%post -n libgo -p /sbin/ldconfig
|
|
|
|
%postun -n libgo -p /sbin/ldconfig
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/bin/cc
|
|
%{_prefix}/bin/c89
|
|
%{_prefix}/bin/c99
|
|
%{_prefix}/bin/gcc
|
|
%{_prefix}/bin/gcov
|
|
%ifarch ppc
|
|
%{_prefix}/bin/%{_target_platform}-gcc
|
|
%endif
|
|
%ifarch sparc64 sparcv9
|
|
%{_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
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/lto1
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/lto-wrapper
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/liblto_plugin.so*
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/rpmver
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stddef.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdarg.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdfix.h
|
|
%{_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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdint.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/stdint-gcc.h
|
|
%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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/wmmintrin.h
|
|
%{_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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/fma4intrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xopintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/lwpintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/abmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/popcntintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/bmiintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/tbmintrin.h
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/ia32intrin.h
|
|
%{_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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/cross-stdarg.h
|
|
%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
|
|
%{_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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/vec_types.h
|
|
%endif
|
|
%{_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
|
|
%ifarch sparcv9 ppc
|
|
%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
|
|
%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
|
|
%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
|
|
%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
|
|
%endif
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
%{_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
|
|
%if %{build_libquadmath}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.so
|
|
%endif
|
|
%endif
|
|
%dir %{_prefix}/libexec/getconf
|
|
%{_prefix}/libexec/getconf/default
|
|
%doc gcc/README* rpm.doc/changelogs/gcc/ChangeLog* gcc/COPYING* COPYING.RUNTIME
|
|
|
|
%files -n cpp -f cpplib.lang
|
|
%defattr(-,root,root,-)
|
|
/lib/cpp
|
|
%{_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
|
|
%defattr(-,root,root,-)
|
|
/%{_lib}/libgcc_s-%{gcc_version}-%{DATE}.so.1
|
|
/%{_lib}/libgcc_s.so.1
|
|
%doc gcc/COPYING* COPYING.RUNTIME
|
|
|
|
%files c++
|
|
%defattr(-,root,root,-)
|
|
%{_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
|
|
%ifarch sparcv9 ppc
|
|
%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
|
|
%ifarch sparcv9 ppc %{multilib_64_archs}
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.so
|
|
%endif
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libsupc++.a
|
|
%endif
|
|
%doc rpm.doc/changelogs/gcc/cp/ChangeLog*
|
|
|
|
%files -n libstdc++
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/%{_lib}/libstdc++.so.6*
|
|
%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}
|
|
%dir %{_prefix}/share/gcc-%{gcc_version}/python
|
|
%{_prefix}/share/gcc-%{gcc_version}/python/libstdcxx
|
|
|
|
%files -n libstdc++-devel
|
|
%defattr(-,root,root,-)
|
|
%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}
|
|
%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,-)
|
|
%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/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libsupc++.a
|
|
%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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libsupc++.a
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libstdc++.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libsupc++.a
|
|
%endif
|
|
|
|
%if %{build_libstdcxx_docs}
|
|
%files -n libstdc++-docs
|
|
%defattr(-,root,root)
|
|
%{_mandir}/man3/*
|
|
%doc rpm.doc/libstdc++-v3/html
|
|
%endif
|
|
|
|
%files objc
|
|
%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}/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
|
|
%ifarch sparcv9 ppc
|
|
%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++
|
|
%defattr(-,root,root,-)
|
|
%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
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/%{_lib}/libobjc.so.3*
|
|
|
|
%files gfortran
|
|
%defattr(-,root,root,-)
|
|
%{_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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.spec
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortranbegin.a
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.a
|
|
%endif
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgfortran.so
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/64/libgfortranbegin.a
|
|
%{_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
|
|
%{_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
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/%{_lib}/libgfortran.so.3*
|
|
|
|
%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
|
|
|
|
%if %{build_java}
|
|
%files java
|
|
%defattr(-,root,root,-)
|
|
%{_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
|
|
%ifarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcj_bc.so
|
|
%endif
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgij.so
|
|
%ifarch sparcv9 ppc
|
|
%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
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/bin/jv-convert
|
|
%{_prefix}/bin/gij
|
|
%{_prefix}/bin/gjar
|
|
%{_prefix}/bin/fastjar
|
|
%{_prefix}/bin/gnative2ascii
|
|
%{_prefix}/bin/grepjar
|
|
%{_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
|
|
%{_mandir}/man1/fastjar.1*
|
|
%{_mandir}/man1/grepjar.1*
|
|
%{_mandir}/man1/gjar.1*
|
|
%{_mandir}/man1/gjarsigner.1*
|
|
%{_mandir}/man1/jv-convert.1*
|
|
%{_mandir}/man1/gij.1*
|
|
%{_mandir}/man1/gnative2ascii.1*
|
|
%{_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*
|
|
%{_infodir}/fastjar.info*
|
|
%{_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
|
|
%{_prefix}/%{_lib}/gcj-%{version}/libjavamath.so
|
|
%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
|
|
%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/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
|
|
%ifarch sparcv9 ppc
|
|
%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
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%{_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
|
|
%doc rpm.doc/boehm-gc/* rpm.doc/fastjar/* rpm.doc/libffi/*
|
|
%doc rpm.doc/libjava/*
|
|
|
|
%files -n libgcj-src
|
|
%defattr(-,root,root,-)
|
|
%dir %{_prefix}/share/java
|
|
%{_prefix}/share/java/src*.zip
|
|
%{_prefix}/share/java/libgcj-tools-%{version}.jar
|
|
%endif
|
|
|
|
%if %{build_ada}
|
|
%files gnat
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/bin/gnat
|
|
%{_prefix}/bin/gnat[^i]*
|
|
%{_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}
|
|
%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
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adainclude
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib
|
|
%endif
|
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/gnat1
|
|
%doc rpm.doc/changelogs/gcc/ada/ChangeLog*
|
|
|
|
%files -n libgnat
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/%{_lib}/libgnat-*.so
|
|
%{_prefix}/%{_lib}/libgnarl-*.so
|
|
|
|
%files -n libgnat-devel
|
|
%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/adainclude
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/adalib
|
|
%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
|
|
%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
|
|
%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
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adainclude
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib
|
|
%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
|
|
|
|
%files -n libgnat-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
|
|
%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
|
|
%endif
|
|
%ifarch sparc64 ppc64
|
|
%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
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnat.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnarl.a
|
|
%endif
|
|
%endif
|
|
|
|
%files -n libgomp
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/%{_lib}/libgomp.so.1*
|
|
%{_infodir}/libgomp.info*
|
|
%doc rpm.doc/changelogs/libgomp/ChangeLog*
|
|
|
|
%files -n libmudflap
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/%{_lib}/libmudflap.so.0*
|
|
%{_prefix}/%{_lib}/libmudflapth.so.0*
|
|
|
|
%files -n libmudflap-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/mf-runtime.h
|
|
%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}
|
|
%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
|
|
|
|
%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
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libquadmath.a
|
|
%endif
|
|
%endif
|
|
|
|
%if %{build_go}
|
|
%files go
|
|
%defattr(-,root,root,-)
|
|
%{_prefix}/bin/gccgo
|
|
%{_mandir}/man1/gccgo.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}/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,-)
|
|
%{_prefix}/%{_lib}/libgo.so.0*
|
|
%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
|
|
%ifarch sparcv9 ppc
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib32/libgobegin.a
|
|
%endif
|
|
%ifarch sparc64 ppc64
|
|
%dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/lib64/libgobegin.a
|
|
%endif
|
|
%ifnarch sparcv9 sparc64 ppc ppc64
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgobegin.a
|
|
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgo.so
|
|
%endif
|
|
|
|
%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
|
|
%endif
|
|
|
|
%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
|
|
|
|
%changelog
|
|
* Thu Oct 27 2011 Jakub Jelinek <jakub@redhat.com> 4.6.2-1
|
|
- update from the 4.6 branch
|
|
- GCC 4.6.2 release
|
|
- PRs c++/44473, c++/49216, c++/49855, c++/49896, c++/50531, c++/50611,
|
|
c++/50618, c++/50787, c++/50793, c/50565, debug/50816, fortran/47023,
|
|
fortran/48706, fortran/50016, fortran/50273, fortran/50570,
|
|
fortran/50585, fortran/50625, fortran/50659, fortran/50718,
|
|
libobjc/49883, libobjc/50002, libstdc++/48698, middle-end/49801,
|
|
middle-end/50326, middle-end/50386, obj-c++/48275, objc-++/48275,
|
|
target/49049, target/49824, target/49965, target/49967, target/50106,
|
|
target/50350, target/50652, target/50737, target/50788, target/50820,
|
|
tree-optimization/49279, tree-optimization/50189,
|
|
tree-optimization/50700, tree-optimization/50712,
|
|
tree-optimization/50723
|
|
- add armv7hl configury options (#746843)
|
|
- add `gcc -print-file-name=rpmver` file with gcc NVRA for plugins
|
|
(#744922)
|
|
|
|
* Mon Oct 2 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-10
|
|
- update from the 4.6 branch
|
|
- PRs c++/20039, c++/40831, c++/42844, c++/46105, c++/48320, c++/50424,
|
|
c++/50442, c++/50491, c++/50508, inline-asm/50571, libstdc++/49559,
|
|
libstdc++/50509, libstdc++/50510, libstdc++/50529, middle-end/49886,
|
|
target/50091, target/50341, target/50464, testsuite/50487,
|
|
tree-optimization/49518, tree-optimization/49628,
|
|
tree-optimization/49911, tree-optimization/50162,
|
|
tree-optimization/50412, tree-optimization/50413,
|
|
tree-optimization/50472
|
|
- recognize IVs with REFERENCE_TYPE in simple_iv similarly to
|
|
IVs with POINTER_TYPE (#528578)
|
|
- return larger types for odd-sized precision in Fortran type_for_size
|
|
langhook if possible
|
|
|
|
* Thu Sep 8 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-9
|
|
- update from the 4.6 branch
|
|
- PRs c++/49267, c++/50089, c++/50157, c++/50207, c++/50220, c++/50224,
|
|
c++/50234, c++/50255, c++/50309, c/50179, fortran/50163,
|
|
libffi/49594, libfortran/50192, libstdc++/50268, middle-end/50116,
|
|
middle-end/50266, target/50090, target/50202, target/50289,
|
|
target/50310, tree-optimization/50178
|
|
- debug info related backports from the trunk
|
|
- PRs debug/50191, debug/50215
|
|
- fix call site debug info on big endian targets (PR debug/50299)
|
|
- put libgcc.a into libgcc_s.so linker script also on arm (#733549)
|
|
- use %%{?fedora} instead of %%{fedora}, handle 0%%{?rhel} >= 7 like
|
|
0%%{?fedora} >= 16
|
|
|
|
* Wed Aug 24 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-8
|
|
- update from the 4.6 branch
|
|
- PRs c++/46862, c++/48993, c++/49669, c++/49921, c++/49988, c++/50024,
|
|
c++/50054, c++/50086, fortran/49792, fortran/50050, fortran/50109,
|
|
fortran/50129, fortran/50130, middle-end/49923, target/50001,
|
|
target/50092, tree-optimization/48739
|
|
- build EH_SPEC_BLOCK with the same location as current function
|
|
to help gcov (#732802, PR c++/50055)
|
|
- support used attribute on template class methods and static data
|
|
members for forced instantiation (#722587)
|
|
- fix up location copying in the vectorizer (PR tree-optimization/50133)
|
|
- unshare CALL_INSN_FUNCTION_USAGE (PR middle-end/48722)
|
|
- fix up gthr*.h for -E -C (#713800)
|
|
|
|
* Thu Aug 4 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-7
|
|
- update from the 4.6 branch
|
|
- PRs c++/43886, c++/49593, c++/49803, fortran/49885,
|
|
tree-optimization/49948
|
|
- add self_spec support to specs
|
|
- add COPYING.RUNTIME to gcc and libgcc docs (#727809)
|
|
- SPARC entry_value fixes (PRs target/48220, debug/49815)
|
|
- fix up c-family headers in gcc-plugin-devel (#728011, PRs plugins/45348,
|
|
plugins/46577, plugins/48425)
|
|
|
|
* Tue Aug 2 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-6
|
|
- update from the 4.6 branch
|
|
- PRs c++/49260, c++/49924, libstdc++/49925, target/47908, target/49920
|
|
- fix libquadmath on i686 (#726909)
|
|
- OpenMP 3.1 support (PR fortran/42041, PR fortran/46752)
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
|
- make -grecord-gcc-switches the default
|
|
%endif
|
|
|
|
* Sun Jul 31 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-5
|
|
- update from the 4.6 branch
|
|
- PRs debug/49871, fortran/48876, fortran/49791, middle-end/49897,
|
|
middle-end/49898, rtl-optimization/49799, target/47364
|
|
- don't attempt to size optimize -gdwarf-2 DW_AT_data_member_location
|
|
from DW_OP_plus_uconst form
|
|
|
|
* Wed Jul 27 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-4
|
|
- update from the 4.6 branch
|
|
- PRs ada/49819, c++/49785, debug/47393, fortran/49648, fortran/49708,
|
|
middle-end/49675, middle-end/49732, target/39386, target/49600,
|
|
target/49723, target/49746, testsuite/49753, tree-opt/49671,
|
|
tree-optimization/45819, tree-optimization/49309,
|
|
tree-optimization/49725, tree-optimization/49768
|
|
- require gmp-devel, mpfr-devel and libmpc-devel in gcc-plugin-devel
|
|
(#725569)
|
|
- backport -grecord-gcc-switches (#507759, PR other/32998)
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
|
- more compact debug macro info for -g3 - .debug_macro section
|
|
- improve call site debug info for some floating point parameters
|
|
passed on the stack (PR debug/49846)
|
|
%endif
|
|
- fix -mcmodel=large call constraints (PR target/49866, #725516)
|
|
|
|
* Fri Jul 15 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-3
|
|
- update from the 4.6 branch
|
|
- PRs ada/46350, ada/48711, c++/49672, fortran/48926, fortran/49562,
|
|
fortran/49690, fortran/49698, target/39633, target/46779,
|
|
target/49487, target/49541, target/49621, tree-opt/49309,
|
|
tree-optimization/49094, tree-optimization/49651
|
|
- backport -march=bdver2 and -mtune=bdver2 support
|
|
%if 0%{?fedora} < 16 || 0%{?rhel} >= 7
|
|
- use ENTRY_VALUE RTLs internally to improve generated debug info,
|
|
just make sure to remove it from possible options before emitting
|
|
var-tracking notes
|
|
%endif
|
|
|
|
* Fri Jul 8 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-2
|
|
- update from the 4.6 branch
|
|
- PRs ada/49511, bootstrap/23656, bootstrap/49247, c++/48157, c/48825,
|
|
c++/49418, c++/49440, c++/49528, c++/49598, c/49644, debug/49262,
|
|
debug/49522, fortran/49466, fortran/49479, fortran/49623,
|
|
libffi/46660, libfortran/49296, middle-end/49640, other/47733,
|
|
regression/47836, rtl-optimization/49014, rtl-optimization/49472,
|
|
rtl-optimization/49619, target/34734, target/47997, target/48273,
|
|
target/49089, target/49335, target/49660, testsuite/49643,
|
|
tree-optimization/38752, tree-optimization/49516,
|
|
tree-optimization/49539, tree-optimization/49572,
|
|
tree-optimization/49615, tree-optimization/49618
|
|
- decrease compiler memory and time requirements on Fortran DATA
|
|
with many times repeated initializers (#716721, PR fortran/49540)
|
|
- backport some debuginfo improvements and fixes
|
|
- PRs debug/49364, debug/49602
|
|
- fix typed DWARF stack ICE (#717240, PR49567)
|
|
- backport __builtin_assume_aligned support (#713586)
|
|
- backport further C++ FE improvements for heavy overloading use
|
|
(#651098, PR c++/48481)
|
|
|
|
* Mon Jun 27 2011 Jakub Jelinek <jakub@redhat.com> 4.6.1-1
|
|
- update from the 4.6 branch
|
|
- GCC 4.6.1 release
|
|
- PRs c++/33840, c++/49117, c++/49134, c++/49229, c++/49251, c++/49264,
|
|
c++/49276, c++/49290, c++/49298, c++/49369, c++/49482, c++/49507,
|
|
debug/47590, debug/48459, fortran/47601, fortran/48699,
|
|
fortran/49074, fortran/49103, fortran/49112, fortran/49268,
|
|
fortran/49324, fortran/49417, gcov-profile/49299, middle-end/49191,
|
|
rtl-optimization/48542, rtl-optimization/49235, target/44618,
|
|
target/48454, target/49186, target/49238, target/49307, target/49411,
|
|
target/49461, testsuite/49432, tree-optimization/48613,
|
|
tree-optimization/48702, tree-optimization/49038,
|
|
tree-optimization/49115, tree-optimization/49243,
|
|
tree-optimization/49419
|
|
- fix GCSE (#712480, PR rtl-optimization/49390)
|
|
- use rm -f and mv -f in split-debuginfo.sh (#716664)
|
|
- backport some debuginfo improvements and bugfixes
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
|
- improve debug info for IPA-SRA through DW_OP_GNU_parameter_ref
|
|
(PR debug/47858)
|
|
- emit DW_OP_GNU_convert <0> as convert to untyped
|
|
%endif
|
|
- emit .debug_loc empty ranges for parameters that are
|
|
modified even before first insn in a function (PR debug/49382)
|
|
- fix debug ICE on s390x (PR debug/49544)
|
|
- VTA ICE fix (PR middle-end/49308)
|
|
- balance work in #pragma omp for schedule(static) better (PR libgomp/49490)
|
|
|
|
* Fri Jun 3 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-10
|
|
- update from the 4.6 branch
|
|
- PRs fortran/45786, fortran/49265, middle-end/48953, middle-end/48985,
|
|
tree-optimization/49093
|
|
- backport some debuginfo improvements
|
|
- PRs debug/47919, debug/47994, debug/49250
|
|
- decrease C++ FE memory usage on code with heavy overloading
|
|
(#651098, PR c++/48481)
|
|
|
|
* Mon May 30 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-9
|
|
- update from the 4.6 branch
|
|
- PRs c++/44311, c++/44994, c++/45080, c++/45401, c++/45418, c++/45698,
|
|
c++/46005, c++/46245, c++/46696, c++/47049, c++/47184, c++/47277,
|
|
c++/48284, c++/48292, c++/48424, c++/48935, c++/49156, c++/49165,
|
|
c++/49176, c++/49223, fortran/48955, libobjc/48177, libstdc++/49141,
|
|
target/43700, target/43995, target/44643, target/45263,
|
|
tree-optimization/44897, tree-optimization/49161,
|
|
tree-optimization/49217, tree-optimization/49218
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
|
- default to -gdwarf-4 -fno-debug-types-section instead of -gdwarf-3
|
|
- backport DW_OP_GNU_entry_value support
|
|
(PRs rtl-optimization/48826, debug/48902, bootstrap/48148,
|
|
debug/48203, bootstrap/48168, debug/48023, debug/48178,
|
|
debug/48163, debug/48160, bootstrap/48153, middle-end/48152,
|
|
bootstrap/48148, debug/45882)
|
|
- backport DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret}
|
|
support (PRs debug/48928, debug/48853)
|
|
%endif
|
|
- split off debuginfo for libgcc_s, libstdc++ and libgomp into
|
|
gcc-base-debuginfo subpackage (#706973)
|
|
- run ldconfig in libgcc %%postun, drop libcc_post_upgrade,
|
|
instead write the script in <lua> (#705832)
|
|
|
|
* Wed May 25 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-8
|
|
- update from the 4.6 branch
|
|
- PRs bootstrap/49086, c++/47263, c++/47336, c++/47544, c++/48522,
|
|
c++/48617, c++/48647, c++/48736, c++/48745, c++/48780, c++/48859,
|
|
c++/48869, c++/48873, c++/48884, c++/48945, c++/48948, c++/49042,
|
|
c++/49043, c++/49066, c++/49082, c++/49105, c++/49136, c/49120,
|
|
debug/48159, debug/49032, fortran/48889, libstdc++/49058, lto/48207,
|
|
lto/48703, lto/49123, middle-end/48973, middle-end/49029,
|
|
preprocessor/48677, target/48986, target/49002, target/49104,
|
|
target/49128, target/49133, tree-optimization/48172,
|
|
tree-optimization/48794, tree-optimization/48822,
|
|
tree-optimization/48975, tree-optimization/49000,
|
|
tree-optimization/49018, tree-optimization/49039,
|
|
tree-optimization/49073, tree-optimization/49079
|
|
- ppc V2DImode ABI fix (#705764, PR target/48857)
|
|
- fix ppc var-tracking ICE (#703888, PR debug/48967)
|
|
|
|
* Mon May 9 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-7
|
|
- update from the 4.6 branch
|
|
- PRs ada/48844, c++/40975, c++/48089, c++/48446, c++/48656, c++/48749,
|
|
c++/48838, c++/48909, c++/48911, fortran/48112, fortran/48279,
|
|
fortran/48462, fortran/48720, fortran/48746, fortran/48788,
|
|
fortran/48800, fortran/48810, fortran/48894, libgfortran/48030,
|
|
libstdc++/48750, libstdc++/48760, lto/48846, middle-end/48597,
|
|
preprocessor/48192, target/48226, target/48252, target/48262,
|
|
target/48774, target/48900, tree-optimization/48809
|
|
- fix ICE with references in templates (PR c++/48574)
|
|
- disable tail call optimization if tail recursion needs accumulators
|
|
(PR PR tree-optimization/48837)
|
|
|
|
* Thu Apr 28 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-6
|
|
- update from the 4.6 branch
|
|
- PRs c++/42687, c++/46304, c++/48046, c++/48657, c++/48707, c++/48726,
|
|
c/48685, c/48716, c/48742, debug/48768, fortran/47976,
|
|
fortran/48588, libstdc++/48521, lto/48148, lto/48492,
|
|
middle-end/48695, other/48748, preprocessor/48740, target/48288,
|
|
target/48708, target/48723, tree-optimization/48611,
|
|
tree-optimization/48717, tree-optimization/48731,
|
|
tree-optimization/48734
|
|
|
|
* Tue Apr 19 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-5
|
|
- update from the 4.6 branch
|
|
- PRs c++/48537, c++/48632, fortran/48360, fortran/48456,
|
|
libfortran/47571, libstdc++/48476, libstdc++/48631,
|
|
libstdc++/48635, lto/48538, middle-end/46364, middle-end/48661,
|
|
preprocessor/48248, target/48366, target/48605, target/48614,
|
|
target/48678, testsuite/48675, tree-optimization/48616
|
|
- fix calling functor or non-pointer-to-member through
|
|
overloaded pointer-to-member operator (#695567, PR c++/48594)
|
|
|
|
* Wed Apr 13 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-4
|
|
- update from the 4.6 branch
|
|
- PRs c++/48450, c++/48452, c++/48468, c++/48500, c++/48523, c++/48528,
|
|
c++/48534, c++/48570, c++/48574, c/48517, libstdc++/48465,
|
|
libstdc++/48541, libstdc++/48566, target/47829, target/48090,
|
|
testsuite/48506, tree-optimization/48195, tree-optimization/48377
|
|
- fix combiner with -g (#695019, PR rtl-optimization/48549)
|
|
- fix OpenMP atomic __float128 handling on i?86 (#696129,
|
|
PR middle-end/48591)
|
|
|
|
* Fri Apr 8 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-3
|
|
- update from the 4.6 branch
|
|
- PRs bootstrap/48431, c++/48280, debug/48343, debug/48466, fortran/48117,
|
|
fortran/48291, libstdc++/48398, middle-end/48335,
|
|
rtl-optimization/48143, rtl-optimization/48144, target/16292,
|
|
target/48142
|
|
- don't ICE because of empty partitions during LTO (#688767, PR lto/48246)
|
|
- don't emit DW_AT_*_pc for CUs without any code
|
|
|
|
* Thu Mar 31 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-2
|
|
- update from the 4.6 branch
|
|
- PRs c++/47504, c++/47570, c++/47999, c++/48166, c++/48212, c++/48265,
|
|
c++/48281, c++/48289, c++/48296, c++/48313, c++/48319, c++/48369,
|
|
debug/48041, debug/48253, preprocessor/48248, target/48349
|
|
- add -fno-debug-types-section switch
|
|
- don't emit .debug_abbrev section if it is empty and unused
|
|
|
|
* Tue Mar 29 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-1
|
|
- update from the 4.6 branch
|
|
- GCC 4.6.0 release
|
|
- PRs c/42544, c/48197, debug/48204, middle-end/48031,
|
|
middle-end/48134, middle-end/48269, other/48179, other/48221,
|
|
other/48234, rtl-optimization/48156, target/47553,
|
|
target/48237, testsuite/48251, tree-optimization/48228
|
|
- improve RTL DSE speed with large number of stores (#684900,
|
|
PR rtl-optimization/48141)
|
|
- add gnative2ascii binary and man page to libgcj
|
|
|
|
* Mon Mar 21 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.15
|
|
- update from the 4.6 branch
|
|
- PRs bootstrap/45381, bootstrap/48135
|
|
- fix s390 ICE during address delegitimization (PR target/48213, #689266)
|
|
|
|
* Fri Mar 18 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.14
|
|
- update from the 4.6 branch
|
|
- PRs bootstrap/48161, c++/48113, c++/48115, c++/48132, debug/47510,
|
|
debug/48176, libstdc++/48123, middle-end/47405, middle-end/48165,
|
|
target/46778, target/46788, target/48171
|
|
- update libstdc++ pretty printers from trunk
|
|
|
|
* Tue Mar 15 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.13
|
|
- update from trunk and the 4.6 branch
|
|
- PRs bootstrap/48000, bootstrap/48102, c++/44629, c++/45651, c++/46220,
|
|
c++/46803, c++/47125, c++/47144, c++/47198, c++/47488, c++/47705,
|
|
c++/47808, c++/47957, c++/47971, c++/48003, c++/48008, c++/48015,
|
|
c++/48029, c++/48035, c++/48069, c/47786, debug/47881, debug/48043,
|
|
fortran/47552, fortran/47850, fortran/48054, fortran/48059,
|
|
libfortran/48066, libgfortran/48047, libstdc++/48038, libstdc++/48114,
|
|
lto/47497, lto/48073, lto/48086, middle-end/47968, middle-end/47975,
|
|
middle-end/48044, middle-end/48098, rtl-optimization/47866,
|
|
rtl-optimization/47899, target/45413, target/47719, target/47862,
|
|
target/47986, target/48032, target/48053, testsuite/47954,
|
|
tree-optimization/47127, tree-optimization/47278,
|
|
tree-optimization/47714, tree-optimization/47967,
|
|
tree-optimization/48022, tree-optimization/48063,
|
|
tree-optimization/48067
|
|
- fix var-tracking ICE on s390x (#682410, PR debug/47991)
|
|
|
|
* Fri Mar 4 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.12
|
|
- update from trunk
|
|
- PRs c++/46159, c++/46282, c++/47200, c++/47774, c++/47851, c++/47950,
|
|
c++/47974, c/47963, libstdc++/47913, middle-end/47283,
|
|
rtl-optimization/47925, target/47935, tree-optimization/47890
|
|
- rebuilt against ppl 0.11.2, reenable cloog-ppl Requires
|
|
|
|
* Tue Mar 1 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.11
|
|
- update from trunk
|
|
- PRs c++/46466, c++/47873, c++/47897, c++/47906, debug/28047,
|
|
fortran/40850, fortran/47839, fortran/47846, fortran/47872,
|
|
fortran/47878, fortran/47886, fortran/47894, libfortran/45165,
|
|
libfortran/47802, libgfortran/47778, libgfortran/47933,
|
|
libobjc/47922, libstdc++/42622, libstdc++/47921, lto/46911,
|
|
lto/47924, middle-end/46790, middle-end/47903, target/42240,
|
|
target/45261, target/46898, testsuite/47801, tree-optimization/45470
|
|
- fix stack slot padding reusal (#679924, PR middle-end/47893)
|
|
- fix ICE on DECL_PARM_INDEX in cp_tree_equal (#680603, PR c++/47904)
|
|
- disable IPA-SRA at -O2/-Os (#668489, PR debug/47858)
|
|
- temporarily disable cloog-ppl Requires, so that ppl and cloog-ppl can
|
|
be bumped
|
|
|
|
* Wed Feb 22 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.10
|
|
- update from trunk
|
|
- PRs c++/46868, tree-optimization/47838, tree-optimization/47849
|
|
- don't ship aotcompile.py* and classfile.py* in libstdc++ (#678982)
|
|
|
|
* Wed Feb 22 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.9
|
|
- update from trunk
|
|
- PRs bootstrap/47827, c++/44118, c++/46394, c++/46472, c++/46831,
|
|
c++/47199, c++/47207, c++/47242, c++/47666, c++/47703, c++/47833,
|
|
doc/47848, fortran/41359, fortran/44945, fortran/45077,
|
|
fortran/45743, fortran/46818, fortran/47797, libfortran/47694,
|
|
libfortran/47830, libgomp/47854, lto/47820, lto/47822,
|
|
objc++/47711, objc/47784, rtl-optimization/46002,
|
|
rtl-optimization/47763, target/47822, target/47840,
|
|
tree-optimization/47835
|
|
- fix handling of ObjC pointer to struct with flexible array member
|
|
in interfaces (#678928, PR objc/47832)
|
|
- temporarily BuildRequire urw-fonts until graphviz is fixed (#677114)
|
|
|
|
* Sun Feb 20 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.8
|
|
- update from trunk
|
|
- PRs ada/41929, bootstrap/47736, bootstrap/47807, c++/46807,
|
|
c++/47172, c++/47208, c++/47326, c++/47482, c++/47503,
|
|
c++/47704, c++/47783, c++/47795, c/47809, debug/47630,
|
|
debug/47780, driver/45731, driver/47390, driver/47787,
|
|
fortran/47348, fortran/47349, fortran/47569, fortran/47633,
|
|
fortran/47642, fortran/47648, fortran/47716, fortran/47728,
|
|
fortran/47730, fortran/47745, fortran/47750, fortran/47767,
|
|
fortran/47768, fortran/47775, fortran/47789, libfortran/47757,
|
|
libgfortran/47667, libgomp/47731, libgomp/47758, libgomp/47804,
|
|
libjava/47484, libstdc++/47709, libstdc++/47724, libstdc++/47773,
|
|
libstdc++/47776, lto/47647, lto/47798, middle-end/47581,
|
|
middle-end/47725, middle-end/47788, pch/14940,
|
|
rtl-optimization/46178, target/43653, target/45808, target/47696,
|
|
target/47755, target/47792, tree-optimization/46494,
|
|
tree-optimization/46620, tree-optimization/47737,
|
|
tree-optimization/47738, tree-optimization/47743
|
|
- fix i?86 shift + plus peephole2 (#678530, PR target/47800)
|
|
|
|
* Sat Feb 12 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.7
|
|
- update from trunk
|
|
- PRs binutils/12283, c++/47511, debug/42631, debug/47684, driver/47678,
|
|
fortran/42434, fortran/45290, fortran/45586, fortran/47352,
|
|
fortran/47463, fortran/47550, fortran/47574, fortran/47583,
|
|
fortran/47592, fortran/47637, libffi/46661, libfortran/47571,
|
|
libgfortran/47567, libstdc++/43863, libstdc++/47433,
|
|
libstdc++/47628, libstdc++/47668, lto/47225, lto/47241,
|
|
middle-end/45505, middle-end/47610, middle-end/47639,
|
|
middle-end/47646, target/42333, target/44606, target/45701,
|
|
target/46481, target/46610, target/46997, target/47032,
|
|
target/47324, target/47534, target/47548, target/47558,
|
|
target/47629, target/47636, target/47665, target/47683,
|
|
testsuite/47400, testsuite/47622, tree-optimization/42893,
|
|
tree-optimization/46834, tree-optimization/46994,
|
|
tree-optimization/46995, tree-optimization/47420,
|
|
tree-optimization/47615, tree-optimization/47621,
|
|
tree-optimization/47632, tree-optimization/47641,
|
|
tree-optimization/47664, tree-optimization/47707
|
|
- fix postreload on auto inc/decrement instructions (#675787,
|
|
PR rtl-optimization/47614)
|
|
- fix a hang in VRP (#676473, PR tree-optimization/47677)
|
|
- fix STL headers with -fno-operator-names (#676910, PR libstdc++/47662)
|
|
- fix scheduling of debug insns (#675711, PR debug/47620)
|
|
|
|
* Sat Feb 5 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.6
|
|
- update from trunk
|
|
- PRs bootstrap/47044, bootstrap/47147, c++/29571, c++/46890, c++/47311,
|
|
c++/47398, c++/47416, c++/47589, debug/43092, debug/47498,
|
|
debug/47501, driver/47547, fortran/35810, fortran/45170,
|
|
fortran/47042, fortran/47082, fortran/47350, fortran/47455,
|
|
fortran/47463, fortran/47507, fortran/47519, fortran/47523,
|
|
fortran/47531, fortran/47565, fortran/47572, gcc/46692,
|
|
inline-asm/23200, java/21206, libfortran/47571, libgcj/44341,
|
|
libgfortran/47434, libquadmath/47293, libstdc++/46914,
|
|
libstdc++/47560, lto/47274, middle-end/47543,
|
|
rtl-optimization/43494, rtl-optimization/44031,
|
|
rtl-optimization/47525, target/42894, target/45325,
|
|
target/47272, target/47312, target/47564, target/47580,
|
|
tree-optimization/40979, tree-optimization/43695,
|
|
tree-optimization/45122, tree-optimization/46194,
|
|
tree-optimization/47538, tree-optimization/47541,
|
|
tree-optimization/47555, tree-optimization/47559,
|
|
tree-optimization/47561, tree-optimization/47566,
|
|
tree-optimization/47576
|
|
- suppress -Woverlength-string warnings inside of __asm__
|
|
- fix section flags conflict handling for relro sections (#674890,
|
|
PR middle-end/47610)
|
|
|
|
* Fri Jan 28 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.5
|
|
- update from trunk
|
|
- PRs bootstrap/47467, c++/43601, c++/47476, c/21659, c/43082, c/47473,
|
|
debug/45130, debug/45136, debug/45454, fortran/38536, fortran/47399,
|
|
fortran/47421, fortran/47448, fortran/47472, fortran/47474,
|
|
libfortran/47375, libfortran/47431, libfortran/47432,
|
|
libfortran/47491, libgfortran/47285, libstdc++/47387,
|
|
libstdc++/47433, libstdc++/47437, lto/44334, lto/47333,
|
|
lto/47423, middle-end/46949, middle-end/47401, middle-end/47411,
|
|
middle-end/47414, rtl-optimization/37273, rtl-optimization/44174,
|
|
rtl-optimization/44469, rtl-optimization/46856,
|
|
rtl-optimization/46878, rtl-optimization/47166,
|
|
rtl-optimization/47464, target/40125, target/45701,
|
|
target/46519, target/46997, target/47237, target/47246,
|
|
target/47385, target/47408, testsuite/45988,
|
|
tree-optimization/26854, tree-optimization/29832,
|
|
tree-optimization/43567, tree-optimization/43657,
|
|
tree-optimization/43884, tree-optimization/46168,
|
|
tree-optimization/46215, tree-optimization/46970,
|
|
tree-optimization/47190, tree-optimization/47228,
|
|
tree-optimization/47234, tree-optimization/47265,
|
|
tree-optimization/47271, tree-optimization/47382,
|
|
tree-optimization/47427, tree-optimization/47428,
|
|
tree-optimization/47443
|
|
- really fix the PCH issue on powerpc64 (PR pch/47430)
|
|
- handle truth_xor_expr in potential_constant_expression_1
|
|
(#672156, PR tree-optimization/47426)
|
|
- fix named section conflict handling (PR middle-end/31490)
|
|
- suppress -Woverlength-string warnings in __extension__ guarded
|
|
code
|
|
|
|
* Mon Jan 24 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.4
|
|
- build gcc-go and libgo* only on architectures that support it
|
|
- workaround PCH issue on powerpc64
|
|
|
|
* Sat Jan 22 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.3
|
|
- add gcc-go, libgo{,-devel,-static}, libquadmath{,-devel,-static},
|
|
libgfortran-static and gcc-plugin-devel subpackages
|
|
- fix up libstdc++-doc man page location (#664475)
|
|
|
|
* Sat Jan 22 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.2
|
|
- update from the trunk
|
|
- PRs bootstrap/47055, bootstrap/47187, bootstrap/47215, c++/33558,
|
|
c++/45520, c++/46552, c++/46658, c++/46688, c++/46903, c++/46977,
|
|
c++/47022, c++/47041, c++/47067, c++/47213, c++/47218, c++/47289,
|
|
c++/47291, c++/47303, c++/47388, c/47150, debug/46240, debug/46583,
|
|
debug/46704, debug/46724, debug/46955, debug/47079, debug/47106,
|
|
debug/47209, debug/47283, debug/47402, debug/PR46973, driver/42445,
|
|
driver/47244, fortran/33117, fortran/38536, fortran/41580,
|
|
fortran/45777, fortran/45848, fortran/46017, fortran/46313,
|
|
fortran/46402, fortran/46405, fortran/46416, fortran/46478,
|
|
fortran/46625, fortran/46817, fortran/46896, fortran/47024,
|
|
fortran/47051, fortran/47174, fortran/47177, fortran/47180,
|
|
fortran/47182, fortran/47189, fortran/47194, fortran/47195,
|
|
fortran/47204, fortran/47224, fortran/47240, fortran/47260,
|
|
fortran/47268, fortran/47295, fortran/47327, fortran/47331,
|
|
fortran/47377, fortran/47394, gcc/46902, libfortran/46267,
|
|
libfortran/47296, libfortran/47322, libgfortran/47154,
|
|
libgfortran/47296, libstdc++/36104, libstdc++/47045, libstdc++/47145,
|
|
libstdc++/47185, libstdc++/47320, libstdc++/47321, libstdc++/47323,
|
|
libstdc++/47354, lto/45375, lto/45721, lto/46083, lto/46760,
|
|
lto/47162, lto/47188, lto/47222, lto/47225, lto/47259, lto/47264,
|
|
middle-end/32511, middle-end/45235, middle-end/45566,
|
|
middle-end/46823, middle-end/46894, middle-end/47281,
|
|
middle-end/47370, middle-end/47395, objc/45989, objc/47078,
|
|
objc/47232, objc/47314, other/45915, other/46946, preprocessor/39213,
|
|
rtl-optimization/39077, rtl-optimization/41619,
|
|
rtl-optimization/45352, rtl-optimization/47216,
|
|
rtl-optimization/47299, rtl-optimization/47337,
|
|
rtl-optimization/47366, target/19162, target/38118, target/43309,
|
|
target/45258, target/46037, target/46655, target/46997, target/47201,
|
|
target/47219, target/47251, target/47318, testsuite/33033,
|
|
testsuite/41146, testsuite/45342, testsuite/46230, testsuite/46912,
|
|
testsuite/47325, testsuite/47371, tree-optimization/45934,
|
|
tree-optimization/45967, tree-optimization/46021,
|
|
tree-optimization/46076, tree-optimization/46130,
|
|
tree-optimization/46302, tree-optimization/46367,
|
|
tree-optimization/47005, tree-optimization/47053,
|
|
tree-optimization/47056, tree-optimization/47086,
|
|
tree-optimization/47139, tree-optimization/47141,
|
|
tree-optimization/47167, tree-optimization/47179,
|
|
tree-optimization/47233, tree-optimization/47234,
|
|
tree-optimization/47239, tree-optimization/47276,
|
|
tree-optimization/47280, tree-optimization/47286,
|
|
tree-optimization/47290, tree-optimization/47313,
|
|
tree-optimization/47355, tree-optimization/47365,
|
|
tree-optimization/47391, tree-optmization/46469
|
|
- add systemtap probe to _Unwind_DebugHook
|
|
|
|
* Wed Jan 5 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-0.1
|
|
- new package
|