]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- updated to 4.2.0-20061206 (rev. 119598).
[packages/gcc4.git] / gcc4.spec
CommitLineData
dfb16231 1#
6ae1fb2b 2# TODO:
02637efa 3# - libgomp subpackage.
6ae1fb2b 4#
dfb16231 5# Conditional build:
4cc63944 6%bcond_without ada # build without ADA support
6d54da48 7%bcond_without cxx # build without C++ support
d9101cfa 8%bcond_without fortran # build without Fortran support
4cc63944 9%bcond_without java # build without Java support
4ebbe575
PS
10%bcond_without objc # build without Objective-C support
11%bcond_without objcxx # build without Objective-C++ support
f8106f44 12%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
658584bf 13%bcond_with profiling # build with profiling
d9101cfa 14%bcond_without bootstrap # omit 3-stage bootstrap
7c675e43 15%bcond_with tests # torture gcc
d9101cfa 16
5fbd97d1 17%if !%{with cxx}
6d54da48
PS
18%undefine with_java
19%undefine with_objcxx
20%endif
21
5fbd97d1 22%if !%{with objc}
4ebbe575
PS
23%undefine with_objcxx
24%endif
25
5fbd97d1 26%if !%{with bootstrap}
0d51b8b7
PS
27%undefine with_profiling
28%endif
29
e9b273c0 30%ifnarch %{x8664} ppc64 s390x sparc64
26fa47ad
JB
31%undefine with_multilib
32%endif
d9101cfa 33
44aaa0d4 34Summary: GNU Compiler Collection: the C compiler and shared files
064be8f7 35