]> git.pld-linux.org Git - packages/gcc.git/blame - gcc.spec
- updated to 4.1.2-20060530 (rev. 114228)
[packages/gcc.git] / gcc.spec
CommitLineData
a9e887db
MM
1#
2# Conditional build:
b4e5a90f 3%bcond_without ada # build without ADA support
ee2977fa 4%bcond_without cxx # build without C++ support
1a1d3d91 5%bcond_without fortran # build without Fortran support
b4e5a90f 6%bcond_without java # build without Java support
7d320b70
PS
7%bcond_without objc # build without Objective-C support
8%bcond_without objcxx # build without Objective-C++ support
06bdeb99 9%bcond_without multilib # build without multilib support (it needs glibc[32&64]-devel)
13f1bbe3 10%bcond_with profiling # build with profiling
1a1d3d91 11%bcond_without bootstrap # omit 3-stage bootstrap
c48dab66 12%bcond_with tests # torture gcc
1a1d3d91 13
ee2977fa
PS
14%if %{without cxx}
15%undefine with_java
16%undefine with_objcxx
17%endif
18
c3de157e 19%if %{without objc}
7d320b70
PS
20%undefine with_objcxx
21%endif
22
c3de157e
PS
23%if %{without bootstrap}
24%undefine with_profiling
25%endif
26
ae0daccd 27%ifnarch %{x8664} ppc64 s390x sparc64
23d7249a
JB
28%undefine with_multilib
29%endif
1a1d3d91 30
ae2e17eb 31Summary: GNU Compiler Collection: the C compiler and shared files
8a9bb03c 32