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