1 %define building_libjava 1
3 # spec file for package gcc48
5 # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
7 # All modifications and additions to the file contributed by third parties
8 # remain the property of their copyright owners, unless otherwise agreed
9 # upon. The license for this file, and modifications and additions to the
10 # file, is the same license as for the pristine package itself (unless the
11 # license for the pristine package is not an Open Source License, in which
12 # case the license is the MIT License). An "Open Source License" is a
13 # license that conforms to the Open Source Definition (Version 1.9)
14 # published by the Open Source Initiative.
16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
25 %define quadmath_arch %ix86 x86_64 ia64
26 %define tsan_arch x86_64
27 %define asan_arch x86_64 %ix86 ppc ppc64 %arm
28 %define itm_arch x86_64 %ix86 %arm ppc ppc64
29 %define atomic_arch x86_64 %ix86 %arm ppc ppc64 s390 s390x
31 # We don't want to build java
33 %define build_libjava 0
36 %define build_fortran 0%{?building_libjava:1}%{?building_libffi:1}
37 %define build_objc 0%{?building_libjava:1}%{?building_libffi:1}
38 %define build_objcp 0%{?building_libjava:1}%{?building_libffi:1}
39 %define build_with_mudflap 0
50 # For optional compilers only build C, C++ and Fortran
51 %if 0%{?build_optional_compiler_languages:1}
54 %define build_libjava 0
59 # Shared library SONAME versions
61 %define libgcj_sover %{nil}
62 %define libgcj_bc_sover %{nil}
63 %define libffi_sover %{nil}
64 %define libmudflap_sover %{nil}
65 %define libgomp_sover %{nil}
66 %define libstdcxx_sover %{nil}
67 %define libobjc_sover %{nil}
68 %define libgfortran_sover %{nil}
69 %define libquadmath_sover %{nil}
70 %define libasan_sover %{nil}
71 %define libtsan_sover %{nil}
72 %define libatomic_sover %{nil}
73 %define libitm_sover %{nil}
75 # Shared library package suffix
76 # This is used for the "non-standard" set of libraries, the standard
77 # being defined by %product_libs_gcc_ver, the GCC version that should
78 # provide un-suffixed shared library packages following the shared-library
79 # policy. Even suffixed variants should provide the shared-library policy
80 # mandated names and ensure they conflict with each other.
81 # Note that on SONAME changes of any library the %product_libs_gcc_ver
82 # define needs to be either split or the newest GCC version still providing
83 # the old SONAME needs to unconditionally produce an un-suffixed library
84 # if %product_libs_gcc_ver is newer than it. Similar the _oldest_ GCC
85 # version first providing a new SONAME needs to unconditionally produce
86 # an un-suffixed library if %product_libs_gcc_ver is lower that it.
87 %if %{!?product_libs_gcc_ver:48}%{?product_libs_gcc_ver} != 48
90 %define libgcc_s_suffix %{?pne:-gcc48}
91 # libgcj SONAME changes with every GCC version
92 %define libgcj_suffix %nil
93 %define libgcj_bc_suffix %{?pne:-gcc48}
94 %define libffi_suffix %{?pne:-gcc48}
95 %define libmudflap_suffix %{?pne:-gcc48}
96 %define libgomp_suffix %{?pne:-gcc48}
97 %define libstdcxx_suffix %{?pne:-gcc48}
98 %define libobjc_suffix %{?pne:-gcc48}
99 %define libgfortran_suffix %{?pne:-gcc48}
100 %define libquadmath_suffix %{?pne:-gcc48}
101 %define libasan_suffix %{?pne:-gcc48}
102 %define libtsan_suffix %{?pne:-gcc48}
103 %define libatomic_suffix %{?pne:-gcc48}
104 %define libitm_suffix %{?pne:-gcc48}
110 BuildRequires: gcc-c++
113 BuildRequires: glibc-devel-32bit
114 BuildRequires: mpc-devel
115 BuildRequires: mpfr-devel
117 BuildRequires: makeinfo
118 BuildRequires: zlib-devel
119 %ifarch %ix86 x86_64 ppc ppc64 s390 s390x ia64 %sparc hppa %arm
120 BuildRequires: cloog-isl-devel
121 BuildRequires: isl-devel
124 %define hostsuffix -4.7
125 BuildRequires: gcc47-ada
127 %if 0%{?building_libjava:1}%{?building_testsuite:1}
128 BuildRequires: fastjar
130 %if 0%{?building_libffi:1}
131 BuildRequires: pkg-config
134 BuildRequires: libunwind-devel
137 BuildRequires: dejagnu
138 BuildRequires: expect
142 %define separate_bi32 0
143 %define separate_bi64 0
145 # Beware, this does _not_ separate libgcj, as for that one multilibing
146 # is inactive for the time being
147 %define separate_bi64 1
149 %ifarch x86_64 s390x ppc64 sparc64
150 %define separate_bi32 1
153 # Define two macros to trigger -32bit or -64bit package variants
154 %define separate_biarch 0
156 %define separate_biarch 1
157 %define separate_biarch_suffix -32bit
160 %define separate_biarch 1
161 %define separate_biarch_suffix -64bit
164 %ifarch x86_64 ia64 s390x alpha ppc64 sparc64
165 # 64-bit is primary build target
166 %define build_primary_64bit 1
168 %define build_primary_64bit 0
171 %define biarch_libjava 0
173 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
175 URL: http://gcc.gnu.org/
178 %define gcc_dir_version 4.8
179 %define binsuffix -4.8
181 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
182 Requires: binutils glibc-devel
183 Requires: cpp48 = %{version}-%{release}
184 Requires: libgcc_s%{libgcc_s} >= %{version}-%{release}
185 Requires: libgomp%{libgomp_sover} >= %{version}-%{release}
186 %if %{build_with_mudflap}
187 Requires: libmudflap%{libmudflap_sover} >= %{version}-%{release}
188 Requires: libmudflapth%{libmudflap_sover} >= %{version}-%{release}
191 Requires: libasan%{libasan_sover} >= %{version}-%{release}
194 Requires: libtsan%{libtsan_sover} >= %{version}-%{release}
197 Requires: libatomic%{libatomic_sover} >= %{version}-%{release}
200 Requires: libitm%{libitm_sover} >= %{version}-%{release}
202 Suggests: gcc48-info gcc48-locale
205 BuildRoot: %{_tmppath}/%{name}-%{version}-build
206 Source: gcc-%{version}.tar.bz2
208 Source3: gcc48-rpmlintrc
210 Source6: baselibs.conf
213 Summary: Java Runtime Library for gcc
214 License: GPL-2.0-with-classpath-exception
215 Group: System/Libraries
218 This library is needed if you want to use the GNU Java compiler, gcj.
219 Source code for this package is in gcc.
228 %package -n gcc48-java
229 Summary: The GNU Java Compiler
231 Requires: gcc48 = %{version}
232 Requires: libgcj48-devel = %{version}-%{release}
234 %description -n gcc48-java
235 The Java compiler from the GCC-tools-suite.
238 %package -n libgcj_bc%{libgcj_bc_sover}%{libgcj_bc_suffix}
239 Summary: Fake library for BC-ABI compatibility.
240 License: GPL-2.0-with-classpath-exception
241 # libgcj_bc is special in that it just contains a symlink to
242 # a proper libgcj version. So require that library and add
243 # provides for the shlib version as created at link time
244 Requires: libgcj%{libgcj_sover} >= %{version}-%{release}
245 %ifarch x86_64 ia64 ppc64 s390x sparc64 aarch64
246 Provides: libgcj_bc.so.%{libgcj_bc_sover}()(64bit)
248 Provides: libgcj_bc.so.%{libgcj_bc_sover}
251 %description -n libgcj_bc%{libgcj_bc_sover}%{libgcj_bc_suffix}
252 A fake library that is used at link time only. It ensures that
253 binaries built with the BC-ABI link against a constant SONAME.
254 This way, BC-ABI binaries continue to work if the SONAME underlying
258 %package -n libgcj48-jar
259 Summary: Java runtime library (jar files).
260 License: GPL-2.0-with-classpath-exception
262 %description -n libgcj48-jar
263 These are the jar files that go along with the gcj front end to gcc.
266 %package -n libgcj48-devel
267 Summary: Include Files and Libraries mandatory for Development.
268 License: GPL-2.0-with-classpath-exception
269 Requires: libstdc++48-devel = %{version}
270 Requires: libgcj%{libgcj_sover} >= %{version}-%{release}
271 Requires: libgcj_bc%{libgcj_bc_sover} >= %{version}-%{release}
272 Requires: libgcj48-jar = %{version}-%{release}
274 Requires: libart_lgpl-devel
275 Requires: glibc-devel
278 Requires: libunwind-devel
281 %description -n libgcj48-devel
282 This package contains all necessary include files and libraries needed
283 to develop applications that require these.
286 %package -n gcc48-gij
287 Summary: Java Bytecode Interpreter for gcc
288 License: GPL-2.0-with-classpath-exception
289 Requires: libgcj%{libgcj_sover} >= %{version}-%{release}
291 %description -n gcc48-gij
292 This package contains the java bytecode interpreter gij and related tools.
294 %package -n libffi%{libffi_sover}%{libffi_suffix}
295 Summary: Foreign Function Interface library
296 License: BSD-3-Clause
298 %description -n libffi%{libffi_sover}%{libffi_suffix}
299 A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
301 %post -n libffi%{libffi_sover}%{libffi_suffix}
304 %postun -n libffi%{libffi_sover}%{libffi_suffix}
306 %package -n libffi%{libffi_sover}%{libffi_suffix}-32bit
307 Summary: Foreign Function Interface library
308 License: BSD-3-Clause
310 %description -n libffi%{libffi_sover}%{libffi_suffix}-32bit
311 A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
313 %post -n libffi%{libffi_sover}%{libffi_suffix}-32bit
316 %postun -n libffi%{libffi_sover}%{libffi_suffix}-32bit
318 %package -n libffi%{libffi_sover}%{libffi_suffix}-64bit
319 Summary: Foreign Function Interface library
320 License: BSD-3-Clause
322 %description -n libffi%{libffi_sover}%{libffi_suffix}-64bit
323 A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
325 %post -n libffi%{libffi_sover}%{libffi_suffix}-64bit
328 %postun -n libffi%{libffi_sover}%{libffi_suffix}-64bit
331 %package -n libffi48-devel
332 Summary: Foreign Function Interface library development files
333 License: BSD 3-Clause
334 Requires: libffi%{libffi_sover} >= %{version}-%{release}
336 %description -n libffi48-devel
337 A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
338 %package -n libffi48-devel-32bit
339 Summary: Foreign Function Interface library development files
340 License: BSD 3-Clause
341 Requires: libffi%{libffi_sover}-32bit >= %{version}-%{release}
343 %description -n libffi48-devel-32bit
344 A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
345 %package -n libffi48-devel-64bit
346 Summary: Foreign Function Interface library development files
347 License: BSD 3-Clause
348 Requires: libffi%{libffi_sover}-64bit >= %{version}-%{release}
350 %description -n libffi48-devel-64bit
351 A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
353 %package -n gcc48-testresults
354 Summary: Testsuite results
355 License: SUSE-Public-Domain
357 %description -n gcc48-testresults
358 Results from running the gcc and target library testsuites.
362 # Define the canonical target and host architecture
363 # %gcc_target_arch is supposed to be the full target triple
364 # %TARGET_ARCH is the canonicalized CPU part
365 # %CONFIGURE_TARGET is the target triple used for --target=
366 %if 0%{?gcc_target_arch:1}
367 %define CONFIGURE_TARGET %{gcc_target_arch}
368 %define TARGET_ARCH %(echo %{gcc_target_arch} | cut -d - -f 1 | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
369 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "powerpc"
370 %define CONFIGURE_TARGET powerpc64-tizen-linux
372 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "powerpc64"
373 %define CONFIGURE_TARGET powerpc64-tizen-linux
375 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "i586"
376 %define CONFIGURE_TARGET i586-tizen-linux
378 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7l"
379 %define CONFIGURE_TARGET armv7l-tizen-linux-gnueabi
381 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7hl"
382 %define CONFIGURE_TARGET armv7hl-tizen-linux-gnueabi
384 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv5tel"
385 %define CONFIGURE_TARGET armv5tel-tizen-linux-gnueabi
388 %define TARGET_ARCH %(echo %{_target_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
390 %define HOST_ARCH %(echo %{_host_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
392 %define biarch %(case " %{biarch_targets} " in (*" %{TARGET_ARCH} "*) echo 1;; (*) echo 0;; esac)
395 %define GCCDIST powerpc64-tizen-linux
398 %define GCCDIST sparc64-tizen-linux
401 %define GCCDIST %{HOST_ARCH}-tizen-linux-gnueabi
403 %define GCCDIST %{HOST_ARCH}-tizen-linux
408 %define libsubdir %{_libdir}/gcc/%{GCCDIST}/%{gcc_dir_version}
409 %define gxxinclude %{_prefix}/include/c++/%{gcc_dir_version}
412 # Versionspecific directories
413 %define versmainlibdir %{libsubdir}
414 %define versmainlibdirbi32 %{libsubdir}/32
415 %define versmainlibdirbi64 %{libsubdir}/64
417 %define versmainlibdirbi32 %{libsubdir}
418 %define versmainlibdirbi64 %{libsubdir}/64
420 %if %{build_primary_64bit}
421 %define versmainlibdirbi %{versmainlibdirbi32}
423 %define versmainlibdirbi %{versmainlibdirbi64}
426 %define mainlibdir %{_libdir}
427 %define mainlibdirbi32 %{_prefix}/lib
428 %define mainlibdirbi64 %{_prefix}/lib64
429 %if %{build_primary_64bit}
430 %define mainlibdirbi %{mainlibdirbi32}
432 %define mainlibdirbi %{mainlibdirbi64}
436 # Now define a few macros that make it easy to package libs and
437 # related files just to the right package, without caring for the
438 # exact path the files are in.
439 # %mainlib package X from all dirs that belong to the main package
440 # %biarchlib package X from all dirs that belong to the -32/64bit package
441 %define mainlib() %{mainlibdir}/%1\
443 %define biarchlib() %{nil}
445 %if !%{separate_biarch}
446 %define mainlib() %{mainlibdir}/%1\
450 %define biarchlib() %{mainlibdirbi}/%1\
455 %define versmainlib() %{versmainlibdir}/%1\
457 %define versbiarchlib() %{nil}
459 %if !%{separate_biarch}
460 %define versmainlib() %{versmainlibdir}/%1\
461 %{versmainlibdirbi}/%1\
464 %define versbiarchlib() %{versmainlibdirbi}/%1\
472 %setup -q -n gcc-%{version}
475 # We are configuring ppc as ppc64 but with switched multilibs. Adjust
476 # the libstdc++ abi testsuite baseline files accordingly
478 if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
479 mkdir -p libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64
480 mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt \
481 libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64/
482 mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt \
483 libstdc++-v3/config/abi/post/powerpc64-linux-gnu/
488 # Avoid rebuilding of generated files
489 contrib/gcc_update --touch
490 # Avoid fucking up testsuite results with Java and indirect dispatch
491 export LD_AS_NEEDED=0
492 # Split version file into version used for directories (X.Y) and
493 # version to report with --version (X.Y.Z).
494 # See also gcc-dir-version.patch.
495 # Also decrement the patchlevel version by one
496 if test `cat gcc/DEV-PHASE` == "prerelease"; then
497 ( cat gcc/BASE-VER | cut -d '.' -f 1-2 | tr -d '\n'; echo -n .; cat gcc/BASE-VER | cut -d '.' -f 3 | tr '0123456789' '0012345678' ) > gcc/FULL-VER
499 mv gcc/BASE-VER gcc/FULL-VER
501 cat gcc/FULL-VER | cut -d '.' -f 1-2 > gcc/BASE-VER
503 rm -rf obj-%{GCCDIST}
506 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE"
507 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 's/-fstack-protector//g' -e 's/-ffortify=.//g' -e 's/-Wall//g' -e 's/-m32//g' -e 's/-m64//g'`
509 # -mcpu is superceded by -mtune but -mtune is not supported by
510 # our bootstrap compiler. -mcpu gives a warning that stops
511 # the build process, so remove it for now. Also remove all other
512 # -march and -mtune flags. They are superseeded by proper
513 # default compiler settings now.
514 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-mcpu=i.86//g' -e 's/-march=i.86//g' -e 's/-mtune=i.86//g'`
517 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fsigned-char//g'`
518 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-O1/-O2/g'`
520 %if 0%{?gcc_target_arch:1} && 0%{!?gcc_icecream:1}
521 # Kill all -march/tune/cpu because that screws building the target libs
522 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-m\(arch\|tune\|cpu\)=[^ ]*//g'`
524 # Replace 2 spaces by one finally
525 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/ / /g'`
529 languages=$languages,c++
532 languages=$languages,objc
535 languages=$languages,fortran
538 languages=$languages,obj-c++
541 languages=$languages,java
544 languages=$languages,ada
548 if test -z "$J"; then
549 J=$(getconf _NPROCESSORS_CONF)
552 test 1 -gt "$J" && J=1
553 JL=$(($(getconf _NPROCESSORS_CONF)*2))
555 if test "$J" == "0"; then
558 if test "$JL" == "0"; then
561 PARALLEL="-j$J -l$JL"
563 # we don't want some miscompiles in the testsuite, or some fault in
564 # the compiler to kill the machine. Hence we limit the amount of memory
565 # by the physical RAM plus half of swap
566 #MEM=$(free -m | awk '/^Mem:/ {print $2}')
567 #SWAP=$(free -m | awk '/^Swap:/ {print $2}')
568 #ulimit -v $(((MEM + SWAP/2)*1024))
570 # In general we want to ship release checking enabled compilers
571 # and run BETA with checking enabled.
572 #ENABLE_CHECKING="--enable-checking=yes"
573 ENABLE_CHECKING="--enable-checking=release"
575 # Work around tail/head -1 changes
576 export _POSIX2_VERSION=199209
578 # configure tries to parse include/features.h to detect
579 # if glibc supports SSP. When cross compiling we would need
580 # to install a cross glibc, which we don't, or make the whole
581 # thing point to the native glibc, which is in /, hence the
582 # --with-build-sysroot=/
585 # Using the host gnatmake like
586 # CC="gcc%{hostsuffix}" GNATBIND="gnatbind%{hostsuffix}"
587 # GNATMAKE="gnatmake%{hostsuffix}"
588 # doesn't work due to PR33857, so an un-suffixed gnatmake has to be
590 mkdir -p host-tools/bin
591 cp -a /usr/bin/gnatmake%{hostsuffix} host-tools/bin/gnatmake
592 cp -a /usr/bin/gnatlink%{hostsuffix} host-tools/bin/gnatlink
593 cp -a /usr/bin/gnatbind%{hostsuffix} host-tools/bin/gnatbind
594 cp -a /usr/bin/gcc%{hostsuffix} host-tools/bin/gcc
595 ln -sf /usr/%{_lib} host-tools/%{_lib}
596 export PATH="`pwd`/host-tools/bin:$PATH"
598 #%if 0%{?gcc_target_arch:1} && 0%{!?gcc_icecream:1}
600 # --enable-threads=posix \
603 %if "%{TARGET_ARCH}" == "armv7l" || "%{TARGET_ARCH}" == "armv7hl"
604 # temporary workaround for a miscompilation of hash functions in java code
605 GCJ_EXTRA_FLAGS="-marm"
607 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" XCFLAGS="$RPM_OPT_FLAGS" \
608 TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
610 --prefix=%{_prefix} \
611 --infodir=%{_infodir} \
612 --mandir=%{_mandir} \
613 --libdir=%{_libdir} \
614 --libexecdir=%{_libdir} \
615 --disable-bootstrap \
616 --enable-languages=$languages \
618 --with-gxx-include-dir=%{_prefix}/include/c++/%{gcc_dir_version} \
622 --with-bugurl="http://bugs.tizen.org/" \
623 --with-pkgversion="Tizen" \
624 %if !%{build_fortran}
625 --disable-libquadmath \
627 %if !%{build_libjava}
630 --with-java-home=%{_libdir}/jvm/java-1.5.0-gcj%{binsuffix}-1.5.0.0/jre \
631 --with-ecj-jar=%{libsubdir}/ecj.jar \
633 %if !%{biarch_libjava}
634 --disable-libjava-multilib \
637 %if !%{build_with_mudflap}
638 --disable-libmudflap \
640 --with-slibdir=/%{_lib} \
642 --enable-__cxa_atexit \
643 --enable-libstdcxx-allocator=new \
644 --disable-libstdcxx-pch \
645 --enable-version-specific-runtime-libs \
646 --enable-linker-build-id \
647 %if 0%{?gcc_target_arch:1}
648 %if 0%{?gcc_icecream:1}
650 --with-gxx-include-dir=%{_prefix}/%{gcc_target_arch}%{?canonical_target_abi:%canonical_target_abi}/include/c++/%{gcc_dir_version} \
651 --enable-linux-futex \
653 %if 0%{?canonical_target:1}
654 --with-build-time-tools=/usr/%{canonical_target}-tizen-linux%{?canonical_target_abi:%canonical_target_abi}/bin \
657 --with-sysroot=%sysroot \
659 %if 0%{?build_static:1}
662 %if "%{TARGET_ARCH}" == "spu"
663 --with-gxx-include-dir=%sysroot/include/c++/%{gcc_dir_version} \
667 --target=%{CONFIGURE_TARGET} \
669 --program-suffix=%{binsuffix} \
670 --enable-linux-futex \
672 --with-system-libunwind \
674 --without-system-libunwind \
677 %if "%{TARGET_ARCH}" == "armv5tel"
678 --with-arch=armv5te \
681 --with-abi=aapcs-linux \
682 --disable-sjlj-exceptions \
684 %if "%{TARGET_ARCH}" == "armv7l"
685 --with-arch=armv7-a \
686 --with-tune=cortex-a8 \
687 --with-float=softfp \
690 --disable-sjlj-exceptions \
692 %if "%{TARGET_ARCH}" == "armv7hl"
693 --with-arch=armv7-a \
694 --with-tune=cortex-a9 \
696 --with-abi=aapcs-linux \
697 --with-fpu=vfpv3-d16 \
698 --disable-sjlj-exceptions \
700 %if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
701 %if "%{TARGET_ARCH}" == "powerpc"
702 --with-cpu=default32 \
704 --with-cpu-64=power4 \
706 --with-long-double-128 \
708 %if "%{TARGET_ARCH}" == "sparc64"
709 --with-cpu=ultrasparc \
710 --with-long-double-128 \
712 %if "%{TARGET_ARCH}" == "sparc"
714 --with-long-double-128 \
716 %if "%{TARGET_ARCH}" == "i586"
717 --with-arch-32=i586 \
718 --with-tune=generic \
720 %if "%{TARGET_ARCH}" == "x86_64"
721 --with-arch-32=i586 \
722 --with-tune=generic \
724 %if "%{TARGET_ARCH}" == "s390"
725 --with-tune=z196 --with-arch=z10 \
726 --with-long-double-128 \
727 --enable-decimal-float \
729 %if "%{TARGET_ARCH}" == "s390x"
730 --with-tune=z196 --with-arch=z10 \
731 --with-long-double-128 \
732 --enable-decimal-float \
737 %if 0%{?building_libffi:1}
738 make stage1-bubble $PARALLEL
739 make all-target-libffi $PARALLEL
742 # Only run profiled bootstrap on archs where it works
743 #%ifarch %ix86 x86_64 ppc ppc64 ia64
744 #make profiledbootstrap-lean STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
746 #make bootstrap-lean STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
747 make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
753 (make -C %{GCCDIST}/libstdc++-v3 check-abi || true)
754 mv %{GCCDIST}/libstdc++-v3/testsuite/libstdc++.log %{GCCDIST}/libstdc++-v3/testsuite/libstdc++-abi.log
755 mv %{GCCDIST}/libstdc++-v3/testsuite/libstdc++.sum %{GCCDIST}/libstdc++-v3/testsuite/libstdc++-abi.sum
756 # asan needs a whole shadow address space
757 ulimit -v unlimited || true
758 make -k check $PARALLEL || true
760 ../contrib/test_summary | tee ../testresults/test_summary.txt
765 export NO_BRP_CHECK_BYTECODE_VERSION=true
767 # Work around tail/head -1 changes
768 export _POSIX2_VERSION=199209
769 export LIBRARY_PATH=$RPM_BUILD_ROOT%{libsubdir}:$RPM_BUILD_ROOT%{mainlibdirbi}
770 %if 0%{?building_libffi:1}
771 make -C %{GCCDIST}/libffi install DESTDIR=$RPM_BUILD_ROOT
773 %if 0%{?building_libjava:1}
774 make -C %{GCCDIST}/libjava install DESTDIR=$RPM_BUILD_ROOT
775 make -C gcc java.install-man DESTDIR=$RPM_BUILD_ROOT
776 make -C gcc java.install-common DESTDIR=$RPM_BUILD_ROOT
777 make -C gcc install-common DESTDIR=$RPM_BUILD_ROOT COMPILERS='jc1$(exeext) jvgenmain$(exeext)'
778 # install-common also installs collect2, gcov and the g++ and gfortran driver
780 rm $RPM_BUILD_ROOT%{_prefix}/bin/g++%{binsuffix}
783 rm $RPM_BUILD_ROOT%{_prefix}/bin/gfortran%{binsuffix}
785 rm $RPM_BUILD_ROOT%{_prefix}/bin/gcov%{binsuffix}
786 rm $RPM_BUILD_ROOT%{libsubdir}/collect2
788 make install DESTDIR=$RPM_BUILD_ROOT
790 make -C gcc java.uninstall DESTDIR=$RPM_BUILD_ROOT
791 make -C gcc java.install-info DESTDIR=$RPM_BUILD_ROOT
792 rm $RPM_BUILD_ROOT%{_prefix}/bin/jcf-dump%{binsuffix}
793 rm $RPM_BUILD_ROOT%{_mandir}/man1/jcf-dump%{binsuffix}.1
794 rm $RPM_BUILD_ROOT%{libsubdir}/jc1
795 rm $RPM_BUILD_ROOT%{libsubdir}/jvgenmain
800 # Remove libffi installed files if we did not want to build it
801 %if !0%{?building_libffi:1}
802 rm -f $RPM_BUILD_ROOT%{mainlibdir}/libffi.*
804 rm -f $RPM_BUILD_ROOT%{mainlibdirbi}/libffi.*
806 rm -f $RPM_BUILD_ROOT%{libsubdir}/include/ffi.h
807 rm -f $RPM_BUILD_ROOT%{libsubdir}/include/ffitarget.h
808 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi%{binsuffix}.3*
809 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi_call%{binsuffix}.3*
810 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi_prep_cif%{binsuffix}.3*
811 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi_prep_cif_var%{binsuffix}.3*
814 # Remove some useless .la files
815 for lib in libobjc libgfortran libgfortranbegin libquadmath libcaf_single \
816 libmudflap libmudflapth libgomp libstdc++ libsupc++ libgcj-tools libgij \
817 libasan libatomic libitm libtsan; do
818 rm -f $RPM_BUILD_ROOT%{versmainlibdir}/$lib.la
820 rm -f $RPM_BUILD_ROOT%{versmainlibdirbi}/$lib.la
824 mkdir -p $RPM_BUILD_ROOT%{_libdir}
826 %if %{build_primary_64bit}
827 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib
829 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib64
834 # move shared libs from versionspecific dir to main libdir
836 %if 0%{?building_libjava:1}
837 libgcj libgij libgcj-tools \
841 %ifarch %quadmath_arch
864 %if %{build_with_mudflap}
865 libmudflap libmudflapth \
869 for lib in `find $RPM_BUILD_ROOT%{versmainlibdir} -maxdepth 1 -name $libname.so.*`; do
870 mv $lib $RPM_BUILD_ROOT%{mainlibdir}/
872 ln -sf %{mainlibdir}/`readlink $RPM_BUILD_ROOT%{versmainlibdir}/$libname.so | sed -e 's/\(.*\.so\.[^\.]*\).*/\1/'` \
873 $RPM_BUILD_ROOT%{versmainlibdir}/$libname.so
875 if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
876 for lib in `find $RPM_BUILD_ROOT%{versmainlibdirbi} -maxdepth 1 -name "$libname.so.*"`; do
877 mv $lib $RPM_BUILD_ROOT%{mainlibdirbi}/
879 ln -sf %{mainlibdirbi}/`readlink $RPM_BUILD_ROOT%{versmainlibdirbi}/$libname.so | sed -e 's/\(.*\.so\.[^\.]*\).*/\1/'` \
880 $RPM_BUILD_ROOT%{versmainlibdirbi}/$libname.so
884 # FIXME, tsan is not multilib
887 rm -f $RPM_BUILD_ROOT%{versmainlibdirbi}/libtsan.so
891 %if !0%{?building_libjava:1}
892 # And we want to move the shlib gdb pretty printers to a more sane
893 # place so ldconfig does not complain
894 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}
895 mv $RPM_BUILD_ROOT%{mainlibdir}/libstdc++.so.*-gdb.py $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/
896 sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/libstdc++.so.*-gdb.py
898 if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
899 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}
900 mv $RPM_BUILD_ROOT%{mainlibdirbi}/libstdc++.so.*-gdb.py $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/
901 sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/libstdc++.so.*-gdb.py
906 %if 0%{?building_libjava:1}
907 # libgcj_bc is special as the .so file is actually a different
908 # library as the library refered to by the SONAME which should
909 # be a simple link to our libgcj.
910 for lib in `find $RPM_BUILD_ROOT%{versmainlibdir} -maxdepth 1 -name libgcj_bc.so.*`; do
913 ln -s libgcj.so.%{libgcj_sover} $RPM_BUILD_ROOT%{mainlibdir}/libgcj_bc.so.%{libgcj_bc_sover}
914 %if %{biarch_libjava}
915 for lib in `find $RPM_BUILD_ROOT%{versmainlibdirbi} -maxdepth 1 -name libgcj_bc.so.*`; do
918 ln -s libgcj.so.%{libgcj_sover} $RPM_BUILD_ROOT%{mainlibdirbi}/libgcj_bc.so.%{libgcj_bc_sover}
924 mv $RPM_BUILD_ROOT%{libsubdir}/adalib/lib*-*.so $RPM_BUILD_ROOT%{_libdir}
925 ln -sf %{_libdir}/libgnarl%{binsuffix}.so $RPM_BUILD_ROOT%{libsubdir}/adalib/libgnarl.so
926 ln -sf %{_libdir}/libgnat%{binsuffix}.so $RPM_BUILD_ROOT%{libsubdir}/adalib/libgnat.so
927 chmod a+x $RPM_BUILD_ROOT%{_libdir}/libgna*-*.so
929 mv $RPM_BUILD_ROOT%{versmainlibdirbi}/adalib/lib*-*.so $RPM_BUILD_ROOT%{mainlibdirbi}/
930 ln -sf %{mainlibdirbi}/libgnarl%{binsuffix}.so $RPM_BUILD_ROOT%{versmainlibdirbi}/adalib/libgnarl.so
931 ln -sf %{mainlibdirbi}/libgnat%{binsuffix}.so $RPM_BUILD_ROOT%{versmainlibdirbi}/adalib/libgnarl.so
932 chmod a+x $RPM_BUILD_ROOT%{mainlibdirbi}/libgna*-*.so
936 rm -f $RPM_BUILD_ROOT%{_prefix}/bin/c++%{binsuffix}
938 # Remove some crap from the .la files:
939 for l in `find $RPM_BUILD_ROOT -name '*.la'`; do
941 # -e '/^dependency_libs/s|%{libsubdir}/\([^.]*\)\.la |%{_libdir}/\1\.la |g'
942 sed -e '/^dependency_libs/s| -L%{_builddir}/[^ ]*||g' \
943 -e '/^dependency_libs/s| -L/usr/%{GCCDIST}/bin||g' \
944 -e '/^dependency_libs/s|-lm \(-lm \)*|-lm |' \
945 -e '/^dependency_libs/s|-L[^ ]* ||g' \
947 %if %{build_primary_64bit}
948 -e '/^libdir/s|%{_libdir}/32|%{_prefix}/lib|' \
949 -e '/^libdir/s|lib64/\.\./||' \
951 -e '/^libdir/s|%{_libdir}/64|%{_prefix}/lib64|' \
959 cp `find . -name "*.sum"` ../testresults/
960 cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' ` ../testresults/
961 chmod 644 ../testresults/*
964 # Find C++ and Java headers
965 find $RPM_BUILD_ROOT%{_prefix}/include/c++ \
966 -regex ".*/\(org\|gcj\|gnu\|java\|javax\)" -prune \
967 -o \( -type d -printf "%%%%dir " , \
968 -printf "%{_prefix}/include/c++/%%P\n" \) > ../c++-headers
970 # Remove files that we do not need to clean up filelist
971 rm -f $RPM_BUILD_ROOT%{_prefix}/bin/%{GCCDIST}-*
972 rm -rf $RPM_BUILD_ROOT%{libsubdir}/install-tools
973 #rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libgcj%{binsuffix}.pc
974 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/root
975 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/curses.h
976 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/asm-*
977 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/linux
978 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sound
979 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/features.h
980 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/ncurses.h
981 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/stdio.h
982 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/zutil.h
983 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/X11
984 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits
985 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/obstack.h
986 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/spe.h
987 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/tgmath.h
988 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits
989 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sys
991 rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
992 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
993 rm -f $RPM_BUILD_ROOT%{_prefix}/bin/gccbug%{binsuffix}
995 %if !0%{?building_libjava:1}%{?building_libffi:1}
996 # delete compile flag tracking from crt files
997 crt_list=$RPM_BUILD_ROOT%{versmainlibdir}/crt*.o
999 %if %{build_primary_64bit}
1000 crt32_list=$RPM_BUILD_ROOT%{versmainlibdirbi32}/crt*.o
1002 crt64_list=$RPM_BUILD_ROOT%{versmainlibdirbi64}/crt*.o
1005 for o in $crt_list $crt32_list $crt64_list; do
1006 objcopy -R ".comment.SUSE.OPTs" $o
1010 %if 0%{?building_libjava:1}
1011 # gcj -static doesn't work properly anyway, unless using --whole-archive
1012 # let's save the space instead.
1013 find $RPM_BUILD_ROOT -name libgcj.a \
1014 -o -name libgcj-tools.a \
1017 -o -name libgcj_bc.a \
1020 find $RPM_BUILD_ROOT -name libgcj.spec | xargs \
1021 sed -i -e 's/lib: /&%%{static:%%eJava programs cannot be linked statically}/'
1023 # security files have broken install locations, also they cause conflicts
1024 # between libgcj versions. Simply delete them here, libgcj will use its
1025 # defaults in this case (which is what these files contain anyway).
1026 rm $RPM_BUILD_ROOT%{_libdir}/logging.properties
1027 rm -r $RPM_BUILD_ROOT%{_libdir}/security
1030 %if 0%{?building_libffi:1}
1031 # Move libffi headers, remove empty libffi libtool file
1032 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include
1033 mv $RPM_BUILD_ROOT%{libsubdir}/include/ffitarget.h $RPM_BUILD_ROOT%{_prefix}/include/
1034 mv $RPM_BUILD_ROOT%{libsubdir}/include/ffi.h $RPM_BUILD_ROOT%{_prefix}/include/
1035 rm -f $RPM_BUILD_ROOT%{mainlibdir}/libffi.la
1037 rm -f $RPM_BUILD_ROOT%{mainlibdirbi}/libffi.la
1039 # Generate a simple pkg-config file
1040 mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
1041 echo -e 'Name: libffi\nVersion: 3.0.9\nDescription: libffi\nLibs: -lffi' > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libffi.pc
1045 %if !%{build_libjava}
1046 rm $RPM_BUILD_ROOT%{_mandir}/man1/jv-convert%{binsuffix}.1
1047 rm $RPM_BUILD_ROOT%{_mandir}/man1/gcj-dbtool%{binsuffix}.1
1048 rm $RPM_BUILD_ROOT%{_mandir}/man1/gij%{binsuffix}.1
1049 rm $RPM_BUILD_ROOT%{_mandir}/man1/grmic%{binsuffix}.1
1050 rm $RPM_BUILD_ROOT%{_mandir}/man1/gc-analyze%{binsuffix}.1
1051 rm $RPM_BUILD_ROOT%{_mandir}/man1/aot-compile%{binsuffix}.1
1052 rm $RPM_BUILD_ROOT%{_mandir}/man1/rebuild-gcj-db%{binsuffix}.1
1054 rm -f $RPM_BUILD_ROOT%{_datadir}/gcc%{binsuffix}/python/libjava/aotcompile.py
1055 rm -f $RPM_BUILD_ROOT%{_datadir}/gcc%{binsuffix}/python/libjava/classfile.py
1057 rm -f $RPM_BUILD_ROOT%{_mandir}/man7/fsf-funding.7
1058 rm -f $RPM_BUILD_ROOT%{_mandir}/man7/gfdl.7
1059 rm -f $RPM_BUILD_ROOT%{_mandir}/man7/gpl.7
1060 rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty.a
1062 %if %{build_primary_64bit}
1063 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/libiberty.a
1065 rm -f $RPM_BUILD_ROOT%{_prefix}/lib64/libiberty.a
1068 rm -f $RPM_BUILD_ROOT%{libsubdir}/liblto_plugin.a
1069 rm -f $RPM_BUILD_ROOT%{libsubdir}/liblto_plugin.la
1071 %if 0%{?building_libjava:1}
1072 # For building libjava only we need to delete other info docs
1073 rm $RPM_BUILD_ROOT%{_infodir}/cp-tools.info*
1074 # Remove stale manpages for binaries we do not build
1075 rm $RPM_BUILD_ROOT%{_mandir}/man1/gjdoc%{binsuffix}.1
1076 # For building the java frontend we need to copy the ecj jar
1077 mkdir -p $RPM_BUILD_ROOT%{libsubdir}
1078 cp $RPM_SOURCE_DIR/ecj.jar $RPM_BUILD_ROOT%{libsubdir}
1080 # For regular build, some info files do not get renamed properly.
1082 mv $RPM_BUILD_ROOT%{_infodir}/libgomp.info $RPM_BUILD_ROOT%{_infodir}/libgomp%{binsuffix}.info
1084 mv $RPM_BUILD_ROOT%{_infodir}/libitm.info $RPM_BUILD_ROOT%{_infodir}/libitm%{binsuffix}.info
1086 %if %{build_fortran}
1087 %ifarch %quadmath_arch
1088 mv $RPM_BUILD_ROOT%{_infodir}/libquadmath.info $RPM_BUILD_ROOT%{_infodir}/libquadmath%{binsuffix}.info
1092 mv $RPM_BUILD_ROOT%{_infodir}/gnat-style.info $RPM_BUILD_ROOT%{_infodir}/gnat-style%{binsuffix}.info
1093 mv $RPM_BUILD_ROOT%{_infodir}/gnat_rm.info $RPM_BUILD_ROOT%{_infodir}/gnat_rm%{binsuffix}.info
1094 mv $RPM_BUILD_ROOT%{_infodir}/gnat_ugn.info $RPM_BUILD_ROOT%{_infodir}/gnat_ugn%{binsuffix}.info
1101 %if 0%{?building_libjava:1}
1102 %files -n gcc48-java
1103 %defattr(-,root,root)
1104 %{_prefix}/bin/gcj%{binsuffix}
1105 %{_prefix}/bin/gcjh%{binsuffix}
1106 %{_prefix}/bin/gcj-dbtool%{binsuffix}
1107 %{_prefix}/bin/jcf-dump%{binsuffix}
1108 %{_prefix}/bin/jv-convert%{binsuffix}
1109 %{_prefix}/bin/gc-analyze%{binsuffix}
1110 %{_prefix}/bin/aot-compile%{binsuffix}
1111 %{_prefix}/bin/rebuild-gcj-db%{binsuffix}
1113 %{libsubdir}/jvgenmain
1114 %{libsubdir}/ecj.jar
1116 %doc %{_mandir}/man1/gcj%{binsuffix}.1.gz
1117 %doc %{_mandir}/man1/gcjh%{binsuffix}.1.gz
1118 %doc %{_mandir}/man1/gcj-dbtool%{binsuffix}.1.gz
1119 %doc %{_mandir}/man1/jcf-dump%{binsuffix}.1.gz
1120 %doc %{_mandir}/man1/jv-convert%{binsuffix}.1.gz
1121 %doc %{_mandir}/man1/gc-analyze%{binsuffix}.1.gz
1122 %doc %{_mandir}/man1/aot-compile%{binsuffix}.1.gz
1123 %doc %{_mandir}/man1/rebuild-gcj-db%{binsuffix}.1.gz
1128 %if %{build_libjava}
1130 %defattr(-,root,root)
1131 %dir %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}
1133 %dir %{_libdir}/gcc/%{GCCDIST}
1135 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/classmap.db
1136 # We usually do not multilib libjava
1137 %if %{biarch_libjava}
1138 %versbiarchlib libgcj.la
1139 %biarchlib libgcj.so.*
1140 %biarchlib libgij.so.*
1141 %biarchlib libgcj-tools.so.*
1143 %versmainlib libgcj.la
1144 %mainlib libgcj.so.*
1145 %mainlib libgij.so.*
1146 %mainlib libgcj-tools.so.*
1148 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjvm.la
1149 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjvm.so
1150 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjavamath.la
1151 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjavamath.so
1153 %files -n libgcj_bc%{libgcj_bc_sover}%{libgcj_bc_suffix}
1154 %defattr(-,root,root)
1155 %if %{biarch_libjava}
1156 %biarchlib libgcj_bc.so.%{libgcj_bc_sover}*
1158 %mainlib libgcj_bc.so.%{libgcj_bc_sover}*
1161 %files -n libgcj48-jar
1162 %defattr(-,root,root)
1163 %{_prefix}/share/java/libgcj-%{gcc_dir_version}.jar
1164 %{_prefix}/share/java/libgcj-tools-%{gcc_dir_version}.jar
1166 %files -n libgcj48-devel
1167 %defattr(-,root,root)
1168 %dir %{_prefix}/include/c++
1170 %dir %{libsubdir}/include
1172 %{_libdir}/pkgconfig/libgcj%{binsuffix}.pc
1173 %{libsubdir}/include/jawt.h
1174 %{libsubdir}/include/jawt_md.h
1175 %{libsubdir}/include/jni.h
1176 %{libsubdir}/include/jni_md.h
1177 %{libsubdir}/include/jvmpi.h
1184 %{libsubdir}/include/gcj
1185 %if %{biarch_libjava}
1186 %versbiarchlib libgcj.so
1187 %versbiarchlib libgcj.spec
1188 %versbiarchlib libgcj-tools.so
1189 %versbiarchlib libgij.so
1190 %versbiarchlib libgcj_bc.so
1192 %versmainlib libgcj.so
1193 %versmainlib libgcj.spec
1194 %versmainlib libgcj-tools.so
1195 %versmainlib libgij.so
1196 %versmainlib libgcj_bc.so
1200 %defattr(-,root,root)
1201 %{_prefix}/bin/gij%{binsuffix}
1202 %{_prefix}/bin/gappletviewer%{binsuffix}
1203 %{_prefix}/bin/gjar%{binsuffix}
1204 %{_prefix}/bin/gjarsigner%{binsuffix}
1205 %{_prefix}/bin/gjavah%{binsuffix}
1206 %{_prefix}/bin/gkeytool%{binsuffix}
1207 %{_prefix}/bin/gnative2ascii%{binsuffix}
1208 %{_prefix}/bin/gorbd%{binsuffix}
1209 %{_prefix}/bin/grmic%{binsuffix}
1210 %{_prefix}/bin/grmid%{binsuffix}
1211 %{_prefix}/bin/grmiregistry%{binsuffix}
1212 %{_prefix}/bin/gserialver%{binsuffix}
1213 %{_prefix}/bin/gtnameserv%{binsuffix}
1214 %doc %{_mandir}/man1/gij%{binsuffix}.1.gz
1215 %doc %{_mandir}/man1/gappletviewer%{binsuffix}.1.gz
1216 %doc %{_mandir}/man1/grmic%{binsuffix}.1.gz
1217 %doc %{_mandir}/man1/grmid%{binsuffix}.1.gz
1218 %doc %{_mandir}/man1/grmiregistry%{binsuffix}.1.gz
1219 %doc %{_mandir}/man1/gkeytool%{binsuffix}.1.gz
1220 %doc %{_mandir}/man1/gjar%{binsuffix}.1.gz
1221 %doc %{_mandir}/man1/gjarsigner%{binsuffix}.1.gz
1222 %doc %{_mandir}/man1/gjavah%{binsuffix}.1.gz
1223 %doc %{_mandir}/man1/gnative2ascii%{binsuffix}.1.gz
1224 %doc %{_mandir}/man1/gorbd%{binsuffix}.1.gz
1225 %doc %{_mandir}/man1/gserialver%{binsuffix}.1.gz
1226 %doc %{_mandir}/man1/gtnameserv%{binsuffix}.1.gz
1231 %if 0%{?building_libffi:1}
1232 %files -n libffi%{libffi_sover}%{libffi_suffix}
1233 %defattr(-,root,root)
1234 %mainlib libffi.so.%{libffi_sover}*
1236 %if %{separate_biarch}
1237 %files -n libffi%{libffi_sover}%{libffi_suffix}%{separate_biarch_suffix}
1238 %defattr(-,root,root)
1239 %biarchlib libffi.so.%{libffi_sover}*
1242 %post -n libffi48-devel
1243 %install_info --info-dir=%{_infodir} %{_infodir}/libffi%{binsuffix}.info.gz
1244 %postun -n libffi48-devel
1245 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libffi%{binsuffix}.info.gz
1247 %files -n libffi48-devel
1248 %defattr(-,root,root)
1249 %{_prefix}/include/ffi.h
1250 %{_prefix}/include/ffitarget.h
1253 %{_libdir}/pkgconfig/libffi.pc
1254 %doc %{_infodir}/libffi%{binsuffix}.info.gz
1255 %doc %{_mandir}/man3/ffi%{binsuffix}.3.gz
1256 %doc %{_mandir}/man3/ffi_call%{binsuffix}.3.gz
1257 %doc %{_mandir}/man3/ffi_prep_cif%{binsuffix}.3.gz
1258 %doc %{_mandir}/man3/ffi_prep_cif_var%{binsuffix}.3.gz
1260 %if %{separate_biarch}
1261 %files -n libffi48-devel%{separate_biarch_suffix}
1262 %defattr(-,root,root)
1263 %biarchlib libffi.so
1269 %if 0%{?run_tests:1}
1270 %files -n gcc48-testresults
1271 %defattr(-,root,root)
1272 %doc testresults/test_summary.txt
1273 %doc testresults/*.sum
1274 %doc testresults/*.log