]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- more fixes and release 0.1.
[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)
064be8f7
JB
5# - http://gcc.gnu.org/PR20128 (ice with mudflap + profile generate)
6#
dfb16231 7# Conditional build:
4cc63944 8%bcond_without ada # build without ADA 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
d9101cfa
PS
13%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
14%bcond_without profiling # build without profiling
15%bcond_without bootstrap # omit 3-stage bootstrap
7c675e43 16%bcond_with tests # torture gcc
d9101cfa 17
f8be8a1e
PS
18# debuginfo not needed for devel snaps.
19%define _enable_debug_packages 0
20
0d51b8b7 21%if %{without objc}
4ebbe575
PS
22%undefine with_objcxx
23%endif
24
0d51b8b7
PS
25%if %{without bootstrap}
26%undefine with_profiling
27%endif
28
e9b273c0 29%ifnarch %{x8664} ppc64 s390x sparc64
26fa47ad
JB
30%undefine with_multilib
31%endif
d9101cfa 32
44aaa0d4 33Summary: GNU Compiler Collection: the C compiler and shared files
064be8f7 34