]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- merged (GCC_4 -> head).
[packages/gcc4.git] / gcc4.spec
CommitLineData
dfb16231
MM
1#
2# Conditional build:
4cc63944 3%bcond_without ada # build without ADA support
d9101cfa 4%bcond_without fortran # build without Fortran support
4cc63944 5%bcond_without java # build without Java support
39b39a6d 6%bcond_without objc # build without ObjC support
d9101cfa
PS
7%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
8%bcond_without profiling # build without profiling
9%bcond_without bootstrap # omit 3-stage bootstrap
10
26fa47ad
JB
11%ifnarch amd64 ppc64 s390x sparc64
12%undefine with_multilib
13%endif
d9101cfa
PS
14
15#
16# TODO:
17# - http://gcc.gnu.org/PR11203 (inline-asm)
18# - http://gcc.gnu.org/PR17640 (empty loop not removed after optimization)
19# - http://gcc.gnu.org/PR19317 (removing a temporary return value when we cannot)
20# - http://gcc.gnu.org/PR20128 (ice with mudflap + profile generate)
21#
22#define _snap 20050417
fa7ab34d 23#
44aaa0d4 24Summary: GNU Compiler Collection: the C compiler and shared files
c85cf767 25