]> git.pld-linux.org Git - packages/gcc.git/blame - gcc.spec
- up to 4.2-20061225r120195
[packages/gcc.git] / gcc.spec
CommitLineData
a9e887db 1#
59503cd5 2# TODO:
0b94ef7a 3# - libgomp subpackage.
f4a1e151 4# - fix libtool(/usr/lib64/../lib64/libgcj.la)
59503cd5 5#
a9e887db 6# Conditional build:
b4e5a90f 7%bcond_without ada # build without ADA support
ee2977fa 8%bcond_without cxx # build without C++ support
1a1d3d91 9%bcond_without fortran # build without Fortran support
b4e5a90f 10%bcond_without java # build without Java support
7d320b70
PS
11%bcond_without objc # build without Objective-C support
12%bcond_without objcxx # build without Objective-C++ support
840a4d6d 13%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
13f1bbe3 14%bcond_with profiling # build with profiling
1a1d3d91 15%bcond_without bootstrap # omit 3-stage bootstrap
c48dab66 16%bcond_with tests # torture gcc
1a1d3d91 17
016817b8 18%if !%{with cxx}
ee2977fa
PS
19%undefine with_java
20%undefine with_objcxx
21%endif
22
016817b8 23%if !%{with objc}
7d320b70
PS
24%undefine with_objcxx
25%endif
26
016817b8 27%if !%{with bootstrap}
c3de157e
PS
28%undefine with_profiling
29%endif
30
ae0daccd 31%ifnarch %{x8664} ppc64 s390x sparc64
23d7249a
JB
32%undefine with_multilib
33%endif
1a1d3d91 34
ae2e17eb 35Summary: GNU Compiler Collection: the C compiler and shared files
8a9bb03c 36