]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- pr20297 fix reenabled, release 0.2.
[packages/gcc4.git] / gcc4.spec
CommitLineData
dfb16231 1#
064be8f7
JB
2# TODO:
3# - http://gcc.gnu.org/PR11203 (inline-asm)
4# - http://gcc.gnu.org/PR17640 (empty loop not removed after optimization)
5# - http://gcc.gnu.org/PR19317 (removing a temporary return value when we cannot)
6# - http://gcc.gnu.org/PR20128 (ice with mudflap + profile generate)
7#
dfb16231 8# Conditional build:
4cc63944 9%bcond_without ada # build without ADA support
d9101cfa 10%bcond_without fortran # build without Fortran support
4cc63944 11%bcond_without java # build without Java support
4ebbe575
PS
12%bcond_without objc # build without Objective-C support
13%bcond_without objcxx # build without Objective-C++ support
d9101cfa
PS
14%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
15%bcond_without profiling # build without profiling
16%bcond_without bootstrap # omit 3-stage bootstrap
17
0d51b8b7 18%if %{without objc}
4ebbe575
PS
19%undefine with_objcxx
20%endif
21
0d51b8b7
PS
22%if %{without bootstrap}
23%undefine with_profiling
24%endif
25
e9b273c0 26%ifnarch %{x8664} ppc64 s390x sparc64
26fa47ad
JB
27%undefine with_multilib
28%endif
d9101cfa 29
44aaa0d4 30Summary: GNU Compiler Collection: the C compiler and shared files
064be8f7 31