]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- argh, more missed docs. note added, quick rebuild.
[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)
d721f1fa 7# - http://gcc.gnu.org/PR19664, PR20218 (visibility issues)
064be8f7 8#
dfb16231 9# Conditional build:
4cc63944 10%bcond_without ada # build without ADA support
d9101cfa 11%bcond_without fortran # build without Fortran support
4cc63944 12%bcond_without java # build without Java support
39b39a6d 13%bcond_without objc # build without ObjC 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
26fa47ad
JB
18%ifnarch amd64 ppc64 s390x sparc64
19%undefine with_multilib
20%endif
d9101cfa 21
44aaa0d4 22Summary: GNU Compiler Collection: the C compiler and shared files
064be8f7 23