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