]> git.pld-linux.org Git - packages/gcc.git/blame - gcc.spec
- objective c++ (gcc-objc++) subpackage added.
[packages/gcc.git] / gcc.spec
CommitLineData
a9e887db 1#
8a9bb03c
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)
da586829
PS
7# - http://gcc.gnu.org/PR21029 (vrp miscompiles ada front-end, drops loop exit test
8# in well-defined wrap-around circumstances)
8a9bb03c 9#
a9e887db 10# Conditional build:
b4e5a90f 11%bcond_without ada # build without ADA support
1a1d3d91 12%bcond_without fortran # build without Fortran support
b4e5a90f 13%bcond_without java # build without Java support
7d320b70
PS
14%bcond_without objc # build without Objective-C support
15%bcond_without objcxx # build without Objective-C++ support
1a1d3d91
PS
16%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
17%bcond_without profiling # build without profiling
18%bcond_without bootstrap # omit 3-stage bootstrap
19
7d320b70
PS
20%if !%{with objc}
21%undefine with_objcxx
22%endif
23
ae0daccd 24%ifnarch %{x8664} ppc64 s390x sparc64
23d7249a
JB
25%undefine with_multilib
26%endif
1a1d3d91 27
ae2e17eb 28Summary: GNU Compiler Collection: the C compiler and shared files
8a9bb03c 29