]> git.pld-linux.org Git - packages/gcc.git/blame - gcc.spec
- updated to 4.2.0-20060702r115125.
[packages/gcc.git] / gcc.spec
CommitLineData
a9e887db 1#
59503cd5
PS
2# TODO:
3# /usr/include/omp.h
4# <multilib>
59503cd5
PS
5# /usr/lib/libgomp.a
6# /usr/lib/libgomp.la
7# /usr/lib/libgomp.so.1.0.0
8# </multilib>
9# /usr/lib/libgomp.spec
10# /usr/lib64/classpath/libxmlj.la
11# /usr/lib64/classpath/libxmlj.so.0.0.0
12# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.f90
13# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.h
14# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.mod
15# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib_kinds.mod
16# /usr/lib64/libgomp.a
17# /usr/lib64/libgomp.la
18# /usr/lib64/libgomp.so.1.0.0
19# /usr/lib64/libgomp.spec
20# /usr/share/classpath/tools/tools.zip
21#
a9e887db 22# Conditional build:
b4e5a90f 23%bcond_without ada # build without ADA support
ee2977fa 24%bcond_without cxx # build without C++ support
1a1d3d91 25%bcond_without fortran # build without Fortran support
b4e5a90f 26%bcond_without java # build without Java support
7d320b70
PS
27%bcond_without objc # build without Objective-C support
28%bcond_without objcxx # build without Objective-C++ support
ccd88e5f 29%bcond_without multilib # build without multilib support (it needs glibc[32&64]-devel)
13f1bbe3 30%bcond_with profiling # build with profiling
1a1d3d91 31%bcond_without bootstrap # omit 3-stage bootstrap
c48dab66 32%bcond_with tests # torture gcc
1a1d3d91 33
ee2977fa
PS
34%if %{without cxx}
35%undefine with_java
36%undefine with_objcxx
37%endif
38
c3de157e 39%if %{without objc}
7d320b70
PS
40%undefine with_objcxx
41%endif
42
c3de157e
PS
43%if %{without bootstrap}
44%undefine with_profiling
45%endif
46
ae0daccd 47%ifnarch %{x8664} ppc64 s390x sparc64
23d7249a
JB
48%undefine with_multilib
49%endif
1a1d3d91 50
ae2e17eb 51Summary: GNU Compiler Collection: the C compiler and shared files
8a9bb03c 52