]> git.pld-linux.org Git - packages/gcc.git/blame - gcc.spec
- disable multlib build ( broken ), fix %files.
[packages/gcc.git] / gcc.spec
CommitLineData
a9e887db 1#
59503cd5
PS
2# TODO:
3# /usr/include/omp.h
4# <multilib>
59503cd5
PS
5# /usr/lib/libgomp.a
6# /usr/lib/libgomp.la
7# /usr/lib/libgomp.so.1.0.0
8# </multilib>
9# /usr/lib/libgomp.spec
1ff70f68
PS
10# /usr/lib64/gcj-4.2.0/libxmlj.la
11# /usr/lib64/gcj-4.2.0/libxmlj.so.0.0.0
189389de
PS
12# /usr/lib64/libgcj_bc.a
13# /usr/lib64/libgcj_bc.so
14# /usr/lib64/libgcj_bc.so.1.0.0
59503cd5
PS
15# /usr/lib64/libgomp.a
16# /usr/lib64/libgomp.la
17# /usr/lib64/libgomp.so.1.0.0
18# /usr/lib64/libgomp.spec
19# /usr/share/classpath/tools/tools.zip
20#
a9e887db 21# Conditional build:
b4e5a90f 22%bcond_without ada # build without ADA support
ee2977fa 23%bcond_without cxx # build without C++ support
1a1d3d91 24%bcond_without fortran # build without Fortran support
b4e5a90f 25%bcond_without java # build without Java support
7d320b70
PS
26%bcond_without objc # build without Objective-C support
27%bcond_without objcxx # build without Objective-C++ support
840a4d6d 28%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
13f1bbe3 29%bcond_with profiling # build with profiling
1a1d3d91 30%bcond_without bootstrap # omit 3-stage bootstrap
c48dab66 31%bcond_with tests # torture gcc
1a1d3d91 32
ee2977fa
PS
33%if %{without cxx}
34%undefine with_java
35%undefine with_objcxx
36%endif
37
c3de157e 38%if %{without objc}
7d320b70
PS
39%undefine with_objcxx
40%endif
41
c3de157e
PS
42%if %{without bootstrap}
43%undefine with_profiling
44%endif
45
ae0daccd 46%ifnarch %{x8664} ppc64 s390x sparc64
23d7249a
JB
47%undefine with_multilib
48%endif
1a1d3d91 49
ae2e17eb 50Summary: GNU Compiler Collection: the C compiler and shared files
8a9bb03c 51