]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- BR:zip, install fixes, TODO added.
[packages/gcc4.git] / gcc4.spec
CommitLineData
dfb16231 1#
6ae1fb2b
PS
2# TODO:
3# /usr/include/omp.h
4# <multilib>
5# /usr/lib/libgcc-math.a
6# /usr/lib/libgcc-math.la
7# /usr/lib/libgcc-math.so.0.0.0
8# /usr/lib/libgomp.a
9# /usr/lib/libgomp.la
10# /usr/lib/libgomp.so.1.0.0
11# </multilib>
12# /usr/lib/libgomp.spec
13# /usr/lib64/classpath/libxmlj.la
14# /usr/lib64/classpath/libxmlj.so.0.0.0
15# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.f90
16# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.h
17# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.mod
18# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib_kinds.mod
19# /usr/lib64/libgomp.a
20# /usr/lib64/libgomp.la
21# /usr/lib64/libgomp.so.1.0.0
22# /usr/lib64/libgomp.spec
23# /usr/share/classpath/tools/tools.zip
24#
dfb16231 25# Conditional build:
4cc63944 26%bcond_without ada # build without ADA support
6d54da48 27%bcond_without cxx # build without C++ support
d9101cfa 28%bcond_without fortran # build without Fortran support
4cc63944 29%bcond_without java # build without Java support
4ebbe575
PS
30%bcond_without objc # build without Objective-C support
31%bcond_without objcxx # build without Objective-C++ support
700c2625 32%bcond_without multilib # build without multilib support (it needs glibc[32&64]-devel)
658584bf 33%bcond_with profiling # build with profiling
d9101cfa 34%bcond_without bootstrap # omit 3-stage bootstrap
7c675e43 35%bcond_with tests # torture gcc
d9101cfa 36
6d54da48
PS
37%if %{without cxx}
38%undefine with_java
39%undefine with_objcxx
40%endif
41
0d51b8b7 42%if %{without objc}
4ebbe575
PS
43%undefine with_objcxx
44%endif
45
0d51b8b7
PS
46%if %{without bootstrap}
47%undefine with_profiling
48%endif
49
e9b273c0 50%ifnarch %{x8664} ppc64 s390x sparc64
26fa47ad
JB
51%undefine with_multilib
52%endif
d9101cfa 53
44aaa0d4 54Summary: GNU Compiler Collection: the C compiler and shared files
064be8f7 55