add the arm architecture in the %asan_arch macro to support address sanitizer
[platform/upstream/gcc48.git] / packaging / libgcj48.spec
1 %define building_libjava 1
2 #
3 # spec file for package gcc48
4 #
5 # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
6 #
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.
15
16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
17 #
18
19 # norootforbuild
20 # icecream 0
21
22
23 %define build_ada 0
24
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
30
31 # We don't want to build java
32 %define build_java 0
33 %define build_libjava 0
34
35 %define build_cp 1
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
40
41 %if %{build_objcp}
42 %define build_cp 1
43 %define build_objc 1
44 %endif
45
46 %if %{build_libjava}
47 %define build_cp 1
48 %endif
49
50 # For optional compilers only build C, C++ and Fortran
51 %if 0%{?build_optional_compiler_languages:1}
52 %define build_ada 0
53 %define build_java 0
54 %define build_libjava 0
55 %define build_objc 0
56 %define build_objcp 0
57 %endif
58
59 # Shared library SONAME versions
60 %define libgcc_s 1
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}
74
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
88 %define pne 1
89 %endif
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}
105
106
107
108
109 Name: libgcj48
110 BuildRequires: gcc-c++
111 BuildRequires: bison
112 BuildRequires: flex
113 BuildRequires: glibc-devel-32bit
114 BuildRequires: mpc-devel
115 BuildRequires: mpfr-devel
116 BuildRequires: perl
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
122 %endif
123 %if %{build_ada}
124 %define hostsuffix -4.7
125 BuildRequires: gcc47-ada
126 %endif
127 %if 0%{?building_libjava:1}%{?building_testsuite:1}
128 BuildRequires: fastjar
129 %endif
130 %if 0%{?building_libffi:1}
131 BuildRequires: pkg-config
132 %endif
133 %ifarch ia64
134 BuildRequires: libunwind-devel
135 %endif
136 %if 0%{?run_tests:1}
137 BuildRequires: dejagnu
138 BuildRequires: expect
139 BuildRequires: gdb
140 %endif
141
142 %define separate_bi32 0
143 %define separate_bi64 0
144 %ifarch ppc sparcv9
145 # Beware, this does _not_ separate libgcj, as for that one multilibing
146 # is inactive for the time being
147 %define separate_bi64 1
148 %endif
149 %ifarch x86_64 s390x ppc64 sparc64
150 %define separate_bi32 1
151 %endif
152
153 # Define two macros to trigger -32bit or -64bit package variants
154 %define separate_biarch 0
155 %if %{separate_bi32}
156 %define separate_biarch 1
157 %define separate_biarch_suffix -32bit
158 %endif
159 %if %{separate_bi64}
160 %define separate_biarch 1
161 %define separate_biarch_suffix -64bit
162 %endif
163
164 %ifarch x86_64 ia64 s390x alpha ppc64 sparc64
165 # 64-bit is primary build target
166 %define build_primary_64bit 1
167 %else
168 %define build_primary_64bit 0
169 %endif
170
171 %define biarch_libjava 0
172
173 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
174
175 URL:          http://gcc.gnu.org/
176 Version: 4.8.1
177 Release:      1
178 %define gcc_dir_version 4.8
179 %define binsuffix -4.8
180
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}
189 %endif
190 %ifarch %asan_arch
191 Requires: libasan%{libasan_sover} >= %{version}-%{release}
192 %endif
193 %ifarch %tsan_arch
194 Requires: libtsan%{libtsan_sover} >= %{version}-%{release}
195 %endif
196 %ifarch %atomic_arch
197 Requires: libatomic%{libatomic_sover} >= %{version}-%{release}
198 %endif
199 %ifarch %itm_arch
200 Requires: libitm%{libitm_sover} >= %{version}-%{release}
201 %endif
202 Suggests: gcc48-info gcc48-locale
203 %endif
204
205 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
206 Source:         gcc-%{version}.tar.bz2
207 Source1:        change_spec
208 Source3:        gcc48-rpmlintrc
209 Source4:        ecj.jar
210 Source6:        baselibs.conf
211
212
213 Summary:      Java Runtime Library for gcc
214 License:      GPL-2.0-with-classpath-exception
215 Group:        System/Libraries
216
217 %description 
218 This library is needed if you want to use the GNU Java compiler, gcj.
219 Source code for this package is in gcc.
220
221 %post 
222 /sbin/ldconfig
223
224 %postun 
225 /sbin/ldconfig
226
227
228 %package -n gcc48-java
229 Summary:      The GNU Java Compiler
230 License:        GPL-3.0+
231 Requires: gcc48 = %{version}
232 Requires: libgcj48-devel = %{version}-%{release}
233
234 %description -n gcc48-java
235 The Java compiler from the GCC-tools-suite.
236
237
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)
247 %else
248 Provides: libgcj_bc.so.%{libgcj_bc_sover}
249 %endif
250
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
255 libgcj.so changes.
256
257
258 %package -n libgcj48-jar
259 Summary:      Java runtime library (jar files).
260 License:        GPL-2.0-with-classpath-exception
261
262 %description -n libgcj48-jar
263 These are the jar files that go along with the gcj front end to gcc.
264
265
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}
273 Requires: gtk2-devel
274 Requires: libart_lgpl-devel
275 Requires: glibc-devel
276 Requires: zlib-devel
277 %ifarch ia64
278 Requires: libunwind-devel
279 %endif
280
281 %description -n libgcj48-devel
282 This package contains all necessary include files and libraries needed
283 to develop applications that require these.
284
285
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}
290
291 %description -n gcc48-gij
292 This package contains the java bytecode interpreter gij and related tools.
293
294 %package -n libffi%{libffi_sover}%{libffi_suffix}
295 Summary:      Foreign Function Interface library
296 License:        BSD-3-Clause
297
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.
300
301 %post -n libffi%{libffi_sover}%{libffi_suffix}
302 /sbin/ldconfig
303
304 %postun -n libffi%{libffi_sover}%{libffi_suffix}
305 /sbin/ldconfig
306 %package -n libffi%{libffi_sover}%{libffi_suffix}-32bit
307 Summary:      Foreign Function Interface library
308 License:        BSD-3-Clause
309
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.
312
313 %post -n libffi%{libffi_sover}%{libffi_suffix}-32bit
314 /sbin/ldconfig
315
316 %postun -n libffi%{libffi_sover}%{libffi_suffix}-32bit
317 /sbin/ldconfig
318 %package -n libffi%{libffi_sover}%{libffi_suffix}-64bit
319 Summary:      Foreign Function Interface library
320 License:        BSD-3-Clause
321
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.
324
325 %post -n libffi%{libffi_sover}%{libffi_suffix}-64bit
326 /sbin/ldconfig
327
328 %postun -n libffi%{libffi_sover}%{libffi_suffix}-64bit
329 /sbin/ldconfig
330
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}
335
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}
342
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}
349
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.
352
353 %package -n gcc48-testresults
354 Summary:      Testsuite results
355 License:        SUSE-Public-Domain
356
357 %description -n gcc48-testresults
358 Results from running the gcc and target library testsuites.
359
360
361
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
371 %endif
372 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "powerpc64"
373 %define CONFIGURE_TARGET powerpc64-tizen-linux
374 %endif
375 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "i586"
376 %define CONFIGURE_TARGET i586-tizen-linux
377 %endif
378 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7l"
379 %define CONFIGURE_TARGET armv7l-tizen-linux-gnueabi
380 %endif
381 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv7hl"
382 %define CONFIGURE_TARGET armv7hl-tizen-linux-gnueabi
383 %endif
384 %if 0%{?gcc_icecream:1} && %{TARGET_ARCH} == "armv5tel"
385 %define CONFIGURE_TARGET armv5tel-tizen-linux-gnueabi
386 %endif
387 %else
388 %define TARGET_ARCH %(echo %{_target_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
389 %endif
390 %define HOST_ARCH %(echo %{_host_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
391
392 %define biarch %(case " %{biarch_targets} " in (*" %{TARGET_ARCH} "*) echo 1;; (*) echo 0;; esac)
393
394 %ifarch ppc
395 %define GCCDIST powerpc64-tizen-linux
396 %else
397 %ifarch %sparc
398 %define GCCDIST sparc64-tizen-linux
399 %else
400 %ifarch %arm
401 %define GCCDIST %{HOST_ARCH}-tizen-linux-gnueabi
402 %else
403 %define GCCDIST %{HOST_ARCH}-tizen-linux
404 %endif
405 %endif
406 %endif
407
408 %define libsubdir %{_libdir}/gcc/%{GCCDIST}/%{gcc_dir_version}
409 %define gxxinclude %{_prefix}/include/c++/%{gcc_dir_version}
410
411
412 # Versionspecific directories
413 %define versmainlibdir %{libsubdir}
414 %define versmainlibdirbi32 %{libsubdir}/32
415 %define versmainlibdirbi64 %{libsubdir}/64
416 %ifarch ppc
417 %define versmainlibdirbi32 %{libsubdir}
418 %define versmainlibdirbi64 %{libsubdir}/64
419 %endif
420 %if %{build_primary_64bit}
421 %define versmainlibdirbi %{versmainlibdirbi32}
422 %else
423 %define versmainlibdirbi %{versmainlibdirbi64}
424 %endif
425
426 %define mainlibdir %{_libdir}
427 %define mainlibdirbi32 %{_prefix}/lib
428 %define mainlibdirbi64 %{_prefix}/lib64
429 %if %{build_primary_64bit}
430 %define mainlibdirbi %{mainlibdirbi32}
431 %else
432 %define mainlibdirbi %{mainlibdirbi64}
433 %endif
434
435
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\
442 %{nil}
443 %define biarchlib() %{nil}
444 %if %{biarch}
445 %if !%{separate_biarch}
446 %define mainlib() %{mainlibdir}/%1\
447 %{mainlibdirbi}/%1\
448 %{nil}
449 %else
450 %define biarchlib() %{mainlibdirbi}/%1\
451 %{nil}
452 %endif
453 %endif
454
455 %define versmainlib() %{versmainlibdir}/%1\
456 %{nil}
457 %define versbiarchlib() %{nil}
458 %if %{biarch}
459 %if !%{separate_biarch}
460 %define versmainlib() %{versmainlibdir}/%1\
461 %{versmainlibdirbi}/%1\
462 %{nil}
463 %else
464 %define versbiarchlib() %{versmainlibdirbi}/%1\
465 %{nil}
466 %endif
467 %endif
468
469
470
471 %prep
472 %setup -q -n gcc-%{version}
473
474
475 # We are configuring ppc as ppc64 but with switched multilibs.  Adjust
476 # the libstdc++ abi testsuite baseline files accordingly
477 %ifarch ppc
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/
484 fi
485 %endif
486
487 %build
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
498 else
499   mv gcc/BASE-VER gcc/FULL-VER
500 fi
501 cat gcc/FULL-VER | cut -d '.' -f 1-2 > gcc/BASE-VER
502
503 rm -rf obj-%{GCCDIST}
504 mkdir obj-%{GCCDIST}
505 cd 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'`
508 %ifarch %ix86
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'`
515 %endif
516 %ifarch s390 s390x
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'`
519 %endif
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'`
523 %endif
524 # Replace 2 spaces by one finally
525 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/  / /g'`
526
527 languages=c
528 %if %{build_cp}
529 languages=$languages,c++
530 %endif
531 %if %{build_objc}
532 languages=$languages,objc
533 %endif
534 %if %{build_fortran}
535 languages=$languages,fortran
536 %endif
537 %if %{build_objcp}
538 languages=$languages,obj-c++
539 %endif
540 %if %{build_java}
541 languages=$languages,java
542 %endif
543 %if %{build_ada}
544 languages=$languages,ada
545 %endif
546
547 J=%{?jobs:%jobs}
548 if test -z "$J"; then
549   J=$(getconf _NPROCESSORS_CONF)
550   JL=$(($J * 2))
551 else
552   test 1 -gt "$J" && J=1
553   JL=$(($(getconf _NPROCESSORS_CONF)*2))
554 fi
555 if test "$J" == "0"; then
556   J=1
557 fi
558 if test "$JL" == "0"; then
559   JL=1
560 fi
561 PARALLEL="-j$J -l$JL"
562
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))
569
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"
574
575 # Work around tail/head -1 changes
576 export _POSIX2_VERSION=199209
577
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=/
583
584 %if %{build_ada}
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
589 # available
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"
597 %endif
598 #%if 0%{?gcc_target_arch:1} && 0%{!?gcc_icecream:1}
599 #%else
600 #       --enable-threads=posix \
601 #%endif
602 #       --enable-shared \
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"
606 %endif
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" \
609 ../configure \
610         --prefix=%{_prefix} \
611         --infodir=%{_infodir} \
612         --mandir=%{_mandir} \
613         --libdir=%{_libdir} \
614         --libexecdir=%{_libdir} \
615     --disable-bootstrap \
616         --enable-languages=$languages \
617         $ENABLE_CHECKING \
618         --with-gxx-include-dir=%{_prefix}/include/c++/%{gcc_dir_version} \
619         --enable-ssp \
620         --disable-libssp \
621         --disable-plugin \
622         --with-bugurl="http://bugs.tizen.org/" \
623         --with-pkgversion="Tizen" \
624 %if !%{build_libjava}
625         --disable-libgcj \
626 %else
627         --with-java-home=%{_libdir}/jvm/java-1.5.0-gcj%{binsuffix}-1.5.0.0/jre \
628         --with-ecj-jar=%{libsubdir}/ecj.jar \
629         --disable-java-awt \
630 %if !%{biarch_libjava}
631         --disable-libjava-multilib \
632 %endif
633 %endif
634 %if !%{build_with_mudflap}
635         --disable-libmudflap \
636 %endif
637         --with-slibdir=/%{_lib} \
638         --with-system-zlib \
639         --enable-__cxa_atexit \
640         --enable-libstdcxx-allocator=new \
641         --disable-libstdcxx-pch \
642         --enable-version-specific-runtime-libs \
643         --enable-linker-build-id \
644 %if 0%{?gcc_target_arch:1}
645 %if 0%{?gcc_icecream:1}
646         --with-build-sysroot=/ \
647         --with-sysroot=%{_prefix}/%{gcc_target_arch}%{?canonical_target_abi:%canonical_target_abi} \
648         --with-gxx-include-dir=%{_prefix}/%{gcc_target_arch}%{?canonical_target_abi:%canonical_target_abi}/usr/include/c++/%{gcc_dir_version} \
649         --enable-linux-futex \
650 %endif
651 %if 0%{?canonical_target:1}
652         --with-build-time-tools=/usr/%{canonical_target}-tizen-linux%{?canonical_target_abi:%canonical_target_abi}/bin \
653 %endif
654 %if 0%{?sysroot:1}
655         --with-sysroot=%sysroot \
656 %endif
657 %if 0%{?build_static:1}
658         --disable-shared \
659 %endif
660 %if "%{TARGET_ARCH}" == "spu"
661         --with-gxx-include-dir=%sysroot/include/c++/%{gcc_dir_version} \
662         --with-newlib \
663 %endif
664         --disable-nls \
665         --target=%{CONFIGURE_TARGET} \
666 %else
667         --program-suffix=%{binsuffix} \
668         --enable-linux-futex \
669 %ifarch ia64
670         --with-system-libunwind \
671 %else
672         --without-system-libunwind \
673 %endif
674 %endif
675 %if "%{TARGET_ARCH}" == "armv5tel"
676         --with-arch=armv5te \
677         --with-float=soft \
678         --with-mode=arm \
679         --with-abi=aapcs-linux \
680         --disable-sjlj-exceptions \
681 %endif
682 %if "%{TARGET_ARCH}" == "armv7l" 
683         --with-arch=armv7-a \
684         --with-tune=cortex-a8 \
685         --with-float=softfp \
686         --with-fpu=vfpv3 \
687         --with-mode=thumb \
688         --disable-sjlj-exceptions \
689 %endif
690 %if  "%{TARGET_ARCH}" == "armv7hl"
691         --with-arch=armv7-a \
692         --with-tune=cortex-a9 \
693         --with-float=hard \
694         --with-abi=aapcs-linux \
695         --with-fpu=vfpv3-d16 \
696         --disable-sjlj-exceptions \
697 %endif
698 %if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
699 %if "%{TARGET_ARCH}" == "powerpc"
700         --with-cpu=default32 \
701 %endif
702         --with-cpu-64=power4 \
703         --enable-secureplt \
704         --with-long-double-128 \
705 %endif
706 %if "%{TARGET_ARCH}" == "sparc64"
707         --with-cpu=ultrasparc \
708         --with-long-double-128 \
709 %endif
710 %if "%{TARGET_ARCH}" == "sparc"
711         --with-cpu=v8 \
712         --with-long-double-128 \
713 %endif
714 %if "%{TARGET_ARCH}" == "i586"
715         --with-arch-32=i586 \
716         --with-tune=generic \
717 %endif
718 %if "%{TARGET_ARCH}" == "x86_64"
719         --with-arch-32=i586 \
720         --with-tune=generic \
721 %endif
722 %if "%{TARGET_ARCH}" == "s390"
723         --with-tune=z196 --with-arch=z10 \
724         --with-long-double-128 \
725         --enable-decimal-float \
726 %endif
727 %if "%{TARGET_ARCH}" == "s390x"
728         --with-tune=z196 --with-arch=z10 \
729         --with-long-double-128 \
730         --enable-decimal-float \
731 %endif
732         --build=%{GCCDIST}
733
734
735 %if 0%{?building_libffi:1}
736 make stage1-bubble $PARALLEL
737 make all-target-libffi $PARALLEL
738 %else
739 STAGE1_FLAGS="-g"
740 # Only run profiled bootstrap on archs where it works
741 #%ifarch %ix86 x86_64 ppc ppc64 ia64
742 #make profiledbootstrap-lean STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
743 #%else
744 #make bootstrap-lean STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
745 make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
746 #%endif
747 #make -C gcc proto
748 make info
749 %if 0%{?run_tests:1}
750 echo "Run testsuite"
751 (make -C %{GCCDIST}/libstdc++-v3 check-abi || true)
752 mv %{GCCDIST}/libstdc++-v3/testsuite/libstdc++.log %{GCCDIST}/libstdc++-v3/testsuite/libstdc++-abi.log
753 mv %{GCCDIST}/libstdc++-v3/testsuite/libstdc++.sum %{GCCDIST}/libstdc++-v3/testsuite/libstdc++-abi.sum
754 # asan needs a whole shadow address space
755 ulimit -v unlimited || true
756 make -k check $PARALLEL || true
757 mkdir ../testresults
758 ../contrib/test_summary | tee ../testresults/test_summary.txt
759 %endif
760 %endif
761
762 %install
763 export NO_BRP_CHECK_BYTECODE_VERSION=true
764 cd obj-%{GCCDIST}
765 # Work around tail/head -1 changes
766 export _POSIX2_VERSION=199209
767 export LIBRARY_PATH=$RPM_BUILD_ROOT%{libsubdir}:$RPM_BUILD_ROOT%{mainlibdirbi}
768 %if 0%{?building_libffi:1}
769 make -C %{GCCDIST}/libffi install DESTDIR=$RPM_BUILD_ROOT
770 %else
771 %if 0%{?building_libjava:1}
772 make -C %{GCCDIST}/libjava install DESTDIR=$RPM_BUILD_ROOT
773 make -C gcc java.install-man DESTDIR=$RPM_BUILD_ROOT
774 make -C gcc java.install-common DESTDIR=$RPM_BUILD_ROOT
775 make -C gcc install-common DESTDIR=$RPM_BUILD_ROOT COMPILERS='jc1$(exeext) jvgenmain$(exeext)'
776 # install-common also installs collect2, gcov and the g++ and gfortran driver
777 %if %{build_cp}
778 rm $RPM_BUILD_ROOT%{_prefix}/bin/g++%{binsuffix}
779 %endif
780 %if %{build_fortran}
781 rm $RPM_BUILD_ROOT%{_prefix}/bin/gfortran%{binsuffix}
782 %endif
783 rm $RPM_BUILD_ROOT%{_prefix}/bin/gcov%{binsuffix}
784 rm $RPM_BUILD_ROOT%{libsubdir}/collect2
785 %else
786 make install DESTDIR=$RPM_BUILD_ROOT
787 %if %{build_java}
788 make -C gcc java.uninstall DESTDIR=$RPM_BUILD_ROOT
789 make -C gcc java.install-info DESTDIR=$RPM_BUILD_ROOT
790 rm $RPM_BUILD_ROOT%{_prefix}/bin/jcf-dump%{binsuffix}
791 rm $RPM_BUILD_ROOT%{_mandir}/man1/jcf-dump%{binsuffix}.1
792 rm $RPM_BUILD_ROOT%{libsubdir}/jc1
793 rm $RPM_BUILD_ROOT%{libsubdir}/jvgenmain
794 %endif
795 %endif
796 %endif
797
798 # Remove libffi installed files if we did not want to build it
799 %if !0%{?building_libffi:1}
800 rm -f $RPM_BUILD_ROOT%{mainlibdir}/libffi.*
801 %if %{biarch}
802   rm -f $RPM_BUILD_ROOT%{mainlibdirbi}/libffi.*
803 %endif
804 rm -f $RPM_BUILD_ROOT%{libsubdir}/include/ffi.h
805 rm -f $RPM_BUILD_ROOT%{libsubdir}/include/ffitarget.h
806 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi%{binsuffix}.3*
807 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi_call%{binsuffix}.3*
808 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi_prep_cif%{binsuffix}.3*
809 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/ffi_prep_cif_var%{binsuffix}.3*
810 %endif
811
812 # Remove some useless .la files
813 for lib in libobjc libgfortran libgfortranbegin libquadmath libcaf_single \
814     libmudflap libmudflapth libgomp libstdc++ libsupc++ libgcj-tools libgij \
815     libasan libatomic libitm libtsan; do
816   rm -f $RPM_BUILD_ROOT%{versmainlibdir}/$lib.la
817 %if %{biarch}
818   rm -f $RPM_BUILD_ROOT%{versmainlibdirbi}/$lib.la
819 %endif
820 done
821
822 mkdir -p $RPM_BUILD_ROOT%{_libdir}
823 %if %{biarch}
824 %if %{build_primary_64bit}
825 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib
826 %else
827 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib64
828 %endif
829 %endif
830
831
832 # move shared libs from versionspecific dir to main libdir
833 for libname in \
834 %if 0%{?building_libjava:1}
835   libgcj libgij libgcj-tools \
836 %else
837 %if %{build_fortran}
838   libgfortran \
839 %ifarch %quadmath_arch
840   libquadmath \
841 %endif
842 %endif
843 %if %{build_objc}
844   libobjc \
845 %endif
846 %if %{build_cp}
847   libstdc++ \
848 %endif
849   libgomp \
850 %ifarch %atomic_arch
851   libatomic \
852 %endif
853 %ifarch %itm_arch
854   libitm \
855 %endif
856 %ifarch %asan_arch
857   libasan \
858 %endif
859 %ifarch %tsan_arch
860   libtsan \
861 %endif
862 %if %{build_with_mudflap}
863   libmudflap libmudflapth \
864 %endif
865 %endif
866     ; do
867   for lib in `find $RPM_BUILD_ROOT%{versmainlibdir} -maxdepth 1 -name $libname.so.*`; do
868     mv $lib $RPM_BUILD_ROOT%{mainlibdir}/
869   done
870   ln -sf %{mainlibdir}/`readlink $RPM_BUILD_ROOT%{versmainlibdir}/$libname.so | sed -e 's/\(.*\.so\.[^\.]*\).*/\1/'`  \
871          $RPM_BUILD_ROOT%{versmainlibdir}/$libname.so
872 %if %{biarch}
873   if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
874     for lib in `find $RPM_BUILD_ROOT%{versmainlibdirbi} -maxdepth 1 -name "$libname.so.*"`; do
875       mv $lib $RPM_BUILD_ROOT%{mainlibdirbi}/
876     done
877     ln -sf %{mainlibdirbi}/`readlink $RPM_BUILD_ROOT%{versmainlibdirbi}/$libname.so | sed -e 's/\(.*\.so\.[^\.]*\).*/\1/'`  \
878          $RPM_BUILD_ROOT%{versmainlibdirbi}/$libname.so
879   fi
880 %endif
881 done
882 # FIXME, tsan is not multilib
883 %ifarch %tsan_arch
884 %if %{biarch}
885 rm -f $RPM_BUILD_ROOT%{versmainlibdirbi}/libtsan.so
886 %endif
887 %endif
888 %if %{build_cp}
889 %if !0%{?building_libjava:1}
890 # And we want to move the shlib gdb pretty printers to a more sane
891 # place so ldconfig does not complain
892 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}
893 mv $RPM_BUILD_ROOT%{mainlibdir}/libstdc++.so.*-gdb.py $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/
894 sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/libstdc++.so.*-gdb.py
895 %if %{biarch}
896   if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
897     mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}
898     mv $RPM_BUILD_ROOT%{mainlibdirbi}/libstdc++.so.*-gdb.py $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/
899     sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/libstdc++.so.*-gdb.py
900   fi
901 %endif
902 %endif
903 %endif
904 %if 0%{?building_libjava:1}
905 # libgcj_bc is special as the .so file is actually a different
906 # library as the library refered to by the SONAME which should
907 # be a simple link to our libgcj.
908 for lib in `find $RPM_BUILD_ROOT%{versmainlibdir} -maxdepth 1 -name libgcj_bc.so.*`; do
909   rm $lib
910 done
911 ln -s libgcj.so.%{libgcj_sover} $RPM_BUILD_ROOT%{mainlibdir}/libgcj_bc.so.%{libgcj_bc_sover}
912 %if %{biarch_libjava}
913 for lib in `find $RPM_BUILD_ROOT%{versmainlibdirbi} -maxdepth 1 -name libgcj_bc.so.*`; do
914   rm $lib
915 done
916 ln -s libgcj.so.%{libgcj_sover} $RPM_BUILD_ROOT%{mainlibdirbi}/libgcj_bc.so.%{libgcj_bc_sover}
917 %endif
918 %endif
919
920
921 %if %{build_ada}
922 mv $RPM_BUILD_ROOT%{libsubdir}/adalib/lib*-*.so $RPM_BUILD_ROOT%{_libdir}
923 ln -sf %{_libdir}/libgnarl%{binsuffix}.so $RPM_BUILD_ROOT%{libsubdir}/adalib/libgnarl.so
924 ln -sf %{_libdir}/libgnat%{binsuffix}.so $RPM_BUILD_ROOT%{libsubdir}/adalib/libgnat.so
925 chmod a+x $RPM_BUILD_ROOT%{_libdir}/libgna*-*.so
926 %if %{biarch}
927 mv $RPM_BUILD_ROOT%{versmainlibdirbi}/adalib/lib*-*.so $RPM_BUILD_ROOT%{mainlibdirbi}/
928 ln -sf %{mainlibdirbi}/libgnarl%{binsuffix}.so $RPM_BUILD_ROOT%{versmainlibdirbi}/adalib/libgnarl.so
929 ln -sf %{mainlibdirbi}/libgnat%{binsuffix}.so $RPM_BUILD_ROOT%{versmainlibdirbi}/adalib/libgnarl.so
930 chmod a+x $RPM_BUILD_ROOT%{mainlibdirbi}/libgna*-*.so
931 %endif
932 %endif
933
934 rm -f $RPM_BUILD_ROOT%{_prefix}/bin/c++%{binsuffix}
935
936 # Remove some crap from the .la files:
937 for l in `find $RPM_BUILD_ROOT -name '*.la'`; do
938   echo "changing $l"
939 # -e '/^dependency_libs/s|%{libsubdir}/\([^.]*\)\.la |%{_libdir}/\1\.la |g'
940   sed -e '/^dependency_libs/s| -L%{_builddir}/[^ ]*||g' \
941       -e '/^dependency_libs/s| -L/usr/%{GCCDIST}/bin||g' \
942       -e '/^dependency_libs/s|-lm \(-lm \)*|-lm |' \
943       -e '/^dependency_libs/s|-L[^ ]* ||g' \
944 %if %{biarch}
945 %if %{build_primary_64bit}
946       -e '/^libdir/s|%{_libdir}/32|%{_prefix}/lib|' \
947       -e '/^libdir/s|lib64/\.\./||' \
948 %else
949       -e '/^libdir/s|%{_libdir}/64|%{_prefix}/lib64|' \
950 %endif
951 %endif
952       < $l  > $l.new
953   mv $l.new $l
954 done
955
956 %if 0%{?run_tests:1} 
957 cp `find . -name "*.sum"` ../testresults/
958 cp `find . -name "*.log"  \! -name "config.log" | grep -v 'acats.\?/tests' ` ../testresults/
959 chmod 644 ../testresults/*
960 %endif
961 %if %{build_cp}
962 # Find C++ and Java headers
963 find $RPM_BUILD_ROOT%{_prefix}/include/c++ \
964   -regex ".*/\(org\|gcj\|gnu\|java\|javax\)" -prune \
965   -o \( -type d -printf "%%%%dir " , \
966         -printf "%{_prefix}/include/c++/%%P\n" \) > ../c++-headers
967 %endif
968 # Remove files that we do not need to clean up filelist
969 rm -f $RPM_BUILD_ROOT%{_prefix}/bin/%{GCCDIST}-*
970 rm -rf $RPM_BUILD_ROOT%{libsubdir}/install-tools
971 #rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libgcj%{binsuffix}.pc
972 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/root
973 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/curses.h
974 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/asm-*
975 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/linux
976 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sound
977 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/features.h
978 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/ncurses.h
979 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/stdio.h
980 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/zutil.h
981 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/X11
982 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits
983 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/obstack.h
984 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/spe.h
985 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/tgmath.h
986 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits
987 rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sys
988 # no plugins
989 rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
990 rm -f  $RPM_BUILD_ROOT%{_infodir}/dir
991 rm -f  $RPM_BUILD_ROOT%{_prefix}/bin/gccbug%{binsuffix}
992
993 %if !0%{?building_libjava:1}%{?building_libffi:1}
994 # delete compile flag tracking from crt files
995 crt_list=$RPM_BUILD_ROOT%{versmainlibdir}/crt*.o
996 %if %{biarch}
997 %if %{build_primary_64bit}
998 crt32_list=$RPM_BUILD_ROOT%{versmainlibdirbi32}/crt*.o
999 %else
1000 crt64_list=$RPM_BUILD_ROOT%{versmainlibdirbi64}/crt*.o
1001 %endif
1002 %endif
1003 for o in $crt_list $crt32_list $crt64_list; do
1004   objcopy -R ".comment.SUSE.OPTs" $o
1005 done
1006 %endif
1007
1008 %if 0%{?building_libjava:1}
1009 # gcj -static doesn't work properly anyway, unless using --whole-archive
1010 # let's save the space instead.
1011 find $RPM_BUILD_ROOT -name libgcj.a \
1012         -o -name libgcj-tools.a \
1013         -o -name libgij.a \
1014         -o -name libjvm.a \
1015         -o -name libgcj_bc.a \
1016   | xargs rm -f
1017
1018 find $RPM_BUILD_ROOT -name libgcj.spec | xargs \
1019   sed -i -e 's/lib: /&%%{static:%%eJava programs cannot be linked statically}/'
1020
1021 # security files have broken install locations, also they cause conflicts
1022 # between libgcj versions.  Simply delete them here, libgcj will use its
1023 # defaults in this case (which is what these files contain anyway).
1024 rm $RPM_BUILD_ROOT%{_libdir}/logging.properties
1025 rm -r $RPM_BUILD_ROOT%{_libdir}/security
1026 %endif
1027
1028 %if 0%{?building_libffi:1}
1029 # Move libffi headers, remove empty libffi libtool file
1030 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include
1031 mv $RPM_BUILD_ROOT%{libsubdir}/include/ffitarget.h $RPM_BUILD_ROOT%{_prefix}/include/
1032 mv $RPM_BUILD_ROOT%{libsubdir}/include/ffi.h $RPM_BUILD_ROOT%{_prefix}/include/
1033 rm -f $RPM_BUILD_ROOT%{mainlibdir}/libffi.la
1034 %if %{biarch}
1035 rm -f $RPM_BUILD_ROOT%{mainlibdirbi}/libffi.la
1036 %endif
1037 # Generate a simple pkg-config file
1038 mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
1039 echo -e 'Name: libffi\nVersion: 3.0.9\nDescription: libffi\nLibs: -lffi' > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libffi.pc
1040 %endif
1041
1042 %if %{build_java}
1043 %if !%{build_libjava}
1044 rm $RPM_BUILD_ROOT%{_mandir}/man1/jv-convert%{binsuffix}.1
1045 rm $RPM_BUILD_ROOT%{_mandir}/man1/gcj-dbtool%{binsuffix}.1
1046 rm $RPM_BUILD_ROOT%{_mandir}/man1/gij%{binsuffix}.1
1047 rm $RPM_BUILD_ROOT%{_mandir}/man1/grmic%{binsuffix}.1
1048 rm $RPM_BUILD_ROOT%{_mandir}/man1/gc-analyze%{binsuffix}.1
1049 rm $RPM_BUILD_ROOT%{_mandir}/man1/aot-compile%{binsuffix}.1
1050 rm $RPM_BUILD_ROOT%{_mandir}/man1/rebuild-gcj-db%{binsuffix}.1
1051 %endif
1052 rm -f $RPM_BUILD_ROOT%{_datadir}/gcc%{binsuffix}/python/libjava/aotcompile.py
1053 rm -f $RPM_BUILD_ROOT%{_datadir}/gcc%{binsuffix}/python/libjava/classfile.py
1054 %endif
1055 rm -f $RPM_BUILD_ROOT%{_mandir}/man7/fsf-funding.7
1056 rm -f $RPM_BUILD_ROOT%{_mandir}/man7/gfdl.7
1057 rm -f $RPM_BUILD_ROOT%{_mandir}/man7/gpl.7
1058 rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty.a
1059 %if %{biarch}
1060 %if %{build_primary_64bit}
1061 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/libiberty.a
1062 %else
1063 rm -f $RPM_BUILD_ROOT%{_prefix}/lib64/libiberty.a
1064 %endif
1065 %endif
1066 rm -f $RPM_BUILD_ROOT%{libsubdir}/liblto_plugin.a
1067 rm -f $RPM_BUILD_ROOT%{libsubdir}/liblto_plugin.la
1068
1069 %if 0%{?building_libjava:1}
1070 # For building libjava only we need to delete other info docs
1071 rm $RPM_BUILD_ROOT%{_infodir}/cp-tools.info*
1072 # Remove stale manpages for binaries we do not build
1073 rm $RPM_BUILD_ROOT%{_mandir}/man1/gjdoc%{binsuffix}.1
1074 # For building the java frontend we need to copy the ecj jar
1075 mkdir -p $RPM_BUILD_ROOT%{libsubdir}
1076 cp $RPM_SOURCE_DIR/ecj.jar $RPM_BUILD_ROOT%{libsubdir}
1077 %else
1078 # For regular build, some info files do not get renamed properly.
1079 # Do so here.
1080 mv $RPM_BUILD_ROOT%{_infodir}/libgomp.info $RPM_BUILD_ROOT%{_infodir}/libgomp%{binsuffix}.info
1081 %ifarch %itm_arch
1082 mv $RPM_BUILD_ROOT%{_infodir}/libitm.info $RPM_BUILD_ROOT%{_infodir}/libitm%{binsuffix}.info
1083 %endif
1084 %if %{build_fortran} 
1085 %ifarch %quadmath_arch
1086 mv $RPM_BUILD_ROOT%{_infodir}/libquadmath.info $RPM_BUILD_ROOT%{_infodir}/libquadmath%{binsuffix}.info
1087 %endif
1088 %endif
1089 %if %{build_ada}
1090 mv $RPM_BUILD_ROOT%{_infodir}/gnat-style.info $RPM_BUILD_ROOT%{_infodir}/gnat-style%{binsuffix}.info
1091 mv $RPM_BUILD_ROOT%{_infodir}/gnat_rm.info $RPM_BUILD_ROOT%{_infodir}/gnat_rm%{binsuffix}.info
1092 mv $RPM_BUILD_ROOT%{_infodir}/gnat_ugn.info $RPM_BUILD_ROOT%{_infodir}/gnat_ugn%{binsuffix}.info
1093 %endif
1094 %endif
1095
1096
1097
1098 %if %{build_java}
1099 %if 0%{?building_libjava:1}
1100 %files -n gcc48-java
1101 %defattr(-,root,root)
1102 %{_prefix}/bin/gcj%{binsuffix}
1103 %{_prefix}/bin/gcjh%{binsuffix}
1104 %{_prefix}/bin/gcj-dbtool%{binsuffix}
1105 %{_prefix}/bin/jcf-dump%{binsuffix}
1106 %{_prefix}/bin/jv-convert%{binsuffix}
1107 %{_prefix}/bin/gc-analyze%{binsuffix}
1108 %{_prefix}/bin/aot-compile%{binsuffix}
1109 %{_prefix}/bin/rebuild-gcj-db%{binsuffix}
1110 %{libsubdir}/jc1
1111 %{libsubdir}/jvgenmain
1112 %{libsubdir}/ecj.jar
1113 %{libsubdir}/ecj1
1114 %doc %{_mandir}/man1/gcj%{binsuffix}.1.gz
1115 %doc %{_mandir}/man1/gcjh%{binsuffix}.1.gz
1116 %doc %{_mandir}/man1/gcj-dbtool%{binsuffix}.1.gz
1117 %doc %{_mandir}/man1/jcf-dump%{binsuffix}.1.gz
1118 %doc %{_mandir}/man1/jv-convert%{binsuffix}.1.gz
1119 %doc %{_mandir}/man1/gc-analyze%{binsuffix}.1.gz
1120 %doc %{_mandir}/man1/aot-compile%{binsuffix}.1.gz
1121 %doc %{_mandir}/man1/rebuild-gcj-db%{binsuffix}.1.gz
1122 %endif
1123 %endif
1124
1125 %if %{build_java}
1126 %if %{build_libjava}
1127 %files 
1128 %defattr(-,root,root)
1129 %dir %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}
1130 %dir %{_libdir}/gcc
1131 %dir %{_libdir}/gcc/%{GCCDIST}
1132 %dir %{libsubdir}
1133 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/classmap.db
1134 # We usually do not multilib libjava
1135 %if %{biarch_libjava}
1136 %versbiarchlib libgcj.la
1137 %biarchlib libgcj.so.*
1138 %biarchlib libgij.so.*
1139 %biarchlib libgcj-tools.so.*
1140 %else
1141 %versmainlib libgcj.la
1142 %mainlib libgcj.so.*
1143 %mainlib libgij.so.*
1144 %mainlib libgcj-tools.so.*
1145 %endif
1146 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjvm.la
1147 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjvm.so
1148 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjavamath.la
1149 %{_libdir}/gcj-%{gcc_dir_version}-%{libgcj_sover}/libjavamath.so
1150
1151 %files -n libgcj_bc%{libgcj_bc_sover}%{libgcj_bc_suffix}
1152 %defattr(-,root,root)
1153 %if %{biarch_libjava}
1154 %biarchlib libgcj_bc.so.%{libgcj_bc_sover}*
1155 %else
1156 %mainlib libgcj_bc.so.%{libgcj_bc_sover}*
1157 %endif
1158
1159 %files -n libgcj48-jar
1160 %defattr(-,root,root)
1161 %{_prefix}/share/java/libgcj-%{gcc_dir_version}.jar
1162 %{_prefix}/share/java/libgcj-tools-%{gcc_dir_version}.jar
1163
1164 %files -n libgcj48-devel
1165 %defattr(-,root,root)
1166 %dir %{_prefix}/include/c++
1167 %dir %{libsubdir}
1168 %dir %{libsubdir}/include
1169 %dir %{gxxinclude}
1170 %{_libdir}/pkgconfig/libgcj%{binsuffix}.pc
1171 %{libsubdir}/include/jawt.h
1172 %{libsubdir}/include/jawt_md.h
1173 %{libsubdir}/include/jni.h
1174 %{libsubdir}/include/jni_md.h
1175 %{libsubdir}/include/jvmpi.h
1176 %{gxxinclude}/gnu
1177 %{gxxinclude}/gcj
1178 %{gxxinclude}/java
1179 %{gxxinclude}/javax
1180 %{gxxinclude}/org
1181 %{gxxinclude}/sun
1182 %{libsubdir}/include/gcj
1183 %if %{biarch_libjava}
1184 %versbiarchlib libgcj.so
1185 %versbiarchlib libgcj.spec
1186 %versbiarchlib libgcj-tools.so
1187 %versbiarchlib libgij.so
1188 %versbiarchlib libgcj_bc.so
1189 %else
1190 %versmainlib libgcj.so
1191 %versmainlib libgcj.spec
1192 %versmainlib libgcj-tools.so
1193 %versmainlib libgij.so
1194 %versmainlib libgcj_bc.so
1195 %endif
1196
1197 %files -n gcc48-gij
1198 %defattr(-,root,root)
1199 %{_prefix}/bin/gij%{binsuffix}
1200 %{_prefix}/bin/gappletviewer%{binsuffix}
1201 %{_prefix}/bin/gjar%{binsuffix}
1202 %{_prefix}/bin/gjarsigner%{binsuffix}
1203 %{_prefix}/bin/gjavah%{binsuffix}
1204 %{_prefix}/bin/gkeytool%{binsuffix}
1205 %{_prefix}/bin/gnative2ascii%{binsuffix}
1206 %{_prefix}/bin/gorbd%{binsuffix}
1207 %{_prefix}/bin/grmic%{binsuffix}
1208 %{_prefix}/bin/grmid%{binsuffix}
1209 %{_prefix}/bin/grmiregistry%{binsuffix}
1210 %{_prefix}/bin/gserialver%{binsuffix}
1211 %{_prefix}/bin/gtnameserv%{binsuffix}
1212 %doc %{_mandir}/man1/gij%{binsuffix}.1.gz
1213 %doc %{_mandir}/man1/gappletviewer%{binsuffix}.1.gz
1214 %doc %{_mandir}/man1/grmic%{binsuffix}.1.gz
1215 %doc %{_mandir}/man1/grmid%{binsuffix}.1.gz
1216 %doc %{_mandir}/man1/grmiregistry%{binsuffix}.1.gz
1217 %doc %{_mandir}/man1/gkeytool%{binsuffix}.1.gz
1218 %doc %{_mandir}/man1/gjar%{binsuffix}.1.gz
1219 %doc %{_mandir}/man1/gjarsigner%{binsuffix}.1.gz
1220 %doc %{_mandir}/man1/gjavah%{binsuffix}.1.gz
1221 %doc %{_mandir}/man1/gnative2ascii%{binsuffix}.1.gz
1222 %doc %{_mandir}/man1/gorbd%{binsuffix}.1.gz
1223 %doc %{_mandir}/man1/gserialver%{binsuffix}.1.gz
1224 %doc %{_mandir}/man1/gtnameserv%{binsuffix}.1.gz
1225 %endif
1226 %endif
1227
1228 %if %{build_java}
1229 %if 0%{?building_libffi:1}
1230 %files -n libffi%{libffi_sover}%{libffi_suffix}
1231 %defattr(-,root,root)
1232 %mainlib libffi.so.%{libffi_sover}*
1233
1234 %if %{separate_biarch}
1235 %files -n libffi%{libffi_sover}%{libffi_suffix}%{separate_biarch_suffix}
1236 %defattr(-,root,root)
1237 %biarchlib libffi.so.%{libffi_sover}*
1238 %endif
1239
1240 %post -n libffi48-devel
1241 %install_info --info-dir=%{_infodir} %{_infodir}/libffi%{binsuffix}.info.gz
1242 %postun -n libffi48-devel
1243 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libffi%{binsuffix}.info.gz
1244
1245 %files -n libffi48-devel
1246 %defattr(-,root,root)
1247 %{_prefix}/include/ffi.h
1248 %{_prefix}/include/ffitarget.h
1249 %mainlib libffi.so
1250 %mainlib libffi.a
1251 %{_libdir}/pkgconfig/libffi.pc
1252 %doc %{_infodir}/libffi%{binsuffix}.info.gz
1253 %doc %{_mandir}/man3/ffi%{binsuffix}.3.gz
1254 %doc %{_mandir}/man3/ffi_call%{binsuffix}.3.gz
1255 %doc %{_mandir}/man3/ffi_prep_cif%{binsuffix}.3.gz
1256 %doc %{_mandir}/man3/ffi_prep_cif_var%{binsuffix}.3.gz
1257
1258 %if %{separate_biarch}
1259 %files -n libffi48-devel%{separate_biarch_suffix}
1260 %defattr(-,root,root)
1261 %biarchlib libffi.so
1262 %biarchlib libffi.a
1263 %endif
1264 %endif
1265 %endif
1266
1267 %if 0%{?run_tests:1}
1268 %files -n gcc48-testresults
1269 %defattr(-,root,root)
1270 %doc testresults/test_summary.txt
1271 %doc testresults/*.sum
1272 %doc testresults/*.log
1273 %endif
1274
1275
1276 %changelog